Fix broken dependancy

This commit is contained in:
2020-06-15 23:18:29 +02:00
parent a579aa411c
commit d94633b7b4
2 changed files with 2 additions and 2 deletions

View File

@ -25,7 +25,7 @@ struct Config
bool ignoreClientMachine = false; 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 = "<carl@uvos.xyz>"; const char *argp_program_bug_address = "<carl@uvos.xyz>";
static char doc[] = "Deamon that stops programms via SIGSTOP when their X11 windows lose focus."; static char doc[] = "Deamon that stops programms via SIGSTOP when their X11 windows lose focus.";
static char args_doc[] = ""; static char args_doc[] = "";

2
debian/control vendored
View File

@ -12,6 +12,6 @@ Package: sigstoped
Architecture: any Architecture: any
Multi-arch: same Multi-arch: same
Depends: Depends:
libx11, libx11-6,
Description: A deamon that stops programms via SIGSTOP when their X11 windows lose focus. Description: A deamon that stops programms via SIGSTOP when their X11 windows lose focus.