[Pkg-xfce-commits] r6690 - desktop/branches/experimental/thunar/debian

Yves-Alexis Perez corsac at alioth.debian.org
Sun Apr 8 08:16:29 UTC 2012


Author: corsac
Date: 2012-04-08 20:16:29 +0000 (Sun, 08 Apr 2012)
New Revision: 6690

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

Modified: desktop/branches/experimental/thunar/debian/changelog
===================================================================
--- desktop/branches/experimental/thunar/debian/changelog	2012-04-08 20:15:51 UTC (rev 6689)
+++ desktop/branches/experimental/thunar/debian/changelog	2012-04-08 20:16:29 UTC (rev 6690)
@@ -20,6 +20,8 @@
   * debian/control:
     - update exo build-dep to 0.6.0.
   * debian/watch updated to track all releases.
+  * debian/rules:
+    - build with --parallel.
 
  -- Lionel Le Folgoc <mrpouit at gmail.com>  Mon, 20 Feb 2012 21:43:03 +0100
 

Modified: desktop/branches/experimental/thunar/debian/rules
===================================================================
--- desktop/branches/experimental/thunar/debian/rules	2012-04-08 20:15:51 UTC (rev 6689)
+++ desktop/branches/experimental/thunar/debian/rules	2012-04-08 20:16:29 UTC (rev 6690)
@@ -6,7 +6,7 @@
 DEB_HOST_MULTIARCH ?= $(shell dpkg-architecture -qDEB_HOST_MULTIARCH)
 
 %:
-	dh $@
+	dh $@ --parallel
 
 override_dh_auto_configure:
 	NOCONFIGURE=1 xdt-autogen




More information about the Pkg-xfce-commits mailing list