[Pkg-xfce-commits] r7108 - desktop/trunk/exo/debian
Yves-Alexis Perez
corsac at alioth.debian.org
Sat Jun 30 07:48:33 UTC 2012
Author: corsac
Date: 2012-06-30 19:48:32 +0000 (Sat, 30 Jun 2012)
New Revision: 7108
Modified:
desktop/trunk/exo/debian/changelog
desktop/trunk/exo/debian/rules
Log:
build with --parallel.
Modified: desktop/trunk/exo/debian/changelog
===================================================================
--- desktop/trunk/exo/debian/changelog 2012-06-30 19:45:57 UTC (rev 7107)
+++ desktop/trunk/exo/debian/changelog 2012-06-30 19:48:32 UTC (rev 7108)
@@ -5,6 +5,7 @@
* debian/rules:
- force endianness in msgfmt so all arches have the same file contents.
closes: #669994
+ - build with --parallel.
* debian/control:
- mark -helpers package as Multi-Arch: same.
- update standards version to 3.9.3.
Modified: desktop/trunk/exo/debian/rules
===================================================================
--- desktop/trunk/exo/debian/rules 2012-06-30 19:45:57 UTC (rev 7107)
+++ desktop/trunk/exo/debian/rules 2012-06-30 19:48:32 UTC (rev 7108)
@@ -10,7 +10,7 @@
MSGFMT = /usr/bin/msgfmt --endianness little
%:
- dh $@
+ dh $@ --parallel
override_dh_auto_configure:
NOCONFIGURE=1 xdt-autogen
More information about the Pkg-xfce-commits
mailing list