[Python-apps-commits] r14442 - in packages/clustershell/trunk/debian (control rules watch)
phantez-guest at users.alioth.debian.org
phantez-guest at users.alioth.debian.org
Fri Oct 27 11:21:43 UTC 2017
Date: Friday, October 27, 2017 @ 11:21:40
Author: phantez-guest
Revision: 14442
clustershell - addressing piotr's comments
Modified:
packages/clustershell/trunk/debian/control
packages/clustershell/trunk/debian/rules
packages/clustershell/trunk/debian/watch
Modified: packages/clustershell/trunk/debian/control
===================================================================
--- packages/clustershell/trunk/debian/control 2017-10-27 09:38:58 UTC (rev 14441)
+++ packages/clustershell/trunk/debian/control 2017-10-27 11:21:40 UTC (rev 14442)
@@ -7,7 +7,7 @@
Build-Depends: debhelper (>= 9), python-all (>= 2.6.6-3~), python3-all (>= 3.4), python-setuptools (>= 0.6), python3-setuptools, dh-python
X-Python-Version: >= 2.6
X-Python3-Version: >= 3.4
-Standards-Version: 4.1.1.1
+Standards-Version: 4.1.1
Vcs-Svn: svn://anonscm.debian.org/python-apps/packages/clustershell/trunk/
Vcs-Browser: http://anonscm.debian.org/viewvc/python-apps/packages/clustershell/trunk/
@@ -15,6 +15,8 @@
Architecture: all
Section: python
Depends: ${misc:Depends}, ${python:Depends}, python-pkg-resources
+Breaks: clustershell (<< 1.8)
+Replaces: clustershell (<< 1.8)
Suggests: vim-addon-manager
Recommends: python-yaml
Description: clustershell python2 libraries
Modified: packages/clustershell/trunk/debian/rules
===================================================================
--- packages/clustershell/trunk/debian/rules 2017-10-27 09:38:58 UTC (rev 14441)
+++ packages/clustershell/trunk/debian/rules 2017-10-27 11:21:40 UTC (rev 14442)
@@ -3,7 +3,7 @@
#export DH_VERBOSE=1
export PYBUILD_NAME=clustershell
export PYBUILD_DESTDIR_python3 = debian/python3-$(PYBUILD_NAME)
-export PYBUILD_AFTER_INSTALL_python2 = rm -rf {destdir}/usr/bin; rm -rf {destdir}/etc/clustershell
+export PYBUILD_AFTER_INSTALL_python2 = rm -rf {destdir}/usr/bin {destdir}/etc/clustershell
export PYBUILD_AFTER_INSTALL_python3 = rm -rf {destdir}/etc/clustershell
%:
Modified: packages/clustershell/trunk/debian/watch
===================================================================
--- packages/clustershell/trunk/debian/watch 2017-10-27 09:38:58 UTC (rev 14441)
+++ packages/clustershell/trunk/debian/watch 2017-10-27 11:21:40 UTC (rev 14442)
@@ -1,2 +1,2 @@
version=3
-http://pypi.debian.net/ClusterShell/ClusterShell-(.*).tar.gz
+https://pypi.debian.net/ClusterShell/ClusterShell-(.*).tar.gz
More information about the Python-apps-commits
mailing list