diff --git a/argpopt.h b/argpopt.h index 8452a31..0e924ad 100644 --- a/argpopt.h +++ b/argpopt.h @@ -25,7 +25,7 @@ struct Config bool ignoreClientMachine = false; }; -const char *argp_program_version = "1.0.1"; +const char *argp_program_version = "1.0.2"; const char *argp_program_bug_address = ""; static char doc[] = "Deamon that stops programms via SIGSTOP when their X11 windows lose focus."; static char args_doc[] = ""; diff --git a/debian/control b/debian/control index 82253fb..50d271f 100755 --- a/debian/control +++ b/debian/control @@ -12,6 +12,6 @@ Package: sigstoped Architecture: any Multi-arch: same Depends: - libx11, + libx11-6, Description: A deamon that stops programms via SIGSTOP when their X11 windows lose focus.