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

nikratio-guest at users.alioth.debian.org nikratio-guest at users.alioth.debian.org
Sun Apr 5 02:23:48 UTC 2015


    Date: Sunday, April 5, 2015 @ 02:23:43
  Author: nikratio-guest
Revision: 32193

Put debugging symbols for regular interpreter into -dbg
package again. Closes: #781719.

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

Modified: packages/python-llfuse/trunk/debian/changelog
===================================================================
--- packages/python-llfuse/trunk/debian/changelog	2015-04-04 22:25:01 UTC (rev 32192)
+++ packages/python-llfuse/trunk/debian/changelog	2015-04-05 02:23:43 UTC (rev 32193)
@@ -2,6 +2,8 @@
 
   * Add versioned Breaks and Conflicts to -dbg packages to avoid
     upgrade problems due to moved file. Closes: #781652.
+  * Put debugging symbols for regular interpreter into -dbg
+    package again. Closes: #781719.
 
  -- Nikolaus Rath <Nikolaus at rath.org>  Fri, 03 Apr 2015 20:05:42 -0700
 

Modified: packages/python-llfuse/trunk/debian/rules
===================================================================
--- packages/python-llfuse/trunk/debian/rules	2015-04-04 22:25:01 UTC (rev 32192)
+++ packages/python-llfuse/trunk/debian/rules	2015-04-05 02:23:43 UTC (rev 32193)
@@ -23,6 +23,10 @@
 	python setup.py build_sphinx
 	touch $@
 
+override_dh_strip:
+	dh_strip -ppython-llfuse --dbg-package=python-llfuse-dbg
+	dh_strip -ppython3-llfuse --dbg-package=python3-llfuse-dbg
+
 override_dh_auto_clean:
 	# Remove documentation and cython output
 	rm -rf build_cython build_sphinx src/llfuse/capi_*.c doc/




More information about the Python-modules-commits mailing list