[SCM] Kingston update notifier (update-notifier-kde) branch, master, updated. 395bb68a69b486f33eb53a857b5d7b9dd673f84e

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


The following commit has been merged in the master branch:
commit 395bb68a69b486f33eb53a857b5d7b9dd673f84e
Author: Kai Wasserbäch <curan at debian.org>
Date:   Sat Feb 26 12:46:58 2011 +0100

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

diff --git a/debian/changelog b/debian/changelog
index fa91535..a5a345b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+kingston-update-notifier (1.2.3) UNRELEASED; urgency=low
+
+  * debian/rules: Added "--parallel" to dh invocation.
+
+ -- Kai Wasserbäch <curan at debian.org>  Sat, 26 Feb 2011 12:45:54 +0100
+
 kingston-update-notifier (1.2.2) unstable; urgency=low
 
   * src/CMakeLists.txt: Ensure minimal linking.
diff --git a/debian/rules b/debian/rules
index 917d9bf..6315b27 100755
--- a/debian/rules
+++ b/debian/rules
@@ -10,4 +10,4 @@
 #export DH_VERBOSE=1
 
 %:
-	dh  $@
+	dh $@ --parallel

-- 
Kingston update notifier (update-notifier-kde)



More information about the pkg-kde-commits mailing list