Package: release.debian.org Severity: normal Tags: stretch User: release.debian....@packages.debian.org Usertags: pu
Hi, let's fix the missing dependency on python-pkg-resources in stable, too. This is a rebuild of the package from sid with no further changes needed. The proposed package is already uploaded. Andreas
diff -Nru python-cluster-1.3.3/debian/changelog python-cluster-1.3.3/debian/changelog --- python-cluster-1.3.3/debian/changelog 2016-04-28 11:31:41.000000000 +0200 +++ python-cluster-1.3.3/debian/changelog 2018-06-24 17:39:19.000000000 +0200 @@ -1,3 +1,18 @@ +python-cluster (1.3.3-1.1~deb9u1) stretch; urgency=medium + + * Non-maintainer upload. + * Rebuild for stretch. + + -- Andreas Beckmann <a...@debian.org> Sun, 24 Jun 2018 17:39:19 +0200 + +python-cluster (1.3.3-1.1) unstable; urgency=medium + + * Non-maintainer upload. + * Add the missing dependency on python-pkg-resources. + (Closes: #896298) + + -- Adrian Bunk <b...@debian.org> Sun, 10 Jun 2018 14:01:42 +0300 + python-cluster (1.3.3-1) unstable; urgency=medium [ Ondřej Nový ] diff -Nru python-cluster-1.3.3/debian/control python-cluster-1.3.3/debian/control --- python-cluster-1.3.3/debian/control 2016-04-28 11:31:41.000000000 +0200 +++ python-cluster-1.3.3/debian/control 2018-06-10 13:01:42.000000000 +0200 @@ -12,7 +12,7 @@ Package: python-cluster Architecture: all -Depends: ${python:Depends}, ${misc:Depends} +Depends: ${python:Depends}, python-pkg-resources, ${misc:Depends} XB-Python-Version: ${python:Versions} Description: allows grouping a list of arbitrary objects into related groups (clusters) python-cluster is a "simple" package that allows users to create several groups