Package: release.debian.org Severity: normal Tags: stretch User: release.debian....@packages.debian.org Usertags: pu
Let's fix the missing dependency on python-pkg-resources in stretch, too. #870359 this is a rebuild of an older package from sid that fixed the bug. Meanwhile there is a new upstream release in sid. Andreas
diff -Nru clustershell-1.7.3/debian/changelog clustershell-1.7.3/debian/changelog --- clustershell-1.7.3/debian/changelog 2016-12-23 10:46:28.000000000 +0100 +++ clustershell-1.7.3/debian/changelog 2018-07-07 16:46:09.000000000 +0200 @@ -1,3 +1,17 @@ +clustershell (1.7.3-2~deb9u1) stretch; urgency=medium + + * Non-maintainer upload. + * Rebuild for stretch. + + -- Andreas Beckmann <a...@debian.org> Sat, 07 Jul 2018 16:46:09 +0200 + +clustershell (1.7.3-2) unstable; urgency=medium + + * Add dependency python-pkg-resources (closes: Bug#870359) + * Debian policy 4.0.1, no changes required + + -- Stéphan Gorget <phan...@gmail.com> Tue, 22 Aug 2017 15:41:03 +0200 + clustershell (1.7.3-1) unstable; urgency=medium * New upstream release diff -Nru clustershell-1.7.3/debian/control clustershell-1.7.3/debian/control --- clustershell-1.7.3/debian/control 2016-12-23 10:46:28.000000000 +0100 +++ clustershell-1.7.3/debian/control 2017-08-22 15:41:03.000000000 +0200 @@ -6,17 +6,17 @@ Homepage: http://cea-hpc.github.com/clustershell/ Build-Depends: debhelper (>= 9), python-all(>= 2.6.6-3~), python-setuptools (>= 0.6), dh-python X-Python-Version: >= 2.4 -Standards-Version: 3.9.8 +Standards-Version: 4.0.1 Vcs-Svn: svn://anonscm.debian.org/python-apps/packages/clustershell/trunk/ Vcs-Browser: http://anonscm.debian.org/viewvc/python-apps/packages/clustershell/trunk/ Package: clustershell Architecture: all -Depends: ${misc:Depends}, ${python:Depends} +Depends: ${misc:Depends}, ${python:Depends}, python-pkg-resources Suggests: vim-addon-manager Recommends: python-yaml -Description: Distributed shell that provides an efficient python interface - Event-based python library to execute commands on local or distant +Description: Distributed shell that provides an efficient Python interface + Event-based Python library to execute commands on local or distant cluster nodes in parallel depending on the selected engine and worker mechanisms. .