Package: mod-wsgi Version: 2.8-2 Severity: normal Tags: patch User: [email protected] Usertags: origin-ubuntu maverick ubuntu-patch
Hi, as discussed on #debian-python, mod-wsgi will have dependency issues with python 2.6, as libpython2.6 has been split out into a separate package. A simple debdiff should be attached which removes the line from debian/rules to skip libpython dependencies. -- System Information: Debian Release: squeeze/sid APT prefers lucid-updates APT policy: (500, 'lucid-updates'), (500, 'lucid-security'), (500, 'lucid-proposed'), (500, 'lucid') Architecture: amd64 (x86_64) Kernel: Linux 2.6.32-21-generic (SMP w/2 CPU cores) Locale: LANG=en_NZ.utf8, LC_CTYPE=en_NZ.utf8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash
diff -u mod-wsgi-2.8/debian/rules mod-wsgi-2.8/debian/rules --- mod-wsgi-2.8/debian/rules +++ mod-wsgi-2.8/debian/rules @@ -63,8 +63,6 @@ dh_compress dh_fixperms dh_installdeb - # Ugh, ignore libpython dependencies - ( for i in $(PYVERS); do echo libpython$$i 1.0; done ) > debian/shlibs.local dh_shlibdeps rm -f debian/shlibs.local # Generate dependencies manually as there are no public modules diff -u mod-wsgi-2.8/debian/changelog mod-wsgi-2.8/debian/changelog
_______________________________________________ Python-modules-team mailing list [email protected] http://lists.alioth.debian.org/mailman/listinfo/python-modules-team

