[Pkg-xfce-commits] r7340 - goodies/trunk/parole/debian
Yves-Alexis Perez
corsac at alioth.debian.org
Thu Mar 7 09:43:27 UTC 2013
Author: corsac
Date: 2013-03-07 21:43:26 +0000 (Thu, 07 Mar 2013)
New Revision: 7340
Modified:
goodies/trunk/parole/debian/changelog
goodies/trunk/parole/debian/rules
Log:
use parallel build.
Modified: goodies/trunk/parole/debian/changelog
===================================================================
--- goodies/trunk/parole/debian/changelog 2013-03-07 21:35:06 UTC (rev 7339)
+++ goodies/trunk/parole/debian/changelog 2013-03-07 21:43:26 UTC (rev 7340)
@@ -9,6 +9,7 @@
- 01_fix-implicit-dso-linking dropped, not needed anymore.
* debian/rules:
- drop call to xdt-autogen, not needed anymore.
+ - use parallel build.
* debian/control:
- drop xfce4-dev-tools, libtool and gtk-doc-tools build-deps.
- replace libxfcegui4 build-dep by libxfce4ui.
Modified: goodies/trunk/parole/debian/rules
===================================================================
--- goodies/trunk/parole/debian/rules 2013-03-07 21:35:06 UTC (rev 7339)
+++ goodies/trunk/parole/debian/rules 2013-03-07 21:43:26 UTC (rev 7340)
@@ -10,7 +10,7 @@
export CFLAGS LDFLAGS
%:
- dh $@
+ dh $@ --parallel
override_dh_makeshlibs:
dh_makeshlibs -X usr/lib/parole-0
More information about the Pkg-xfce-commits
mailing list