Control: tags -1 + patch nmu uploaded to delayed/3.
diff -Nru prospector-0.12.7/debian/changelog prospector-0.12.7/debian/changelog --- prospector-0.12.7/debian/changelog 2017-12-03 17:44:21.000000000 +0100 +++ prospector-0.12.7/debian/changelog 2019-03-12 16:31:35.000000000 +0100 @@ -1,3 +1,10 @@ +prospector (0.12.7-2.1) unstable; urgency=medium + + * Non-maintainer upload. + * Run dh_python3 with --shebang=/usr/bin/python3. Closes: #918427. + + -- Matthias Klose <[email protected]> Tue, 12 Mar 2019 16:31:35 +0100 + prospector (0.12.7-2) unstable; urgency=medium * Team upload. diff -Nru prospector-0.12.7/debian/rules prospector-0.12.7/debian/rules --- prospector-0.12.7/debian/rules 2017-12-03 17:43:14.000000000 +0100 +++ prospector-0.12.7/debian/rules 2019-03-12 16:31:35.000000000 +0100 @@ -12,6 +12,9 @@ override_dh_auto_build: +override_dh_python3: + dh_python3 --shebang=/usr/bin/python3 + override_dh_auto_test: PYBUILD_SYSTEM=custom PYBUILD_TEST_ARGS="{interpreter} -m nose -v tests/" dh_auto_test

