[Pkg-xfce-commits] r7041 - goodies/trunk/xfce4-screenshooter/debian

Yves-Alexis Perez corsac at alioth.debian.org
Mon May 21 08:11:35 UTC 2012


Author: corsac
Date: 2012-05-21 20:11:34 +0000 (Mon, 21 May 2012)
New Revision: 7041

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

Modified: goodies/trunk/xfce4-screenshooter/debian/changelog
===================================================================
--- goodies/trunk/xfce4-screenshooter/debian/changelog	2012-05-21 20:10:28 UTC (rev 7040)
+++ goodies/trunk/xfce4-screenshooter/debian/changelog	2012-05-21 20:11:34 UTC (rev 7041)
@@ -1,5 +1,6 @@
 xfce4-screenshooter (1.8.1-1) UNRELEASED; urgency=low
 
+  [ Lionel Le Folgoc ]
   * New upstream release.
   * debian/patches:
     - 01_fix-crash-with-some-wms.patch: dropped, included upstream.
@@ -14,6 +15,10 @@
       xdt-autogen.
     - bumped Standards-Version to 3.9.3.
 
+  [ Yves-Alexis Perez ]
+  * debian/rules:
+    - build with --parallel.
+
  -- Lionel Le Folgoc <mrpouit at gmail.com>  Mon, 20 Feb 2012 22:32:30 +0100
 
 xfce4-screenshooter (1.8.0-2) unstable; urgency=low

Modified: goodies/trunk/xfce4-screenshooter/debian/rules
===================================================================
--- goodies/trunk/xfce4-screenshooter/debian/rules	2012-05-21 20:10:28 UTC (rev 7040)
+++ goodies/trunk/xfce4-screenshooter/debian/rules	2012-05-21 20:11:34 UTC (rev 7041)
@@ -20,4 +20,4 @@
 	dh_shlibdeps -X debian/xfce4-screenshooter/usr/lib/$(DEB_HOST_MULTIARCH)/xfce4/panel/plugins/libscreenshooterplugin.so -- -dRecommends debian/xfce4-screenshooter/usr/lib/$(DEB_HOST_MULTIARCH)/xfce4/panel/plugins/libscreenshooterplugin.so -dDepends
 
 %:
-	dh $@
+	dh $@ --parallel




More information about the Pkg-xfce-commits mailing list