[Pkg-xfce-commits] r6663 - goodies/trunk/xfce4-wavelan-plugin/debian

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


Author: corsac
Date: 2012-04-08 13:50:09 +0000 (Sun, 08 Apr 2012)
New Revision: 6663

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

Modified: goodies/trunk/xfce4-wavelan-plugin/debian/changelog
===================================================================
--- goodies/trunk/xfce4-wavelan-plugin/debian/changelog	2012-04-08 13:49:25 UTC (rev 6662)
+++ goodies/trunk/xfce4-wavelan-plugin/debian/changelog	2012-04-08 13:50:09 UTC (rev 6663)
@@ -5,6 +5,7 @@
     - switch to dh(1).
     - use debhelper 9 and dpkg-dev 1.16.1 hardening support.
     - use multiarch paths
+    - build with --parallel.
   * debian/control:
     - drop build-dep on cdbs and hardening-includes.
     - update debhelper build-dep to 9 and add build-dep on dpkg-dev 1.16.1.

Modified: goodies/trunk/xfce4-wavelan-plugin/debian/rules
===================================================================
--- goodies/trunk/xfce4-wavelan-plugin/debian/rules	2012-04-08 13:49:25 UTC (rev 6662)
+++ goodies/trunk/xfce4-wavelan-plugin/debian/rules	2012-04-08 13:50:09 UTC (rev 6663)
@@ -4,7 +4,7 @@
 export DEB_BUILD_MAINT_OPTIONS=hardening=+pie,+bindnow
 
 %:
-	dh $@
+	dh $@ --parallel
 
 override_dh_auto_install:
 	-rm -rf debian/xfce4-wavelan-plugin/usr/lib/$(DEB_HOST_MULTIARCH)/xfce4/panel-plugins/*.a




More information about the Pkg-xfce-commits mailing list