[Python-modules-commits] [python-flake8] 02/02: d/rules: clean target fixed for new release

Ondřej Nový onovy at moszumanska.debian.org
Fri Aug 12 12:17:38 UTC 2016


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

onovy pushed a commit to branch master
in repository python-flake8.

commit 7bd233f773da626a89159cc1b4662c01f89b6274
Author: Ondřej Nový <onovy at debian.org>
Date:   Fri Aug 12 14:17:23 2016 +0200

    d/rules: clean target fixed for new release
---
 debian/changelog | 1 +
 debian/clean     | 2 ++
 debian/rules     | 6 ------
 3 files changed, 3 insertions(+), 6 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 93c1390..4179e10 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,7 @@
 python-flake8 (3.0.4+dfsg1-2) UNRELEASED; urgency=medium
 
   * d/source/options: Ignore egg-info
+  * d/rules: clean target fixed for new release
 
  -- Ondřej Nový <onovy at debian.org>  Fri, 12 Aug 2016 14:16:25 +0200
 
diff --git a/debian/clean b/debian/clean
index 5f1524d..e3b854f 100644
--- a/debian/clean
+++ b/debian/clean
@@ -1 +1,3 @@
 debian/upstream-changelog
+tox.ini
+test-logs-*.log
diff --git a/debian/rules b/debian/rules
index f4e359a..1c0b04f 100755
--- a/debian/rules
+++ b/debian/rules
@@ -5,12 +5,6 @@ export PYBUILD_NAME = flake8
 %:
 	dh $@ --with python2,python3 --buildsystem=pybuild
 
-override_dh_auto_clean:
-	rm -rf flake8.egg-info
-	rm -rf build
-	rm -rf tox.ini
-	dh_auto_clean
-
 override_dh_auto_test:
 	touch tox.ini
 	PYBUILD_SYSTEM=custom PYBUILD_TEST_ARGS="{interpreter} setup.py test" dh_auto_test

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



More information about the Python-modules-commits mailing list