[Pkg-xfce-commits] r9318 - in /goodies/trunk/light-locker/debian: changelog patches/01_migrate-libsystemd-dev.patch patches/series
Yves-Alexis Perez
corsac at moszumanska.debian.org
Wed Nov 18 13:08:29 UTC 2015
Author: corsac
Date: Wed Nov 18 13:08:29 2015
New Revision: 9318
URL: http://svn.debian.org/wsvn/pkg-xfce/?sc=1&rev=9318
Log:
* debian/patches:
- 01_migrate-libsystemd-dev, check for libsystemd instead of
libsystemd-login.
Added:
goodies/trunk/light-locker/debian/patches/01_migrate-libsystemd-dev.patch
goodies/trunk/light-locker/debian/patches/series
Modified:
goodies/trunk/light-locker/debian/changelog
Modified: goodies/trunk/light-locker/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-xfce/goodies/trunk/light-locker/debian/changelog?rev=9318&op=diff
==============================================================================
--- goodies/trunk/light-locker/debian/changelog (original)
+++ goodies/trunk/light-locker/debian/changelog Wed Nov 18 13:08:29 2015
@@ -2,6 +2,9 @@
* debian/control:
- replace libsystemd-login-dev by libsystemd-dev.
+ * debian/patches:
+ - 01_migrate-libsystemd-dev, check for libsystemd instead of
+ libsystemd-login.
-- Yves-Alexis Perez <corsac at debian.org> Wed, 18 Nov 2015 13:44:24 +0100
Added: goodies/trunk/light-locker/debian/patches/01_migrate-libsystemd-dev.patch
URL: http://svn.debian.org/wsvn/pkg-xfce/goodies/trunk/light-locker/debian/patches/01_migrate-libsystemd-dev.patch?rev=9318&op=file
==============================================================================
--- goodies/trunk/light-locker/debian/patches/01_migrate-libsystemd-dev.patch (added)
+++ goodies/trunk/light-locker/debian/patches/01_migrate-libsystemd-dev.patch Wed Nov 18 13:08:29 2015
@@ -0,0 +1,11 @@
+--- a/configure.ac
++++ b/configure.ac
+@@ -429,7 +429,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
Added: goodies/trunk/light-locker/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-xfce/goodies/trunk/light-locker/debian/patches/series?rev=9318&op=file
==============================================================================
--- goodies/trunk/light-locker/debian/patches/series (added)
+++ goodies/trunk/light-locker/debian/patches/series Wed Nov 18 13:08:29 2015
@@ -0,0 +1 @@
+01_migrate-libsystemd-dev.patch
More information about the Pkg-xfce-commits
mailing list