[Pkg-xfce-commits] r6667 - desktop/branches/experimental/xfconf/debian

Yves-Alexis Perez corsac at alioth.debian.org
Sun Apr 8 01:56:22 UTC 2012


Author: corsac
Date: 2012-04-08 13:56:22 +0000 (Sun, 08 Apr 2012)
New Revision: 6667

Modified:
   desktop/branches/experimental/xfconf/debian/changelog
   desktop/branches/experimental/xfconf/debian/rules
Log:
build with --parallel.

Modified: desktop/branches/experimental/xfconf/debian/changelog
===================================================================
--- desktop/branches/experimental/xfconf/debian/changelog	2012-04-08 13:54:09 UTC (rev 6666)
+++ desktop/branches/experimental/xfconf/debian/changelog	2012-04-08 13:56:22 UTC (rev 6667)
@@ -10,6 +10,7 @@
   * debian/rules:
     - use debhelper 9 and dpkg-dev 1.16.1 hardening support.
     - update paths for multi-arch.
+    - build with --parallel.
   * debian/compat bumped to 9.
   * debian/*.install:
     - update paths for multi-arch.

Modified: desktop/branches/experimental/xfconf/debian/rules
===================================================================
--- desktop/branches/experimental/xfconf/debian/rules	2012-04-08 13:54:09 UTC (rev 6666)
+++ desktop/branches/experimental/xfconf/debian/rules	2012-04-08 13:56:22 UTC (rev 6667)
@@ -4,7 +4,7 @@
 export DEB_BUILD_MAINT_OPTIONS=hardening=+pie,+bindnow
 
 %:
-	dh $@
+	dh $@ --parallel
 
 override_dh_auto_configure:
 	dh_auto_configure -- --disable-perl-bindings




More information about the Pkg-xfce-commits mailing list