[SCM] qapt packaging branch, master, updated. debian/1.2.2-1-5-g06c7f6b

Kai Wasserbäch curan at alioth.debian.org
Thu Dec 15 09:31:22 UTC 2011


The following commit has been merged in the master branch:
commit 2b8c3135e94a341197e16538803d0a2fcf12c62f
Author: Kai Wasserbäch <curan at debian.org>
Date:   Thu Dec 15 10:30:06 2011 +0100

    debian/rules: Remove override for dh_strip, not needed.
---
 debian/changelog |    1 +
 debian/rules     |    5 +----
 2 files changed, 2 insertions(+), 4 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index d98291f..878df88 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,7 @@ qapt (1.2.2-2) UNRELEASED; urgency=low
   * debian/gbp.conf: Added to ensure pristine-tar usage and signed tags.
   * debian/watch: use git-import-orig.
   * debian/control: Added Vcs-{Git,Browser} fields.
+  * debian/rules: Remove override for dh_strip, not needed.
 
  -- Kai Wasserbäch <curan at debian.org>  Wed, 14 Dec 2011 18:56:08 +0100
 
diff --git a/debian/rules b/debian/rules
index 312ca25..2689459 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,10 +1,7 @@
 #!/usr/bin/make -f
 
 %:
-	dh $@ --with kde --parallel
+	dh $@ --with kde --parallel --dbg-package=qapt-dbg
 
 override_dh_install:
 	dh_install --fail-missing
-
-override_dh_strip:
-	dh_strip --dbg-package=qapt-dbg

-- 
qapt packaging



More information about the pkg-kde-commits mailing list