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

morph at users.alioth.debian.org morph at users.alioth.debian.org
Thu Sep 15 21:53:42 UTC 2011


    Date: Thursday, September 15, 2011 @ 21:53:40
  Author: morph
Revision: 18559

install debug files where gdb will look for them

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

Modified: packages/numpy/trunk/debian/changelog
===================================================================
--- packages/numpy/trunk/debian/changelog	2011-09-15 20:48:52 UTC (rev 18558)
+++ packages/numpy/trunk/debian/changelog	2011-09-15 21:53:40 UTC (rev 18559)
@@ -9,6 +9,7 @@
     - updated
   * debian/rules
     - adjust pdist versions
+    - install debug files where gdb will look for them
   * debian/control
     - remove Ondrej, Alexandre, Matthias, David from Uploaders: thanks for all
       the work you did!
@@ -19,7 +20,7 @@
   * debian/python-numpy-doc.lintian-overrides
     - added to override extra-license-file, generated by a file needed by sphinx
 
- -- Sandro Tosi <morph at debian.org>  Thu, 15 Sep 2011 21:52:54 +0200
+ -- Sandro Tosi <morph at debian.org>  Thu, 15 Sep 2011 23:51:18 +0200
 
 python-numpy (1:1.5.1-2) unstable; urgency=low
 

Modified: packages/numpy/trunk/debian/rules
===================================================================
--- packages/numpy/trunk/debian/rules	2011-09-15 20:48:52 UTC (rev 18558)
+++ packages/numpy/trunk/debian/rules	2011-09-15 21:53:40 UTC (rev 18559)
@@ -74,6 +74,8 @@
 override_dh_strip:
 ifeq (,$(filter nostrip,$(DEB_BUILD_OPTIONS)))
 	dh_strip -ppython-numpy --dbg-package=python-numpy-dbg
+	# fix python-debug-in-wrong-location lintian warning
+	cd debian/*-dbg/usr/lib/debug/usr/lib && mv pyshared pymodules
 endif
 
 




More information about the Python-modules-commits mailing list