[Python-modules-commits] [python-pyftpdlib] 04/04: prepare 1.5.1-1
Wolfgang Borgert
debacle at moszumanska.debian.org
Tue Oct 11 23:59:53 UTC 2016
This is an automated email from the git hooks/post-receive script.
debacle pushed a commit to branch master
in repository python-pyftpdlib.
commit e1e1e9ee94dbeb9ecdebf1c21acc5eca0d31d610
Author: W. Martin Borgert <debacle at debian.org>
Date: Mon Oct 10 23:35:35 2016 +0000
prepare 1.5.1-1
---
debian/changelog | 6 ++++--
debian/control | 2 +-
debian/rules | 12 +++++++++++-
3 files changed, 16 insertions(+), 4 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index fb3c40d..53bffa8 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,10 @@
-python-pyftpdlib (1.4.0-2) UNRELEASED; urgency=medium
+python-pyftpdlib (1.5.1-1) unstable; urgency=medium
+ * New upstream release. (Closes: #833454)
+ [ Ondřej Nový 2016-03-29 ]
* Fixed VCS URL (https)
- -- Ondřej Nový <novy at ondrej.org> Tue, 29 Mar 2016 22:18:31 +0200
+ -- W. Martin Borgert <debacle at debian.org> Mon, 10 Oct 2016 23:33:12 +0000
python-pyftpdlib (1.4.0-1) unstable; urgency=low
diff --git a/debian/control b/debian/control
index 017ad8f..65969b8 100644
--- a/debian/control
+++ b/debian/control
@@ -12,7 +12,7 @@ Build-Depends: debhelper (>= 9),
python3-all,
python3-setuptools,
dh-python
-Standards-Version: 3.9.6
+Standards-Version: 3.9.8
Homepage: https://github.com/giampaolo/pyftpdlib/
Vcs-Git: https://anonscm.debian.org/git/python-modules/packages/python-pyftpdlib.git
Vcs-Browser: https://anonscm.debian.org/cgit/python-modules/packages/python-pyftpdlib.git
diff --git a/debian/rules b/debian/rules
index b1356af..c237980 100755
--- a/debian/rules
+++ b/debian/rules
@@ -7,5 +7,15 @@ export PYBUILD_NAME=pyftpdlib
override_dh_auto_test:
ifeq "$(filter nocheck,$(DEB_BUILD_OPTIONS))" ""
- PYTHONPATH=. python test/test_ftpd.py
+ $(MAKE) test
endif
+
+override_dh_python2:
+ dh_python2 -O--buildsystem=pybuild
+ rm -f ./debian/python-pyftpdlib/usr/bin/ftpbench \
+ rm -rf ./debian/python-pyftpdlib/usr/lib/python2.7/dist-packages/pyftpdlib/test/
+
+override_dh_python3:
+ dh_python3 -O--buildsystem=pybuild
+ rm -f ./debian/python3-pyftpdlib/usr/bin/ftpbench
+ rm -rf ./debian/python3-pyftpdlib/usr/lib/python3/dist-packages/pyftpdlib/test/
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/python-pyftpdlib.git
More information about the Python-modules-commits
mailing list