[Python-modules-commits] r25688 - in packages/numpy/trunk/debian (changelog rules)

kitterman at users.alioth.debian.org kitterman at users.alioth.debian.org
Wed Aug 28 05:09:30 UTC 2013


    Date: Wednesday, August 28, 2013 @ 05:09:26
  Author: kitterman
Revision: 25688

* Team upload.
* Medium urgency for RC bug fix
* Fix regex for python3 debug .so files so kfreebsd .so files aren't removed
  in error (Closes: #721101)

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

Modified: packages/numpy/trunk/debian/changelog
===================================================================
--- packages/numpy/trunk/debian/changelog	2013-08-28 02:44:39 UTC (rev 25687)
+++ packages/numpy/trunk/debian/changelog	2013-08-28 05:09:26 UTC (rev 25688)
@@ -1,3 +1,12 @@
+python-numpy (1:1.7.1-3) unstable; urgency=medium
+
+  * Team upload.
+  * Medium urgency for RC bug fix
+  * Fix regex for python3 debug .so files so kfreebsd .so files aren't removed
+    in error (Closes: #721101)
+
+ -- Scott Kitterman <scott at kitterman.com>  Wed, 28 Aug 2013 00:19:00 -0400
+
 python-numpy (1:1.7.1-2) unstable; urgency=low
 
   [ Jakub Wilk ]

Modified: packages/numpy/trunk/debian/rules
===================================================================
--- packages/numpy/trunk/debian/rules	2013-08-28 02:44:39 UTC (rev 25687)
+++ packages/numpy/trunk/debian/rules	2013-08-28 05:09:26 UTC (rev 25688)
@@ -117,7 +117,7 @@
 	dh_strip -ppython-numpy --dbg-package=python-numpy-dbg
 	dh_strip -ppython3-numpy --dbg-package=python3-numpy-dbg
 	# dh_strip seemingly doesn't catch the PEP 3149-style debug names
-	rm debian/python3-numpy/usr/lib/python3*/*-packages/*/*/*.cpython-*d*.so
+	rm debian/python3-numpy/usr/lib/python3*/*-packages/*/*/*.cpython-3?d*.so
 
 	# fix python-debug-in-wrong-location lintian warning
 	cd debian/python-numpy-dbg/usr/lib/debug/usr/lib && mv pyshared pymodules




More information about the Python-modules-commits mailing list