[SCM] gtk2-engines-oxygen packaging branch, master, updated. debian/1.0.2-1-16-g06def48

Kai Wasserbäch curan at alioth.debian.org
Sat Feb 26 11:44:22 UTC 2011


The following commit has been merged in the master branch:
commit 06def48de8a8591946c04e4d5bafb007956b4fd9
Author: Kai Wasserbäch <curan at debian.org>
Date:   Sat Feb 26 12:44:09 2011 +0100

    debian/rules: Added "--parallel" to dh_auto_configure invocation.
---
 debian/changelog |    6 ++++++
 debian/rules     |    3 ++-
 2 files changed, 8 insertions(+), 1 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index c10b0f2..dd4ad1a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+gtk2-engines-oxygen (1.0.2-3) UNRELEASED; urgency=low
+
+  * debian/rules: Added "--parallel" to dh_auto_configure invocation.
+
+ -- Kai Wasserbäch <curan at debian.org>  Fri, 25 Feb 2011 11:37:51 +0100
+
 gtk2-engines-oxygen (1.0.2-2) unstable; urgency=low
 
   * Update debian/control:
diff --git a/debian/rules b/debian/rules
index ce3f15f..54b4827 100755
--- a/debian/rules
+++ b/debian/rules
@@ -10,7 +10,8 @@ override_dh_makeshlibs:
 	dh_makeshlibs -X/usr/lib/gtk-2.0
 
 override_dh_auto_configure:
-	dh_auto_configure -Scmake -- -DCMAKE_SHARED_LINKER_FLAGS="-Wl,--no-undefined -Wl,--as-needed" \
+	dh_auto_configure --parallel -Scmake -- \
+					-DCMAKE_SHARED_LINKER_FLAGS="-Wl,--no-undefined -Wl,--as-needed" \
 					-DCMAKE_MODULE_LINKER_FLAGS="-Wl,--no-undefined -Wl,--as-needed" \
 					-DCMAKE_EXE_LINKER_FLAGS="-Wl,--no-undefined -Wl,--as-needed"
 

-- 
gtk2-engines-oxygen packaging



More information about the pkg-kde-commits mailing list