[Pkg-xfce-commits] r7334 - goodies/trunk/xfce4-weather-plugin/debian

Yves-Alexis Perez corsac at alioth.debian.org
Wed Mar 6 10:36:56 UTC 2013


Author: corsac
Date: 2013-03-06 22:36:55 +0000 (Wed, 06 Mar 2013)
New Revision: 7334

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

Modified: goodies/trunk/xfce4-weather-plugin/debian/changelog
===================================================================
--- goodies/trunk/xfce4-weather-plugin/debian/changelog	2013-03-06 22:36:28 UTC (rev 7333)
+++ goodies/trunk/xfce4-weather-plugin/debian/changelog	2013-03-06 22:36:55 UTC (rev 7334)
@@ -5,6 +5,8 @@
   * debian/patches:
     - 00_license dropped, not needed anymore.
   * debian/copyright updated and migrated to DEP5 format.
+  * debian/rules:
+    - enable parallel build.
 
  -- Yves-Alexis Perez <corsac at debian.org>  Wed, 12 Sep 2012 12:29:04 +0200
 

Modified: goodies/trunk/xfce4-weather-plugin/debian/rules
===================================================================
--- goodies/trunk/xfce4-weather-plugin/debian/rules	2013-03-06 22:36:28 UTC (rev 7333)
+++ goodies/trunk/xfce4-weather-plugin/debian/rules	2013-03-06 22:36:55 UTC (rev 7334)
@@ -4,7 +4,7 @@
 export DEB_BUILD_MAINT_OPTIONS=hardening=+pie,+bindnow
 
 %:
-	dh $@
+	dh $@ --parallel
 
 override_dh_auto_install:
 	-rm -rf debian/`dh_listpackages`/usr/lib/xfce4/panel-plugins/*.a




More information about the Pkg-xfce-commits mailing list