[Python-modules-commits] r19519 - in packages/pyzmq/trunk/debian (changelog rules)

jtaylor-guest at users.alioth.debian.org jtaylor-guest at users.alioth.debian.org
Mon Dec 5 20:37:00 UTC 2011


    Date: Monday, December 5, 2011 @ 20:36:58
  Author: jtaylor-guest
Revision: 19519

* do not delete *_d.so files from lib/debug in python-zmq-dbg
  - needed for gdb when using debug interpreter

Modified:
  packages/pyzmq/trunk/debian/changelog
  packages/pyzmq/trunk/debian/rules

Modified: packages/pyzmq/trunk/debian/changelog
===================================================================
--- packages/pyzmq/trunk/debian/changelog	2011-12-05 20:36:34 UTC (rev 19518)
+++ packages/pyzmq/trunk/debian/changelog	2011-12-05 20:36:58 UTC (rev 19519)
@@ -3,10 +3,11 @@
   * remove python:Provides, python:Breaks and XB-Python-Version
     not needed with dh_python2
   * bump python dependency to >= 2.6.6-3~ for dh_python2
+  * do not delete *_d.so files from lib/debug in python-zmq-dbg
+    - needed for gdb when using debug interpreter
 
+ -- Julian Taylor <jtaylor.debian at googlemail.com>  Sun, 04 Dec 2011 16:48:54 +0100
 
- -- Julian Taylor <jtaylor.debian at googlemail.com>  Sun, 04 Dec 2011 16:43:30 +0100
-
 pyzmq (2.1.10-1) unstable; urgency=low
 
   * New upstream version

Modified: packages/pyzmq/trunk/debian/rules
===================================================================
--- packages/pyzmq/trunk/debian/rules	2011-12-05 20:36:34 UTC (rev 19518)
+++ packages/pyzmq/trunk/debian/rules	2011-12-05 20:36:58 UTC (rev 19519)
@@ -33,7 +33,6 @@
 override_dh_strip:
 ifeq (,$(filter nostrip,$(DEB_BUILD_OPTIONS)))
 	dh_strip --dbg-package=python-zmq-dbg
-	find debian/python-zmq-dbg/usr/lib/debug -name '*_d.so' -delete
 endif
 
 get-orig-source:




More information about the Python-modules-commits mailing list