[Pkg-xfce-commits] r7096 - desktop/trunk/mousepad/debian
Yves-Alexis Perez
corsac at alioth.debian.org
Sat Jun 30 01:58:39 UTC 2012
Author: corsac
Date: 2012-06-30 13:58:39 +0000 (Sat, 30 Jun 2012)
New Revision: 7096
Modified:
desktop/trunk/mousepad/debian/changelog
desktop/trunk/mousepad/debian/rules
Log:
* debian/rules:
- build with --parallel
Modified: desktop/trunk/mousepad/debian/changelog
===================================================================
--- desktop/trunk/mousepad/debian/changelog 2012-06-30 13:58:22 UTC (rev 7095)
+++ desktop/trunk/mousepad/debian/changelog 2012-06-30 13:58:39 UTC (rev 7096)
@@ -7,6 +7,8 @@
* debian/patches:
- 02_fix-typos-in-test added, fix typos in various tests, which led to
infinite loops and freezes in some cases. closes: #631114
+ * debian/rules:
+ - build with --parallel
-- Lionel Le Folgoc <mrpouit at gmail.com> Mon, 20 Feb 2012 21:44:50 +0100
Modified: desktop/trunk/mousepad/debian/rules
===================================================================
--- desktop/trunk/mousepad/debian/rules 2012-06-30 13:58:22 UTC (rev 7095)
+++ desktop/trunk/mousepad/debian/rules 2012-06-30 13:58:39 UTC (rev 7096)
@@ -24,4 +24,4 @@
%:
- dh $@
+ dh $@ --parallel
More information about the Pkg-xfce-commits
mailing list