[Python-modules-commits] [flask] 16/16: Removed override_dh_auto_clean (not needed)

Ondřej Nový onovy at moszumanska.debian.org
Mon Jul 18 10:20:23 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 25f9f21b0f7c9aa3fb8d11546bb942ffcdc7931b
Author: Ondřej Nový <onovy at debian.org>
Date:   Mon Jul 18 12:13:47 2016 +0200

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

diff --git a/debian/changelog b/debian/changelog
index 6395e19..959fc05 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -19,6 +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)
 
  -- Ondřej Nový <novy at ondrej.org>  Tue, 29 Mar 2016 21:36:03 +0200
 
diff --git a/debian/rules b/debian/rules
index 11fab23..57f922d 100755
--- a/debian/rules
+++ b/debian/rules
@@ -18,8 +18,3 @@ 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/
 	dh_sphinxdoc
 endif
-
-override_dh_auto_clean:
-	dh_auto_clean
-	rm -rf build
-	find . \( -name '*.py[co]' -or -name '\._*' -or -name '\.DS_Store' \) -delete

-- 
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