[Pkg-xfce-commits] r9125 - in /desktop/trunk/xfce4-power-manager/debian: changelog rules

Yves-Alexis Perez corsac at moszumanska.debian.org
Mon May 11 19:05:43 UTC 2015


Author: corsac
Date: Mon May 11 19:05:43 2015
New Revision: 9125

URL: http://svn.debian.org/wsvn/pkg-xfce/?sc=1&rev=9125
Log:
* debian/rules:
  - use linux suspend/hibernate backend on Linux and Hurd, and freebsd on
  kFreeBSD.

Modified:
    desktop/trunk/xfce4-power-manager/debian/changelog
    desktop/trunk/xfce4-power-manager/debian/rules

Modified: desktop/trunk/xfce4-power-manager/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-xfce/desktop/trunk/xfce4-power-manager/debian/changelog?rev=9125&op=diff
==============================================================================
--- desktop/trunk/xfce4-power-manager/debian/changelog	(original)
+++ desktop/trunk/xfce4-power-manager/debian/changelog	Mon May 11 19:05:43 2015
@@ -1,3 +1,11 @@
+xfce4-power-manager (1.4.4-4) UNRELEASED; urgency=medium
+
+  * debian/rules:
+    - use linux suspend/hibernate backend on Linux and Hurd, and freebsd on
+    kFreeBSD.
+
+ -- Yves-Alexis Perez <corsac at debian.org>  Mon, 11 May 2015 21:04:50 +0200
+
 xfce4-power-manager (1.4.4-3) unstable; urgency=medium
 
   * Upload to unstable.

Modified: desktop/trunk/xfce4-power-manager/debian/rules
URL: http://svn.debian.org/wsvn/pkg-xfce/desktop/trunk/xfce4-power-manager/debian/rules?rev=9125&op=diff
==============================================================================
--- desktop/trunk/xfce4-power-manager/debian/rules	(original)
+++ desktop/trunk/xfce4-power-manager/debian/rules	Mon May 11 19:05:43 2015
@@ -3,8 +3,12 @@
 export DEB_LDFLAGS_MAINT_APPEND=-Wl,-z,defs -Wl,--as-needed -Wl,-O1
 export DEB_BUILD_MAINT_OPTIONS=hardening=+all
 
+BACKEND=linux
+ifeq ($(DEB_BUILD_ARCH_OS),kfreebsd)
+	BACKEND=freebsd
+endif
 override_dh_auto_configure:
-	dh_auto_configure -- --disable-silent-rules
+	dh_auto_configure -- --disable-silent-rules --with-backend=$(BACKEND)
 
 override_dh_install:
 	find debian/tmp/usr/lib -name 'lib*.la' -delete




More information about the Pkg-xfce-commits mailing list