[Pkg-xfce-commits] r7741 - goodies/trunk/thunar-vcs-plugin/debian
Yves-Alexis Perez
corsac at alioth.debian.org
Mon May 27 07:38:05 UTC 2013
Author: corsac
Date: 2013-05-27 19:38:05 +0000 (Mon, 27 May 2013)
New Revision: 7741
Modified:
goodies/trunk/thunar-vcs-plugin/debian/changelog
goodies/trunk/thunar-vcs-plugin/debian/rules
Log:
enable parallel build.
Modified: goodies/trunk/thunar-vcs-plugin/debian/changelog
===================================================================
--- goodies/trunk/thunar-vcs-plugin/debian/changelog 2013-05-27 19:35:19 UTC (rev 7740)
+++ goodies/trunk/thunar-vcs-plugin/debian/changelog 2013-05-27 19:38:05 UTC (rev 7741)
@@ -8,6 +8,7 @@
- use debhelper/dpkg hardening support.
- enable all hardening flags.
- update paths for multiarch.
+ - enable parallel build.
* debian/compat bumped to 9.
* debian/control:
- update debhelper build-dep to 9.
Modified: goodies/trunk/thunar-vcs-plugin/debian/rules
===================================================================
--- goodies/trunk/thunar-vcs-plugin/debian/rules 2013-05-27 19:35:19 UTC (rev 7740)
+++ goodies/trunk/thunar-vcs-plugin/debian/rules 2013-05-27 19:38:05 UTC (rev 7741)
@@ -15,4 +15,4 @@
dh_install --fail-missing
%:
- dh $@
+ dh $@ --parallel
More information about the Pkg-xfce-commits
mailing list