diff -Nru clustershell-1.6/debian/changelog clustershell-1.6/debian/changelog --- clustershell-1.6/debian/changelog 2012-04-15 13:31:39.000000000 +0000 +++ clustershell-1.6/debian/changelog 2014-02-20 09:53:42.000000000 +0000 @@ -1,3 +1,23 @@ +clustershell (1.6-4) unstable; urgency=low + + * Remove lib/ClusterShell.egg-info after build. Closes: #671188 + + -- Stéphan Gorget Wed, 20 Feb 2014 07:00:00 +0100 + +clustershell (1.6-3) UNRELEASED; urgency=low + + * Move recommends to suggests + * Debian policy 3.9.5 + + -- Stéphan Gorget Wed, 19 Feb 2014 18:07:11 +0100 + +clustershell (1.6-2) UNRELEASED; urgency=low + + * Remove Vcs-* fields pointing to upstream repository. + * Add Vcs-* fields pointing to Debian packaging. + + -- Jakub Wilk Sun, 05 May 2013 15:37:00 +0200 + clustershell (1.6-1) unstable; urgency=low * New upstream release 1.6 diff -Nru clustershell-1.6/debian/control clustershell-1.6/debian/control --- clustershell-1.6/debian/control 2012-04-15 13:31:39.000000000 +0000 +++ clustershell-1.6/debian/control 2014-02-19 17:25:06.000000000 +0000 @@ -7,13 +7,13 @@ Build-Depends: debhelper (>= 7), python-all(>= 2.6.6-3~), python-setuptools (>= 0.6) X-Python-Version: >= 2.4 Standards-Version: 3.9.3 -Vcs-Svn: https://github.com/cea-hpc/clustershell.git -Vcs-Browser: https://github.com/cea-hpc/clustershell +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} -Recommends: vim-addon-manager +Suggests: vim-addon-manager 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 diff -Nru clustershell-1.6/debian/rules clustershell-1.6/debian/rules --- clustershell-1.6/debian/rules 2011-04-17 08:52:12.000000000 +0000 +++ clustershell-1.6/debian/rules 2014-02-20 09:53:42.000000000 +0000 @@ -8,5 +8,5 @@ clean: dh $@ - rm -rf scripts/nodeset scripts/clush scripts/clubak + rm -rf scripts/nodeset scripts/clush scripts/clubak lib/ClusterShell.egg-info