[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#921910: stretch-pu: package vulture/0.11-1+deb9u1



Package: release.debian.org
Severity: normal
Tags: stretch
User: release.debian.org@packages.debian.org
Usertags: pu

Hi,

vulture lacks a dependency on python3-pkg-resources (#904762).
This change has been backported from the fixing upload to sid and is
already uploaded.


Andreas
diff -Nru vulture-0.11/debian/changelog vulture-0.11/debian/changelog
--- vulture-0.11/debian/changelog	2016-12-01 21:15:48.000000000 +0100
+++ vulture-0.11/debian/changelog	2019-02-10 02:42:08.000000000 +0100
@@ -1,3 +1,16 @@
+vulture (0.11-1+deb9u1) stretch; urgency=medium
+
+  [ Andreas Beckmann ]
+  * Non-maintainer upload.
+  * Backport the dependency fix from 0.21-1.1.
+
+  [ Adrian Bunk ]
+  * Add the missing dependency on python3-pkg-resources.
+    (Closes: #904762)
+  * Fix the test dependencies.
+
+ -- Andreas Beckmann <anbe@debian.org>  Sun, 10 Feb 2019 02:42:08 +0100
+
 vulture (0.11-1) unstable; urgency=medium
 
   * New upstream release:
diff -Nru vulture-0.11/debian/control vulture-0.11/debian/control
--- vulture-0.11/debian/control	2016-12-01 21:15:48.000000000 +0100
+++ vulture-0.11/debian/control	2019-02-10 02:42:02.000000000 +0100
@@ -19,7 +19,8 @@
 Architecture: all
 Depends:
  ${misc:Depends},
- ${python3:Depends}
+ ${python3:Depends},
+ python3-pkg-resources
 Enhances:
  prospector
 Description: scans for unused ("dead") code in a Python program
diff -Nru vulture-0.11/debian/tests/control vulture-0.11/debian/tests/control
--- vulture-0.11/debian/tests/control	2016-03-21 21:02:04.000000000 +0100
+++ vulture-0.11/debian/tests/control	2019-02-10 02:41:10.000000000 +0100
@@ -1,2 +1,2 @@
 Tests: vulture
-Depends: python3, python3-pytest
+Depends: @, python3-pytest

Reply to: