[Pkg-xfce-commits] r9720 - in /goodies/trunk/light-locker/debian: changelog rules

Yves-Alexis Perez corsac at moszumanska.debian.org
Fri Feb 10 14:58:01 UTC 2017


Author: corsac
Date: Fri Feb 10 14:58:01 2017
New Revision: 9720

URL: http://svn.debian.org/wsvn/pkg-xfce/?sc=1&rev=9720
Log:
* debian/rules:
  - only configure systemd support on Linux arches.           closes: #832485

Modified:
    goodies/trunk/light-locker/debian/changelog
    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=9720&op=diff
==============================================================================
--- goodies/trunk/light-locker/debian/changelog	(original)
+++ goodies/trunk/light-locker/debian/changelog	Fri Feb 10 14:58:01 2017
@@ -1,3 +1,10 @@
+light-locker (1.7.0-4) UNRELEASED; urgency=medium
+
+  * debian/rules:
+    - only configure systemd support on Linux arches.           closes: #832485
+
+ -- Yves-Alexis Perez <corsac at debian.org>  Fri, 10 Feb 2017 15:57:07 +0100
+
 light-locker (1.7.0-3) unstable; urgency=medium
 
   [ Jackson Doak ]

Modified: goodies/trunk/light-locker/debian/rules
URL: http://svn.debian.org/wsvn/pkg-xfce/goodies/trunk/light-locker/debian/rules?rev=9720&op=diff
==============================================================================
--- goodies/trunk/light-locker/debian/rules	(original)
+++ goodies/trunk/light-locker/debian/rules	Fri Feb 10 14:58:01 2017
@@ -3,10 +3,15 @@
 export DEB_LDFLAGS_MAINT_APPEND=-Wl,--as-needed -Wl,-O1
 export DEB_BUILD_MAINT_OPTIONS=hardening=+all
 
+include /usr/share/dpkg/architecture.mk
+ifeq ($(DEB_BUILD_ARCH_OS),linux)
+	SYSTEMD_ENABLE=--with-systemd
+endif
+
 override_dh_auto_configure:
 	NOCONFIGURE=1 xdt-autogen
 	dh_auto_configure -- --disable-silent-rules \
-		--with-systemd \
+		$(SYSTEMD_ENABLE) \
 		--with-upower \
 		--with-console-kit \
 		--with-mit-ext




More information about the Pkg-xfce-commits mailing list