[Python-modules-commits] [flask] 01/06: Removed override_dh_python3 (not needed)

Ondřej Nový onovy at moszumanska.debian.org
Mon Jul 18 20:50:29 UTC 2016


This is an automated email from the git hooks/post-receive script.

onovy pushed a commit to branch master
in repository flask.

commit f4279ffbf4b52b58e7a67e9ec696dfc3a0c26c12
Author: Ondřej Nový <onovy at debian.org>
Date:   Mon Jul 18 21:45:51 2016 +0200

    Removed override_dh_python3 (not needed)
---
 debian/changelog | 2 +-
 debian/rules     | 4 ----
 2 files changed, 1 insertion(+), 5 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 959fc05..1559465 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -19,7 +19,7 @@ flask (0.11.1-1) UNRELEASED; urgency=medium
     locale
   * Bumped required version of dh-python to 2.20160609~
   * Added /usr/share/doc/python-flask-doc/rst symlink
-  * Removed override_dh_auto_clean (not needed)
+  * Removed override_dh_auto_clean and override_dh_python3 (not needed)
 
  -- Ondřej Nový <novy at ondrej.org>  Tue, 29 Mar 2016 21:36:03 +0200
 
diff --git a/debian/rules b/debian/rules
index 57f922d..a082bb7 100755
--- a/debian/rules
+++ b/debian/rules
@@ -9,10 +9,6 @@ export PYBUILD_DESTDIR_python3=debian/python3-flask/
 override_dh_auto_test:
 	LC_ALL=C.UTF-8 http_proxy='' dh_auto_test
 
-override_dh_python3:
-	dh_python3 -p python3-flask
-	rm -rf debian/python3-flask/usr/lib/python3/dist-packages/flask/testsuite/
-
 override_dh_sphinxdoc:
 ifeq (,$(findstring nodocs, $(DEB_BUILD_OPTIONS)))
 	PYTHONPATH=. sphinx-build -N -q -E -b html docs/ debian/python-flask-doc/usr/share/doc/python-flask-doc/html/

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/flask.git



More information about the Python-modules-commits mailing list