[Pkg-xfce-commits] r9234 - in /goodies/trunk/light-locker/debian: changelog control patches/02_libsystemd.patch patches/series rules
Yves-Alexis Perez
corsac at moszumanska.debian.org
Thu Jul 9 15:11:26 UTC 2015
Author: corsac
Date: Thu Jul 9 15:11:26 2015
New Revision: 9234
URL: http://svn.debian.org/wsvn/pkg-xfce/?sc=1&rev=9234
Log:
* debian/patches:
- 02_libsystemd added, build against libsystemd, patch from Michael Biebl.
closes: #779749
Added:
goodies/trunk/light-locker/debian/patches/02_libsystemd.patch
Modified:
goodies/trunk/light-locker/debian/changelog
goodies/trunk/light-locker/debian/control
goodies/trunk/light-locker/debian/patches/series
goodies/trunk/light-locker/debian/rules
Modified: goodies/trunk/light-locker/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-xfce/goodies/trunk/light-locker/debian/changelog?rev=9234&op=diff
==============================================================================
--- goodies/trunk/light-locker/debian/changelog (original)
+++ goodies/trunk/light-locker/debian/changelog Thu Jul 9 15:11:26 2015
@@ -1,3 +1,11 @@
+light-locker (1.6.0-4) UNRELEASED; urgency=medium
+
+ * debian/patches:
+ - 02_libsystemd added, build against libsystemd, patch from Michael Biebl.
+ closes: #779749
+
+ -- Yves-Alexis Perez <corsac at debian.org> Thu, 09 Jul 2015 17:10:34 +0200
+
light-locker (1.6.0-3) unstable; urgency=medium
* debian/patches:
Modified: goodies/trunk/light-locker/debian/control
URL: http://svn.debian.org/wsvn/pkg-xfce/goodies/trunk/light-locker/debian/control?rev=9234&op=diff
==============================================================================
--- goodies/trunk/light-locker/debian/control (original)
+++ goodies/trunk/light-locker/debian/control Thu Jul 9 15:11:26 2015
@@ -5,9 +5,9 @@
Uploaders: Evgeni Golov <evgeni at debian.org>,
Yves-Alexis Perez <corsac at debian.org>, Emanuele Rocca <ema at debian.org>,
Simon Huggins <huggie at earth.li>
-Build-Depends: debhelper (>= 9), pkg-config,
+Build-Depends: debhelper (>= 9), pkg-config, dh-autoreconf,
liblightdm-gobject-dev (>= 1.3.5), libgtk-3-dev, libdbus-glib-1-dev,
- libxss-dev, libsystemd-login-dev, intltool, xfce4-dev-tools, libtool
+ libxss-dev, libsystemd-dev, intltool, xfce4-dev-tools, libtool
Standards-Version: 3.9.6
Homepage: https://github.com/the-cavalry/light-locker/
Vcs-Svn: svn://anonscm.debian.org/pkg-xfce/goodies/trunk/light-locker
Added: goodies/trunk/light-locker/debian/patches/02_libsystemd.patch
URL: http://svn.debian.org/wsvn/pkg-xfce/goodies/trunk/light-locker/debian/patches/02_libsystemd.patch?rev=9234&op=file
==============================================================================
--- goodies/trunk/light-locker/debian/patches/02_libsystemd.patch (added)
+++ goodies/trunk/light-locker/debian/patches/02_libsystemd.patch Thu Jul 9 15:11:26 2015
@@ -0,0 +1,13 @@
+diff --git a/configure.ac b/configure.ac
+index e4240e5..4498451 100644
+--- 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
Modified: goodies/trunk/light-locker/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-xfce/goodies/trunk/light-locker/debian/patches/series?rev=9234&op=diff
==============================================================================
--- goodies/trunk/light-locker/debian/patches/series (original)
+++ goodies/trunk/light-locker/debian/patches/series Thu Jul 9 15:11:26 2015
@@ -1 +1,2 @@
01_lid-closed.patch
+02_libsystemd.patch
Modified: goodies/trunk/light-locker/debian/rules
URL: http://svn.debian.org/wsvn/pkg-xfce/goodies/trunk/light-locker/debian/rules?rev=9234&op=diff
==============================================================================
--- goodies/trunk/light-locker/debian/rules (original)
+++ goodies/trunk/light-locker/debian/rules Thu Jul 9 15:11:26 2015
@@ -12,4 +12,4 @@
--with-mit-ext
%:
- dh $@
+ dh $@ --with autoreconf
More information about the Pkg-xfce-commits
mailing list