[Python-modules-commits] r19305 - in packages/pyicu/trunk/debian (changelog rules)
jwilk at users.alioth.debian.org
jwilk at users.alioth.debian.org
Sun Nov 13 01:03:09 UTC 2011
Date: Sunday, November 13, 2011 @ 01:03:00
Author: jwilk
Revision: 19305
Don't override shared library dependency information for libpython2.X; the exension modules aren't linked to it anyway.
Modified:
packages/pyicu/trunk/debian/changelog
packages/pyicu/trunk/debian/rules
Modified: packages/pyicu/trunk/debian/changelog
===================================================================
--- packages/pyicu/trunk/debian/changelog 2011-11-13 00:57:19 UTC (rev 19304)
+++ packages/pyicu/trunk/debian/changelog 2011-11-13 01:03:00 UTC (rev 19305)
@@ -9,8 +9,10 @@
+ Rewrite platform-definitions-fix.dpatch from scratch.
+ Revert upstream change to make ICUtzinfo a heap type.
* Bump standards version to 3.9.2 (no changes needed).
+ * Don't override shared library dependency information for libpython2.X; the
+ exension modules aren't linked to it anyway.
- -- Jakub Wilk <jwilk at debian.org> Sun, 13 Nov 2011 01:57:01 +0100
+ -- Jakub Wilk <jwilk at debian.org> Sun, 13 Nov 2011 02:00:09 +0100
pyicu (1.1-1) unstable; urgency=low
Modified: packages/pyicu/trunk/debian/rules
===================================================================
--- packages/pyicu/trunk/debian/rules 2011-11-13 00:57:19 UTC (rev 19304)
+++ packages/pyicu/trunk/debian/rules 2011-11-13 01:03:00 UTC (rev 19305)
@@ -86,8 +86,6 @@
rm -rf debian/$(PKGNAME)-dbg/usr/share/doc/$(PKGNAME)-dbg
ln -s $(PKGNAME) debian/$(PKGNAME)-dbg/usr/share/doc/$(PKGNAME)-dbg
dh_installdeb
- # Ignore libpython dependencies
- ( for i in $(PYVERS); do echo libpython$$i 1.0; done ) > debian/shlibs.local
dh_shlibdeps
dh_gencontrol
dh_md5sums
More information about the Python-modules-commits
mailing list