[Pkg-xfce-commits] r6701 - desktop/branches/experimental/xfce4-dev-tools/debian
Yves-Alexis Perez
corsac at alioth.debian.org
Sun Apr 8 08:29:26 UTC 2012
Author: corsac
Date: 2012-04-08 20:29:26 +0000 (Sun, 08 Apr 2012)
New Revision: 6701
Modified:
desktop/branches/experimental/xfce4-dev-tools/debian/changelog
desktop/branches/experimental/xfce4-dev-tools/debian/rules
Log:
build with --parallel.
Modified: desktop/branches/experimental/xfce4-dev-tools/debian/changelog
===================================================================
--- desktop/branches/experimental/xfce4-dev-tools/debian/changelog 2012-04-08 20:29:02 UTC (rev 6700)
+++ desktop/branches/experimental/xfce4-dev-tools/debian/changelog 2012-04-08 20:29:26 UTC (rev 6701)
@@ -6,6 +6,7 @@
[ Yves-Alexis Perez ]
* debian/rules:
- use debhelper 9 and dpkg-dev 1.16.1 hardening support.
+ - build with --parallel.
* debian/compat bumped to 9.
* debian/control:
- update debhelper build-dep to 9.
Modified: desktop/branches/experimental/xfce4-dev-tools/debian/rules
===================================================================
--- desktop/branches/experimental/xfce4-dev-tools/debian/rules 2012-04-08 20:29:02 UTC (rev 6700)
+++ desktop/branches/experimental/xfce4-dev-tools/debian/rules 2012-04-08 20:29:26 UTC (rev 6701)
@@ -4,4 +4,4 @@
export DEB_BUILD_MAINT_OPTIONS=hardening=+pie,+bindnow
%:
- dh $@
+ dh $@ --parallel
More information about the Pkg-xfce-commits
mailing list