[Python-modules-commits] [pytest] 08/09: Move some parts of the clean override

Sebastian Ramacher sramacher at moszumanska.debian.org
Thu Jun 2 20:03:54 UTC 2016


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

sramacher pushed a commit to branch master
in repository pytest.

commit 153abe404358245b76879aa1787da38cb44505ac
Author: Sebastian Ramacher <sramacher at debian.org>
Date:   Thu Jun 2 21:54:56 2016 +0200

    Move some parts of the clean override
---
 debian/clean | 2 ++
 debian/rules | 1 -
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/debian/clean b/debian/clean
new file mode 100644
index 0000000..3452e76
--- /dev/null
+++ b/debian/clean
@@ -0,0 +1,2 @@
+debian/py.test.1
+debian/py.test-3.1
diff --git a/debian/rules b/debian/rules
index 2584f00..0937d65 100755
--- a/debian/rules
+++ b/debian/rules
@@ -30,6 +30,5 @@ override_dh_auto_install:
 
 override_dh_auto_clean:
 	rm -rf doc/en/_build
-	rm -f debian/py.test.1 debian/py.test-3.1
 	rm -rf pytest.egg-info .cache
 	dh_auto_clean

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



More information about the Python-modules-commits mailing list