[SCM] skanlite packaging branch, master, updated. debian/0.7-1-10-g7265e9c
Kai Wasserbäch
curan at alioth.debian.org
Sat Feb 26 12:08:45 UTC 2011
The following commit has been merged in the master branch:
commit a3f9068603b173304e086e8f623bd3f357bd08b9
Author: Kai Wasserbäch <curan at debian.org>
Date: Sat Feb 26 12:58:44 2011 +0100
debian/rules: Added "--parallel" to dh_auto_configure invocation.
---
debian/changelog | 5 ++++-
debian/rules | 9 +++++----
2 files changed, 9 insertions(+), 5 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 75cc8ae..e0a85e3 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,9 @@
skanlite (0.7-3) UNRELEASED; urgency=low
- * debian/{compat,control,rules}: Updated for debhelper 8 compatibility.
+ * debian/{compat,control}: Updated for debhelper 8 compatibility.
+ * debian/rules:
+ - Updated for debhelper 8 compatibility.
+ - Added "--parallel" to dh_auto_configure invocation.
-- Kai Wasserbäch <curan at debian.org> Sat, 19 Feb 2011 15:38:42 +0100
diff --git a/debian/rules b/debian/rules
index 357ef15..d7b1daf 100755
--- a/debian/rules
+++ b/debian/rules
@@ -3,12 +3,13 @@
DH_ALWAYS_EXCLUDE:=CVS:.svn:.svnignore:.hg:.hgignore
override_dh_auto_configure:
- dh_auto_configure -Skde -- -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"
+ dh_auto_configure --parallel -Skde -- \
+ -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"
override_dh_install:
- dh_install --list-missing
+ dh_install --list-missing
%:
dh $@ --parallel --dbg-package=skanlite-dbg --with kde
--
skanlite packaging
More information about the pkg-kde-commits
mailing list