Control: tags 904762 + patch Control: tags 904762 + pending Dear maintainer,
I've prepared an NMU for vulture (versioned as 0.21-1.1) and uploaded it to DELAYED/2. Please feel free to tell me if I should cancel it. cu Adrian -- "Is there not promise of rain?" Ling Tan asked suddenly out of the darkness. There had been need of rain for many days. "Only a promise," Lao Er said. Pearl S. Buck - Dragon Seed
diff -Nru vulture-0.21/debian/changelog vulture-0.21/debian/changelog --- vulture-0.21/debian/changelog 2017-08-02 13:19:56.000000000 +0300 +++ vulture-0.21/debian/changelog 2018-08-11 14:55:53.000000000 +0300 @@ -1,3 +1,12 @@ +vulture (0.21-1.1) unstable; urgency=medium + + * Non-maintainer upload. + * Add the missing dependency on python3-pkg-resources. + (Closes: #904762) + * Fix the test dependencies. + + -- Adrian Bunk <b...@debian.org> Sat, 11 Aug 2018 14:55:53 +0300 + vulture (0.21-1) unstable; urgency=medium * New upstream release. diff -Nru vulture-0.21/debian/control vulture-0.21/debian/control --- vulture-0.21/debian/control 2017-08-02 13:15:22.000000000 +0300 +++ vulture-0.21/debian/control 2018-08-11 14:55:53.000000000 +0300 @@ -17,7 +17,8 @@ Package: vulture Architecture: all Depends: ${misc:Depends}, - ${python3:Depends} + ${python3:Depends}, + python3-pkg-resources Enhances: prospector Description: scans for unused ("dead") code in a Python program Vulture uses static code analysis to find unused classes, functions and diff -Nru vulture-0.21/debian/tests/control vulture-0.21/debian/tests/control --- vulture-0.21/debian/tests/control 2017-08-02 13:15:22.000000000 +0300 +++ vulture-0.21/debian/tests/control 2018-08-11 14:55:53.000000000 +0300 @@ -1,2 +1,2 @@ Tests: vulture -Depends: python3, python3-pytest +Depends: @, python3-pytest