[Python-modules-commits] r21893 - in packages/numpy/trunk/debian (changelog rules)
morph at users.alioth.debian.org
morph at users.alioth.debian.org
Wed May 23 22:04:47 UTC 2012
Date: Wednesday, May 23, 2012 @ 22:04:45
Author: morph
Revision: 21893
* debian/rules
- fix command to move debug symbols in the right place; thanks to Dave
Anglin for the report and patch; Closes: #672826
Modified:
packages/numpy/trunk/debian/changelog
packages/numpy/trunk/debian/rules
Modified: packages/numpy/trunk/debian/changelog
===================================================================
--- packages/numpy/trunk/debian/changelog 2012-05-23 21:25:23 UTC (rev 21892)
+++ packages/numpy/trunk/debian/changelog 2012-05-23 22:04:45 UTC (rev 21893)
@@ -4,8 +4,11 @@
* debian/patches/50_search-multiarch-paths.patch
- re-introduce multi-arch paths detection, as a Debian-specific patch, until
upstream will support a generic solution; Closes: #640940
+ * debian/rules
+ - fix command to move debug symbols in the right place; thanks to Dave
+ Anglin for the report and patch; Closes: #672826
- -- Sandro Tosi <morph at debian.org> Wed, 23 May 2012 22:35:39 +0200
+ -- Sandro Tosi <morph at debian.org> Thu, 24 May 2012 00:02:23 +0200
python-numpy (1:1.6.2~rc1-1) unstable; urgency=low
Modified: packages/numpy/trunk/debian/rules
===================================================================
--- packages/numpy/trunk/debian/rules 2012-05-23 21:25:23 UTC (rev 21892)
+++ packages/numpy/trunk/debian/rules 2012-05-23 22:04:45 UTC (rev 21893)
@@ -108,7 +108,7 @@
rm debian/python3-numpy/usr/lib/python3*/*-packages/*/*/*.cpython-*d*.so
# fix python-debug-in-wrong-location lintian warning
- cd debian/*-dbg/usr/lib/debug/usr/lib && mv pyshared pymodules
+ cd debian/python-numpy-dbg/usr/lib/debug/usr/lib && mv pyshared pymodules
endif
More information about the Python-modules-commits
mailing list