Package: mwparserfromhell Version: 0.4.2-1 Severity: important Tags: patch Currently mwparserfromhell only builds support for the default python3 version. As a result, once the default version switches from python3 3.4 to 3.5, python3-mwparserfromhell will be unusable until it can be rebuilt. The best practice (as described in the Debian Python policy) is to build for all supported versions. Then whichever is default, the package still works.
Please see the attached patch (formatted as an NMU because that's what devscripts handed me, but I have no near term plans to NMU).
diff -Nru mwparserfromhell-0.4.2/debian/changelog mwparserfromhell-0.4.2/debian/changelog --- mwparserfromhell-0.4.2/debian/changelog 2015-12-30 21:12:08.000000000 +0000 +++ mwparserfromhell-0.4.2/debian/changelog 2015-12-30 21:12:08.000000000 +0000 @@ -1,3 +1,11 @@ +mwparserfromhell (0.4.2-1.1) UNRELEASED; urgency=medium + + * Non-maintainer upload. + * Rationalize python related build-depends to build for all supported + versions + + -- Scott Kitterman <sc...@kitterman.com> Wed, 30 Dec 2015 21:10:15 +0000 + mwparserfromhell (0.4.2-1) sid; urgency=medium * Initial version of the package diff -Nru mwparserfromhell-0.4.2/debian/control mwparserfromhell-0.4.2/debian/control --- mwparserfromhell-0.4.2/debian/control 2015-12-30 21:12:08.000000000 +0000 +++ mwparserfromhell-0.4.2/debian/control 2015-12-30 21:12:08.000000000 +0000 @@ -2,7 +2,7 @@ Maintainer: Yuvi Panda <yuvipa...@riseup.net> Section: python Priority: optional -Build-Depends: python3-setuptools, python3-all, python3-dev, python-setuptools, python-all, python-dev, debhelper (>= 9) +Build-Depends: python3-setuptools, python3-all-dev, python-setuptools, python-all-dev, debhelper (>= 9), dh-python Homepage: https://github.com/earwig/mwparserfromhell Standards-Version: 3.9.6 Description: Outrageously powerful parser for MediaWiki wikicode