Package: python3-dballe Version: 7.6-1 Severity: serious Tags: patch Justification: Policy 3.5
Due to the use of python:Depends instead of python3:Depends proper binary depends are not generated. Also the package has a few obsolete features still present (XB-Python-Version and python:Provides). These are no longer needed. python:Provides has never been supported for python3. Please see the attached patch. It would be nice to see this fixed soon as it makes wreport show up as unknown rather than good on the python3.5 transition tracker [1] Scott K [1] https://release.debian.org/transitions/html/python3.5.html
diff -Nru dballe-7.6/debian/changelog dballe-7.6/debian/changelog --- dballe-7.6/debian/changelog 2015-11-23 11:08:50.000000000 +0000 +++ dballe-7.6/debian/changelog 2016-01-06 07:06:49.000000000 +0000 @@ -1,3 +1,12 @@ +dballe (7.6-1.1) UNRELEASED; urgency=medium + + * Non-maintainer upload. + * Change python:Depends to python3:Depends for python3-dballe so that + correct binary depends are generated + * Remove obsolete python packaging features from debian/control + + -- Scott Kitterman <[email protected]> Wed, 06 Jan 2016 07:05:38 +0000 + dballe (7.6-1) unstable; urgency=medium * New upstream release diff -Nru dballe-7.6/debian/control dballe-7.6/debian/control --- dballe-7.6/debian/control 2015-11-23 12:47:42.000000000 +0000 +++ dballe-7.6/debian/control 2016-01-06 07:05:33.000000000 +0000 @@ -94,8 +94,6 @@ Depends: dballe-common, python-wreport, ${shlibs:Depends}, ${misc:Depends}, ${python:Depends} Recommends: python-numpy Suggests: python-rpy2 -XB-Python-Version: ${python:Versions} -Provides: ${python:Provides} Description: DB-ALL.e Python library for weather research DB-All.e is a fast on-disk database where meteorological observed and forecast data can be stored, searched, retrieved and updated. @@ -105,10 +103,9 @@ Package: python3-dballe Section: python Architecture: any -Depends: dballe-common, python3-wreport, ${shlibs:Depends}, ${misc:Depends}, ${python:Depends} +Depends: dballe-common, python3-wreport, ${shlibs:Depends}, ${misc:Depends}, ${python3:Depends} Recommends: python3-numpy Suggests: python3-rpy2 -Provides: ${python:Provides} Description: DB-ALL.e Python library for weather research DB-All.e is a fast on-disk database where meteorological observed and forecast data can be stored, searched, retrieved and updated.

