[mate-session-manager] 01/02: debian/patches: Add 1002_libsystemd-transition.patch. Make sure autoconf looks for the correct .pc file when search for libsystemd-dev.
Mike Gabriel
sunweaver at debian.org
Wed Mar 11 10:53:38 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-session-manager.
commit 2235dff8e203479bcdabe3572547c4148d1af63e
Author: Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
Date: Wed Mar 11 11:50:00 2015 +0100
debian/patches: Add 1002_libsystemd-transition.patch. Make sure autoconf looks for the correct .pc file when search for libsystemd-dev.
---
debian/patches/1002_libsystemd-transition.patch | 11 +++++++++++
debian/patches/series | 1 +
2 files changed, 12 insertions(+)
diff --git a/debian/patches/1002_libsystemd-transition.patch b/debian/patches/1002_libsystemd-transition.patch
new file mode 100644
index 0000000..ca9ef50
--- /dev/null
+++ b/debian/patches/1002_libsystemd-transition.patch
@@ -0,0 +1,11 @@
+--- a/configure.ac
++++ b/configure.ac
+@@ -115,7 +115,7 @@
+
+ use_systemd=no
+ if test "x$with_systemd" != "xno" ; then
+- PKG_CHECK_MODULES(SYSTEMD, libsystemd-login, use_systemd=yes, use_systemd=no)
++ PKG_CHECK_MODULES(SYSTEMD, libsystemd, use_systemd=yes, use_systemd=no)
+
+ if test "x$use_systemd" = "xyes"; then
+ AC_DEFINE(HAVE_SYSTEMD, 1, [systemd support])
diff --git a/debian/patches/series b/debian/patches/series
index 650e93d..98cf1d1 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -3,3 +3,4 @@
0003_set-XDG-CURRENT-DESKTOP-if-empty.patch
0004_no-crash-if-no-req-apps-found.patch
1001_hypen-used-as-minus-sign-man-page-fix.patch
+1002_libsystemd-transition.patch
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-mate/mate-session-manager.git
More information about the pkg-mate-commits
mailing list