[Python-modules-commits] [pytest] 02/03: Explain rm

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 d95c7ef6db3a0e23c9655eff3050a248d134f872
Author: Sebastian Ramacher <sramacher at debian.org>
Date:   Sun Feb 14 16:36:48 2016 +0100

    Explain rm
---
 debian/rules | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/debian/rules b/debian/rules
index 34ebdc0..f27484d 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
+	# /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
 

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