From d94633b7b4e479b63566a643c31f33652102a275 Mon Sep 17 00:00:00 2001 From: Carl Klemm Date: Mon, 15 Jun 2020 23:18:29 +0200 Subject: [PATCH] Fix broken dependancy --- argpopt.h | 2 +- debian/control | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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.