[Pkg-xfce-commits] r6655 - goodies/trunk/xfce4-sensors-plugin/debian
Yves-Alexis Perez
corsac at alioth.debian.org
Sun Apr 8 01:22:50 UTC 2012
Author: corsac
Date: 2012-04-08 13:22:50 +0000 (Sun, 08 Apr 2012)
New Revision: 6655
Modified:
goodies/trunk/xfce4-sensors-plugin/debian/changelog
goodies/trunk/xfce4-sensors-plugin/debian/rules
Log:
enable parallel build.
Modified: goodies/trunk/xfce4-sensors-plugin/debian/changelog
===================================================================
--- goodies/trunk/xfce4-sensors-plugin/debian/changelog 2012-04-08 13:20:43 UTC (rev 6654)
+++ goodies/trunk/xfce4-sensors-plugin/debian/changelog 2012-04-08 13:22:50 UTC (rev 6655)
@@ -12,6 +12,7 @@
* debian/rules:
- use debhelper 9 and dpkg-dev 1.16.1 hardening support.
- use multiarch paths.
+ - enable parallel build.
* debian/control:
- update debhelper build-dep to 9.
- add build-dep on dpkg-de 1.16.1.
Modified: goodies/trunk/xfce4-sensors-plugin/debian/rules
===================================================================
--- goodies/trunk/xfce4-sensors-plugin/debian/rules 2012-04-08 13:20:43 UTC (rev 6654)
+++ goodies/trunk/xfce4-sensors-plugin/debian/rules 2012-04-08 13:22:50 UTC (rev 6655)
@@ -3,7 +3,7 @@
export DEB_BUILD_MAINT_OPTIONS=hardening=+pie,+bindnow
%:
- dh $@
+ dh $@ --parallel
override_dh_auto_configure:
dh_auto_configure -- --enable-libsensors=yes --enable-procacpi --enable-hddtemp=yes --enable-notification
More information about the Pkg-xfce-commits
mailing list