[pkg-opensc-commit] [SCM] libp11 packaging branch, master, updated. ec6cadcac02d1f1f8a351fa42a6b4620dbc7f5d2

Eric Dorland eric at debian.org
Thu Sep 9 05:57:23 UTC 2010


The following commit has been merged in the master branch:
commit 1ed522ba2355492bd2503b2b9c6f47174f90f1fd
Author: Eric Dorland <eric at debian.org>
Date:   Thu Sep 9 01:36:36 2010 -0400

    debian/rules: Fix dh_strip invocation to use proper debug package. (Closes: #594504)

diff --git a/debian/changelog b/debian/changelog
index afaf8fc..f2d554c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+libp11 (0.2.7-2) unstable; urgency=high
+
+  * debian/rules: Fix dh_strip invocation to use proper debug
+    package. (Closes: #594504)
+
+ --
+
 libp11 (0.2.7-1) unstable; urgency=low
 
   * New upstream release.
diff --git a/debian/rules b/debian/rules
index ed7f152..308582f 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,4 +1,7 @@
 #!/usr/bin/make -f
 
 %:
-	dh $@
\ No newline at end of file
+	dh $@
+
+override_dh_strip:
+	dh_strip --dbg-package=libp11-1-dbg

-- 
libp11 packaging



More information about the pkg-opensc-commit mailing list