Package: python-bsddb3 Version: 4.8.3-3 Severity: normal Tags: patch debian/control contains XS-Python-Version: >= 3.0
This will never return anything. The package curently builds correctly due to internal dh_python{2,3} defaults, but it should be updated to use X-Python-Version and X-Python3-Version. System Information: Debian Release: squeeze/sid APT prefers maverick-updates APT policy: (500, 'maverick-updates'), (500, 'maverick-security'), (500, 'maverick-backports'), (500, 'maverick') Architecture: i386 (i686) Kernel: Linux 2.6.35-25-generic (SMP w/2 CPU cores) Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash
diff -u python-bsddb3-4.8.3/debian/control python-bsddb3-4.8.3/debian/control --- python-bsddb3-4.8.3/debian/control +++ python-bsddb3-4.8.3/debian/control @@ -5,7 +5,8 @@ Build-Depends: debhelper (>= 6), libdb4.8-dev, python-all-dev (>= 2.6.6-1~), python-all-dbg, python3-all-dev (>= 3.1.2-10~), python3-all-dbg Build-Depends-Indep: python-sphinx Standards-Version: 3.9.1 -XS-Python-Version: >= 3.0 +X-Python-Version: >= 2.3 +X-Python3-Version: >= 3.0 Homepage: http://pypi.python.org/pypi/bsddb3/ Package: python-bsddb3