[Python-modules-commits] [python-patch] 01/01: do not mention python2
Paolo Greppi
paolog-guest at moszumanska.debian.org
Wed May 24 08:13:55 UTC 2017
This is an automated email from the git hooks/post-receive script.
paolog-guest pushed a commit to branch master
in repository python-patch.
commit dc10c8d8861300cc3b297fa1242519ecd78f15e6
Author: Paolo Greppi <paolo.greppi at libpf.com>
Date: Wed May 24 10:13:52 2017 +0200
do not mention python2
---
debian/control | 1 -
debian/rules | 2 +-
2 files changed, 1 insertion(+), 2 deletions(-)
diff --git a/debian/control b/debian/control
index 15284ba..c82626b 100644
--- a/debian/control
+++ b/debian/control
@@ -9,7 +9,6 @@ Build-Depends:
, python3-setuptools
Standards-Version: 3.9.8
Homepage: https://github.com/techtonik/python-patch
-X-Python-Version: >= 2.6
X-Python3-Version: >= 3.3
Vcs-Git: https://anonscm.debian.org/git/python-modules/packages/python-patch.git
Vcs-Browser: https://anonscm.debian.org/cgit/python-modules/packages/python-patch.git
diff --git a/debian/rules b/debian/rules
index 1b5f481..bacb07a 100755
--- a/debian/rules
+++ b/debian/rules
@@ -6,7 +6,7 @@ export PYBUILD_NAME=patch
PYBUILD_INSTALL_ARGS=--install-scripts=/usr/share/{package}
%:
- dh $@ --with python2,python3 --buildsystem=pybuild
+ dh $@ --with python3 --buildsystem=pybuild
override_dh_auto_test:
# make tests a module proper
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/python-patch.git
More information about the Python-modules-commits
mailing list