[Pkg-xfce-commits] r7333 - goodies/trunk/xfce4-datetime-plugin/debian
Yves-Alexis Perez
corsac at alioth.debian.org
Wed Mar 6 10:36:28 UTC 2013
Author: corsac
Date: 2013-03-06 22:36:28 +0000 (Wed, 06 Mar 2013)
New Revision: 7333
Modified:
goodies/trunk/xfce4-datetime-plugin/debian/changelog
goodies/trunk/xfce4-datetime-plugin/debian/rules
Log:
enable parallel build.
Modified: goodies/trunk/xfce4-datetime-plugin/debian/changelog
===================================================================
--- goodies/trunk/xfce4-datetime-plugin/debian/changelog 2013-03-06 22:35:55 UTC (rev 7332)
+++ goodies/trunk/xfce4-datetime-plugin/debian/changelog 2013-03-06 22:36:28 UTC (rev 7333)
@@ -4,6 +4,7 @@
* debian/rules:
- use debhelper 9 and dpkg hardening support
- don't remove .a files, there's no present anymore.
+ - enable parallel build.
* debian/compat bumped to 9.
* debian/control:
- update debhelper build-dep to 9.
Modified: goodies/trunk/xfce4-datetime-plugin/debian/rules
===================================================================
--- goodies/trunk/xfce4-datetime-plugin/debian/rules 2013-03-06 22:35:55 UTC (rev 7332)
+++ goodies/trunk/xfce4-datetime-plugin/debian/rules 2013-03-06 22:36:28 UTC (rev 7333)
@@ -4,4 +4,4 @@
export DEB_BUILD_MAINT_OPTIONS=hardening=+all
%:
- dh $@
+ dh $@ --parallel
More information about the Pkg-xfce-commits
mailing list