[Python-modules-commits] r18591 - in packages/matplotlib/trunk/debian (rules)
morph at users.alioth.debian.org
morph at users.alioth.debian.org
Sun Sep 18 08:13:28 UTC 2011
Date: Sunday, September 18, 2011 @ 08:13:26
Author: morph
Revision: 18591
added a comment for fix dbg files installation
Modified:
packages/matplotlib/trunk/debian/rules
Modified: packages/matplotlib/trunk/debian/rules
===================================================================
--- packages/matplotlib/trunk/debian/rules 2011-09-18 08:12:47 UTC (rev 18590)
+++ packages/matplotlib/trunk/debian/rules 2011-09-18 08:13:26 UTC (rev 18591)
@@ -156,6 +156,7 @@
dh_link -a
dh_lintian -a
dh_strip -a --dbg-package=$(pdbg)
+ # fix python-debug-in-wrong-location lintian warning
cd debian/*-dbg/usr/lib/debug/usr/lib && mv pyshared pymodules
dh_compress -a
dh_fixperms -a
More information about the Python-modules-commits
mailing list