Index: debian/control =================================================================== --- debian/control (revisione 14146) +++ debian/control (copia locale) @@ -4,7 +4,7 @@ Maintainer: Luca Falavigna Uploaders: Debian Python Modules Team Build-Depends: debhelper (>= 7.2.18), python-all (>= 2.6.5-2), python3-all (>= 3.1.2-2) -Standards-Version: 3.8.4 +Standards-Version: 3.9.1 XS-Python-Version: >= 2.4 Homepage: http://code.google.com/p/httplib2/ Vcs-Svn: svn://svn.debian.org/python-modules/packages/python-httplib2/trunk/ @@ -29,7 +29,7 @@ Package: python3-httplib2 Architecture: all -Depends: ${misc:Depends}, ${python:Depends} +Depends: ${misc:Depends}, ${python3:Depends} Description: comprehensive HTTP client library written for Python3 httplib2.py supports many features left out of other HTTP libraries. * HTTP and HTTPS Index: debian/python-httplib2.lintian-overrides =================================================================== --- debian/python-httplib2.lintian-overrides (revisione 0) +++ debian/python-httplib2.lintian-overrides (revisione 0) @@ -0,0 +1 @@ +old-versioned-python-dependency Index: debian/changelog =================================================================== --- debian/changelog (revisione 14146) +++ debian/changelog (copia locale) @@ -1,3 +1,14 @@ +python-httplib2 (0.6.0-3) unstable; urgency=medium + + * debian/control: + - Depend on ${python3:Depends} for python3-httplib2 to generate + correct dependencies for Python 3.X (Closes: #591956). + - Bump Standards-Version to 3.9.1, no changes required. + * debian/python-httplib2.lintian-overrides: + - Override old-versioned-python-dependency, needs fixing in Lintian. + + -- Luca Falavigna Sat, 07 Aug 2010 12:33:22 +0200 + python-httplib2 (0.6.0-2) unstable; urgency=low * Switch to format 3.0 (quilt).