[mate-screensaver] 01/02: debian/patches: Prepare for libsystemd-login-dev -> libsystemd-dev transition in Debian stretch. (Closes: #779781).
Mike Gabriel
sunweaver at debian.org
Fri Jul 17 13:29:44 UTC 2015
This is an automated email from the git hooks/post-receive script.
sunweaver pushed a commit to branch debian/experimental
in repository mate-screensaver.
commit 3b665202c0f52d9b13f17361afb8cf73a95d16ac
Author: Michael Biebl <biebl at debian.org>
Date: Fri Jul 17 14:49:36 2015 +0200
debian/patches: Prepare for libsystemd-login-dev -> libsystemd-dev transition in Debian stretch. (Closes: #779781).
---
debian/control | 2 +-
debian/patches/1004_libsystemd.patch | 16 ++++++++++++++++
debian/patches/series | 1 +
3 files changed, 18 insertions(+), 1 deletion(-)
diff --git a/debian/control b/debian/control
index 71c9b45..2b972b8 100644
--- a/debian/control
+++ b/debian/control
@@ -19,7 +19,7 @@ Build-Depends: debhelper (>= 9),
libnotify-dev,
libpam0g-dev,
libstartup-notification0-dev,
- libsystemd-login-dev [linux-any],
+ libsystemd-dev [linux-any],
libx11-dev,
libxext-dev,
libxss-dev,
diff --git a/debian/patches/1004_libsystemd.patch b/debian/patches/1004_libsystemd.patch
new file mode 100644
index 0000000..3dccf98
--- /dev/null
+++ b/debian/patches/1004_libsystemd.patch
@@ -0,0 +1,16 @@
+Description: libsystemd-login-dev to libsystemd-dev transition in Debian stretch
+Author: Michael Biebl <biebl at debian.org>
+
+diff --git a/configure.ac b/configure.ac
+index c518280..5378b13 100644
+--- a/configure.ac
++++ b/configure.ac
+@@ -940,7 +940,7 @@ AC_ARG_WITH(systemd,
+ [with_systemd=$withval], [with_systemd=auto])
+
+ PKG_CHECK_MODULES(SYSTEMD,
+- [libsystemd-login],
++ [libsystemd],
+ [have_systemd=yes], [have_systemd=no])
+
+ if test "x$with_systemd" = "xauto" ; then
diff --git a/debian/patches/series b/debian/patches/series
index bc1e32e..36d4e4f 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +1,2 @@
1001_add-keywords-to-desktop-files.patch
+1004_libsystemd.patch
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-mate/mate-screensaver.git
More information about the pkg-mate-commits
mailing list