[Python-modules-commits] [pytest] 01/03: Revert "Don't trim artifacts."

Sebastian Ramacher sramacher at moszumanska.debian.org
Sun Feb 14 15:44:48 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 510f047592bb37aea23128062f132555dfa493a6
Author: Sebastian Ramacher <sramacher at debian.org>
Date:   Sun Feb 14 16:24:33 2016 +0100

    Revert "Don't trim artifacts."
    
    This reverts commit 94fc0e331e6691a59b662c92de7cad75b9abe6a6.
---
 debian/rules | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/debian/rules b/debian/rules
index a08011e..34ebdc0 100755
--- a/debian/rules
+++ b/debian/rules
@@ -31,6 +31,8 @@ override_dh_auto_install:
 	dh_auto_install
 	mv debian/python3-pytest/usr/bin/py.test \
 	   debian/python3-pytest/usr/bin/py.test-3
+	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