[Pkg-xfce-commits] r6760 - goodies/branches/experimental/thunar-volman/debian

Lionel Le Folgoc mrpouit-guest at alioth.debian.org
Sat Apr 14 11:56:29 UTC 2012


Author: mrpouit-guest
Date: 2012-04-14 11:56:29 +0000 (Sat, 14 Apr 2012)
New Revision: 6760

Modified:
   goodies/branches/experimental/thunar-volman/debian/changelog
   goodies/branches/experimental/thunar-volman/debian/rules
Log:
* debian/rules:
  - drop obsolete --disable-rpath configure flag
  - pass --parallel to dh.

Modified: goodies/branches/experimental/thunar-volman/debian/changelog
===================================================================
--- goodies/branches/experimental/thunar-volman/debian/changelog	2012-04-14 11:53:04 UTC (rev 6759)
+++ goodies/branches/experimental/thunar-volman/debian/changelog	2012-04-14 11:56:29 UTC (rev 6760)
@@ -4,6 +4,9 @@
   * debian/control:
     - switch b-deps to libxfce4util6-dev for the new API, and libxfce4ui-1-dev
       to >= 4.9.0 for the new help API.
+  * debian/rules:
+    - drop obsolete --disable-rpath configure flag
+    - pass --parallel to dh.
 
  -- Lionel Le Folgoc <mrpouit at gmail.com>  Sat, 14 Apr 2012 13:51:17 +0200
 

Modified: goodies/branches/experimental/thunar-volman/debian/rules
===================================================================
--- goodies/branches/experimental/thunar-volman/debian/rules	2012-04-14 11:53:04 UTC (rev 6759)
+++ goodies/branches/experimental/thunar-volman/debian/rules	2012-04-14 11:56:29 UTC (rev 6760)
@@ -4,11 +4,8 @@
 export DEB_BUILD_MAINT_OPTIONS=hardening=+pie,+bindnow
 
 %:
-	dh $@
+	dh $@ --parallel
 
-override_dh_auto_configure:
-	dh_auto_configure -- --disable-rpath
-
 override_dh_install:
 	chrpath -d -k $(CURDIR)/debian/thunar-volman/usr/bin/thunar-volman
 	dh_install --fail-missing




More information about the Pkg-xfce-commits mailing list