[Pkg-xfce-commits] r7612 - goodies/trunk/xfce4-mailwatch-plugin/debian
Yves-Alexis Perez
corsac at alioth.debian.org
Fri May 24 07:51:48 UTC 2013
Author: corsac
Date: 2013-05-24 19:51:47 +0000 (Fri, 24 May 2013)
New Revision: 7612
Modified:
goodies/trunk/xfce4-mailwatch-plugin/debian/changelog
goodies/trunk/xfce4-mailwatch-plugin/debian/rules
Log:
enable parallel build.
Modified: goodies/trunk/xfce4-mailwatch-plugin/debian/changelog
===================================================================
--- goodies/trunk/xfce4-mailwatch-plugin/debian/changelog 2013-05-24 19:49:37 UTC (rev 7611)
+++ goodies/trunk/xfce4-mailwatch-plugin/debian/changelog 2013-05-24 19:51:47 UTC (rev 7612)
@@ -2,6 +2,7 @@
* debian/rules:
- enable all hardening flags.
+ - enable parallel build.
* debian/control:
- update standards version to 3.9.4.
- drop dpkg-dev build-dep, the one in stable supports hardening.
Modified: goodies/trunk/xfce4-mailwatch-plugin/debian/rules
===================================================================
--- goodies/trunk/xfce4-mailwatch-plugin/debian/rules 2013-05-24 19:49:37 UTC (rev 7611)
+++ goodies/trunk/xfce4-mailwatch-plugin/debian/rules 2013-05-24 19:51:47 UTC (rev 7612)
@@ -5,7 +5,7 @@
export DEB_BUILD_MAINT_OPTIONS=hardening=+all
%:
- dh $@
+ dh $@ --parallel
override_dh_auto_configure:
NOCONFIGURE=1 xdt-autogen
More information about the Pkg-xfce-commits
mailing list