[Python-modules-commits] r31683 - in packages/python-djvulibre/trunk/debian (changelog rules)

danstender-guest at users.alioth.debian.org danstender-guest at users.alioth.debian.org
Fri Jan 23 15:21:51 UTC 2015


    Date: Friday, January 23, 2015 @ 15:21:50
  Author: danstender-guest
Revision: 31683

fixed generation of debug symbols (Closes: #775657)

Modified:
  packages/python-djvulibre/trunk/debian/changelog
  packages/python-djvulibre/trunk/debian/rules

Modified: packages/python-djvulibre/trunk/debian/changelog
===================================================================
--- packages/python-djvulibre/trunk/debian/changelog	2015-01-23 14:01:12 UTC (rev 31682)
+++ packages/python-djvulibre/trunk/debian/changelog	2015-01-23 15:21:50 UTC (rev 31683)
@@ -5,6 +5,7 @@
   * deb/copyright: expanded copyright spans.
   * deb/rules:
     + hardened test calls by unset of LANGUAGE (Closes: #695049).
+    + added override for dh_strip (Closes: #775657).
     + dropped Vim setup line.
   * Docs package:
     + added sphinx-modules-path.diff (needed to prevent build break
@@ -14,7 +15,7 @@
     + added examples/ to deb/python-djvu-doc.docs.
   * Added DEP-8 test suite.
 
- -- Daniel Stender <debian at danielstender.com>  Thu, 22 Jan 2015 23:47:25 +0100
+ -- Daniel Stender <debian at danielstender.com>  Fri, 23 Jan 2015 16:01:49 +0100
 
 python-djvulibre (0.3.9-3) unstable; urgency=low
 

Modified: packages/python-djvulibre/trunk/debian/rules
===================================================================
--- packages/python-djvulibre/trunk/debian/rules	2015-01-23 14:01:12 UTC (rev 31682)
+++ packages/python-djvulibre/trunk/debian/rules	2015-01-23 15:21:50 UTC (rev 31683)
@@ -17,3 +17,9 @@
 override_dh_installdocs:
 	python setup.py build_sphinx
 	dh_installdocs -Xobjects.inv -A doc/credits.txt
+
+override_dh_strip:
+ifeq (,$(filter nostrip,$(DEB_BUILD_OPTIONS)))
+	dh_strip -ppython-djvu --dbg-package=python-djvu-dbg
+	dh_strip -ppython3-djvu --dbg-package=python3-djvu-dbg
+endif




More information about the Python-modules-commits mailing list