[Pkg-xfce-commits] r6860 - goodies/trunk/xfce4-indicator-plugin/debian

Yves-Alexis Perez corsac at alioth.debian.org
Tue Apr 24 03:20:40 UTC 2012


Author: corsac
Date: 2012-04-24 03:20:40 +0000 (Tue, 24 Apr 2012)
New Revision: 6860

Modified:
   goodies/trunk/xfce4-indicator-plugin/debian/changelog
   goodies/trunk/xfce4-indicator-plugin/debian/rules
Log:
* debian/rules:
  - build with --parallel.

Modified: goodies/trunk/xfce4-indicator-plugin/debian/changelog
===================================================================
--- goodies/trunk/xfce4-indicator-plugin/debian/changelog	2012-04-24 03:20:12 UTC (rev 6859)
+++ goodies/trunk/xfce4-indicator-plugin/debian/changelog	2012-04-24 03:20:40 UTC (rev 6860)
@@ -1,6 +1,8 @@
 xfce4-indicator-plugin (0.5.0-1) UNRELEASED; urgency=low
 
   * New upstream release.
+  * debian/rules:
+    - build with --parallel.
 
  -- Yves-Alexis Perez <corsac at debian.org>  Tue, 24 Apr 2012 05:20:05 +0200
 

Modified: goodies/trunk/xfce4-indicator-plugin/debian/rules
===================================================================
--- goodies/trunk/xfce4-indicator-plugin/debian/rules	2012-04-24 03:20:12 UTC (rev 6859)
+++ goodies/trunk/xfce4-indicator-plugin/debian/rules	2012-04-24 03:20:40 UTC (rev 6860)
@@ -4,4 +4,4 @@
 export DEB_BUILD_MAINT_OPTIONS=hardening=+pie,+bindnow
 
 %:
-	dh  $@
+	dh  $@ --parallel




More information about the Pkg-xfce-commits mailing list