[Pkg-xfce-commits] r7183 - goodies/branches/experimental/xfce4-weather-plugin/debian

Yves-Alexis Perez corsac at alioth.debian.org
Sun Oct 7 11:39:56 UTC 2012


Author: corsac
Date: 2012-10-07 11:39:55 +0000 (Sun, 07 Oct 2012)
New Revision: 7183

Modified:
   goodies/branches/experimental/xfce4-weather-plugin/debian/changelog
   goodies/branches/experimental/xfce4-weather-plugin/debian/rules
Log:
* debian/rules:
  - add --parallel to dh calls.

Modified: goodies/branches/experimental/xfce4-weather-plugin/debian/changelog
===================================================================
--- goodies/branches/experimental/xfce4-weather-plugin/debian/changelog	2012-10-07 09:06:51 UTC (rev 7182)
+++ goodies/branches/experimental/xfce4-weather-plugin/debian/changelog	2012-10-07 11:39:55 UTC (rev 7183)
@@ -1,5 +1,6 @@
 xfce4-weather-plugin (0.8.1-1) UNRELEASED; urgency=low
 
+  [ Lionel Le Folgoc ]
   * debian/patches: add missing DEP3 headers.
   * New upstream release.
   * debian/control: switch to libxfce4ui-1-dev (ported upstream).
@@ -7,6 +8,10 @@
     - 00_license.patch: dropped, upstream changed the forecast provider.
   * debian/rules: fix rule to remove la files.
 
+  [ Yves-Alexis Perez ]
+  * debian/rules:
+    - add --parallel to dh calls.
+
  -- Lionel Le Folgoc <mrpouit at gmail.com>  Wed, 15 Aug 2012 13:21:27 +0200
 
 xfce4-weather-plugin (0.7.4-3) unstable; urgency=low

Modified: goodies/branches/experimental/xfce4-weather-plugin/debian/rules
===================================================================
--- goodies/branches/experimental/xfce4-weather-plugin/debian/rules	2012-10-07 09:06:51 UTC (rev 7182)
+++ goodies/branches/experimental/xfce4-weather-plugin/debian/rules	2012-10-07 11:39:55 UTC (rev 7183)
@@ -4,7 +4,7 @@
 export DEB_BUILD_MAINT_OPTIONS=hardening=+pie,+bindnow
 
 %:
-	dh $@
+	dh $@ --parallel
 
 override_dh_install:
 	-rm -rf debian/`dh_listpackages`/usr/lib/*/xfce4/panel/plugins/*.a




More information about the Pkg-xfce-commits mailing list