[Python-modules-commits] r18585 - in packages/pycurl/trunk/debian (changelog rules)
morph at users.alioth.debian.org
morph at users.alioth.debian.org
Sun Sep 18 08:01:02 UTC 2011
Date: Sunday, September 18, 2011 @ 08:00:59
Author: morph
Revision: 18585
* debian/rules
- install debug files where gdb will look for them
Modified:
packages/pycurl/trunk/debian/changelog
packages/pycurl/trunk/debian/rules
Modified: packages/pycurl/trunk/debian/changelog
===================================================================
--- packages/pycurl/trunk/debian/changelog 2011-09-18 00:30:39 UTC (rev 18584)
+++ packages/pycurl/trunk/debian/changelog 2011-09-18 08:00:59 UTC (rev 18585)
@@ -1,3 +1,10 @@
+pycurl (7.19.0-5) UNRELEASED; urgency=low
+
+ * debian/rules
+ - install debug files where gdb will look for them
+
+ -- Sandro Tosi <morph at debian.org> Sun, 18 Sep 2011 10:00:33 +0200
+
pycurl (7.19.0-4) unstable; urgency=low
* Add the now!? missing librtmp-dev build-dependency.
Modified: packages/pycurl/trunk/debian/rules
===================================================================
--- packages/pycurl/trunk/debian/rules 2011-09-18 00:30:39 UTC (rev 18584)
+++ packages/pycurl/trunk/debian/rules 2011-09-18 08:00:59 UTC (rev 18585)
@@ -76,6 +76,7 @@
dh_installchangelogs -a ChangeLog
dh_pysupport -a
dh_strip -ppython-pycurl --dbg-package=python-pycurl-dbg
+ cd debian/*-dbg/usr/lib/debug/usr/lib && mv pyshared pymodules
rm -rf debian/python-pycurl-dbg/usr/share/doc/python-pycurl-dbg
ln -s python-pycurl debian/python-pycurl-dbg/usr/share/doc/python-pycurl-dbg
dh_compress -a -X.py
More information about the Python-modules-commits
mailing list