[Python-modules-commits] r18583 - in packages/matplotlib/trunk/debian (changelog rules)
morph at users.alioth.debian.org
morph at users.alioth.debian.org
Sat Sep 17 23:44:51 UTC 2011
Date: Saturday, September 17, 2011 @ 23:44:49
Author: morph
Revision: 18583
* debian/rules
- install debug files where gdb looks for them
Modified:
packages/matplotlib/trunk/debian/changelog
packages/matplotlib/trunk/debian/rules
Modified: packages/matplotlib/trunk/debian/changelog
===================================================================
--- packages/matplotlib/trunk/debian/changelog 2011-09-17 09:52:11 UTC (rev 18582)
+++ packages/matplotlib/trunk/debian/changelog 2011-09-17 23:44:49 UTC (rev 18583)
@@ -2,8 +2,10 @@
* debian/control
- remove Alexandre from Uploaders: thanks for all the work!
+ * debian/rules
+ - install debug files where gdb looks for them
- -- Sandro Tosi <morph at debian.org> Mon, 22 Aug 2011 18:42:01 +0200
+ -- Sandro Tosi <morph at debian.org> Sun, 18 Sep 2011 01:44:17 +0200
matplotlib (1.0.1-3) unstable; urgency=low
Modified: packages/matplotlib/trunk/debian/rules
===================================================================
--- packages/matplotlib/trunk/debian/rules 2011-09-17 09:52:11 UTC (rev 18582)
+++ packages/matplotlib/trunk/debian/rules 2011-09-17 23:44:49 UTC (rev 18583)
@@ -156,6 +156,7 @@
dh_link -a
dh_lintian -a
dh_strip -a --dbg-package=$(pdbg)
+ cd debian/*-dbg/usr/lib/debug/usr/lib && mv pyshared pymodules
dh_compress -a
dh_fixperms -a
dh_installdeb -a
More information about the Python-modules-commits
mailing list