Control: tags -1 + patch Please find attached a patch which makes use of the new libsystemd library. Since your package already uses dh-autoreconf, no further changes should be necessary. Thanks for considering. Would be great if you can include that in your next upload.
Cheers, Michael -- Why is it that all of the instruments seeking intelligent life in the universe are pointed away from Earth?
diff --git a/debian/control b/debian/control
index ad8a0bd..225d8e2 100644
--- a/debian/control
+++ b/debian/control
@@ -18,8 +18,7 @@ Build-Depends: debhelper (>= 9),
libice-dev,
libjson-glib-dev (>= 0.10),
libsm-dev,
- libsystemd-daemon-dev [linux-any],
- libsystemd-login-dev [linux-any],
+ libsystemd-dev [linux-any],
libupower-glib-dev (>= 0.9.0),
libx11-dev,
libxau-dev,
diff --git a/debian/patches/libsystemd.patch b/debian/patches/libsystemd.patch
new file mode 100644
index 0000000..898927d
--- /dev/null
+++ b/debian/patches/libsystemd.patch
@@ -0,0 +1,13 @@
+diff --git a/configure.ac b/configure.ac
+index a6b0ea4..a87221a 100644
+--- a/configure.ac
++++ b/configure.ac
+@@ -96,7 +96,7 @@ dnl ====================================================================
+ dnl Check for logind
+ dnl ====================================================================
+
+-PKG_CHECK_MODULES(LOGIND, [gio-unix-2.0 libsystemd-login >= 183], [have_logind=yes], [have_logind=no])
++PKG_CHECK_MODULES(LOGIND, [gio-unix-2.0 libsystemd], [have_logind=yes], [have_logind=no])
+
+ if test x$have_logind = xyes; then
+ AC_DEFINE(HAVE_LOGIND, 1, [Define if logind is supported])
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..da70223
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+libsystemd.patch
signature.asc
Description: OpenPGP digital signature

