[Pkg-xfce-commits] r6982 - goodies/trunk/xfce4-mpc-plugin/debian
Yves-Alexis Perez
corsac at alioth.debian.org
Mon May 14 09:03:13 UTC 2012
Author: corsac
Date: 2012-05-14 21:03:12 +0000 (Mon, 14 May 2012)
New Revision: 6982
Modified:
goodies/trunk/xfce4-mpc-plugin/debian/changelog
goodies/trunk/xfce4-mpc-plugin/debian/rules
Log:
* debian/rules:
- build with --parallel.
Modified: goodies/trunk/xfce4-mpc-plugin/debian/changelog
===================================================================
--- goodies/trunk/xfce4-mpc-plugin/debian/changelog 2012-05-14 21:02:30 UTC (rev 6981)
+++ goodies/trunk/xfce4-mpc-plugin/debian/changelog 2012-05-14 21:03:12 UTC (rev 6982)
@@ -1,6 +1,8 @@
xfce4-mpc-plugin (0.4.3-1) UNRELEASED; urgency=low
* New upstream release.
+ * debian/rules:
+ - build with --parallel.
-- Yves-Alexis Perez <corsac at debian.org> Mon, 14 May 2012 23:02:22 +0200
Modified: goodies/trunk/xfce4-mpc-plugin/debian/rules
===================================================================
--- goodies/trunk/xfce4-mpc-plugin/debian/rules 2012-05-14 21:02:30 UTC (rev 6981)
+++ goodies/trunk/xfce4-mpc-plugin/debian/rules 2012-05-14 21:03:12 UTC (rev 6982)
@@ -4,7 +4,7 @@
export DEB_BUILD_MAINT_OPTIONS=hardening=+pie,+bindnow
%:
- dh $@
+ dh $@ --parallel
override_dh_auto_install:
dh_auto_install
More information about the Pkg-xfce-commits
mailing list