[Pkg-xfce-commits] r7028 - goodies/trunk/xfce4-cpugraph-plugin/debian
Yves-Alexis Perez
corsac at alioth.debian.org
Mon May 21 05:13:42 UTC 2012
Author: corsac
Date: 2012-05-21 05:13:41 +0000 (Mon, 21 May 2012)
New Revision: 7028
Modified:
goodies/trunk/xfce4-cpugraph-plugin/debian/changelog
goodies/trunk/xfce4-cpugraph-plugin/debian/rules
Log:
* debian/rules:
- build with --parallel
Modified: goodies/trunk/xfce4-cpugraph-plugin/debian/changelog
===================================================================
--- goodies/trunk/xfce4-cpugraph-plugin/debian/changelog 2012-05-21 05:09:22 UTC (rev 7027)
+++ goodies/trunk/xfce4-cpugraph-plugin/debian/changelog 2012-05-21 05:13:41 UTC (rev 7028)
@@ -1,5 +1,6 @@
xfce4-cpugraph-plugin (1.0.2-1) UNRELEASED; urgency=low
+ [ Lionel Le Folgoc ]
* New upstream release.
* debian/compat: bumped to 9.
* debian/control:
@@ -11,6 +12,10 @@
- clean up for the new dpkg-buildflags features.
- don't install .la files.
+ [ Yves-Alexis Perez ]
+ * debian/rules:
+ - build with --parallel
+
-- Lionel Le Folgoc <mrpouit at gmail.com> Fri, 18 May 2012 10:13:09 +0200
xfce4-cpugraph-plugin (1.0.1-2) unstable; urgency=low
Modified: goodies/trunk/xfce4-cpugraph-plugin/debian/rules
===================================================================
--- goodies/trunk/xfce4-cpugraph-plugin/debian/rules 2012-05-21 05:09:22 UTC (rev 7027)
+++ goodies/trunk/xfce4-cpugraph-plugin/debian/rules 2012-05-21 05:13:41 UTC (rev 7028)
@@ -8,4 +8,4 @@
dh_install --fail-missing
%:
- dh $@
+ dh $@ --parallel
More information about the Pkg-xfce-commits
mailing list