[Pkg-xfce-commits] r6692 - goodies/trunk/xfce4-power-manager/debian
Yves-Alexis Perez
corsac at alioth.debian.org
Sun Apr 8 08:20:54 UTC 2012
Author: corsac
Date: 2012-04-08 20:20:54 +0000 (Sun, 08 Apr 2012)
New Revision: 6692
Modified:
goodies/trunk/xfce4-power-manager/debian/changelog
goodies/trunk/xfce4-power-manager/debian/rules
Log:
* debian/rules:
- build with --parallel.
Modified: goodies/trunk/xfce4-power-manager/debian/changelog
===================================================================
--- goodies/trunk/xfce4-power-manager/debian/changelog 2012-04-08 20:19:28 UTC (rev 6691)
+++ goodies/trunk/xfce4-power-manager/debian/changelog 2012-04-08 20:20:54 UTC (rev 6692)
@@ -1,10 +1,15 @@
xfce4-power-manager (1.0.11-2) UNRELEASED; urgency=low
+ [ Lionel Le Folgoc ]
* debian/patches:
- 02_translations-fix-invalid-format-strings.patch: drop translated
strings when format strings don't match the original ones. This leads
to hard to reproduce random crashes depending on the locale used…
+ [ Yves-Alexis Perez ]
+ * debian/rules:
+ - build with --parallel.
+
-- Lionel Le Folgoc <mrpouit at gmail.com> Sun, 08 Apr 2012 16:55:50 +0200
xfce4-power-manager (1.0.11-1) unstable; urgency=low
Modified: goodies/trunk/xfce4-power-manager/debian/rules
===================================================================
--- goodies/trunk/xfce4-power-manager/debian/rules 2012-04-08 20:19:28 UTC (rev 6691)
+++ goodies/trunk/xfce4-power-manager/debian/rules 2012-04-08 20:20:54 UTC (rev 6692)
@@ -7,4 +7,4 @@
dh_install --fail-missing
%:
- dh $@
+ dh $@ --parallel
More information about the Pkg-xfce-commits
mailing list