[Python-modules-commits] [pytest] 11/13: No we no longer need to remove cruft

Sebastian Ramacher sramacher at moszumanska.debian.org
Mon Feb 15 21:22:38 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 2a095961f931a97a4934a72c9b15855d8b34b1b9
Author: Sebastian Ramacher <sramacher at debian.org>
Date:   Mon Feb 15 21:56:07 2016 +0100

    No we no longer need to remove cruft
---
 debian/rules | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/debian/rules b/debian/rules
index b431a19..9fad364 100755
--- a/debian/rules
+++ b/debian/rules
@@ -30,10 +30,6 @@ override_dh_auto_install:
 	dh_auto_install
 	mv debian/python3-pytest/usr/bin/py.test \
 	   debian/python3-pytest/usr/bin/py.test-3
-	# /usr/bin/py.test-3.X is managed using mainter scripts and rtupdate scripts.
-	# Do not include them in the binary package.
-	rm -f debian/python3-pytest/usr/bin/py.test-3.*
-	rm -rf debian/python3-pytest/usr/lib/python3.5
 
 override_dh_auto_clean:
 	rm -rf doc/en/_build

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