[Python-modules-commits] [pytest] 02/11: Rename pytest to pytest-3

Sebastian Ramacher sramacher at moszumanska.debian.org
Sun Aug 21 18:01:20 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 8884a02a44cfb5a67ab9d4e92611540f09022372
Author: Sebastian Ramacher <sramacher at debian.org>
Date:   Sun Aug 21 17:37:02 2016 +0200

    Rename pytest to pytest-3
---
 debian/rules | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/debian/rules b/debian/rules
index 0ce08e4..a9b0f77 100755
--- a/debian/rules
+++ b/debian/rules
@@ -27,7 +27,9 @@ override_dh_auto_test:
 override_dh_auto_install:
 	dh_auto_install
 	mv debian/python3-pytest/usr/bin/py.test \
-	   debian/python3-pytest/usr/bin/py.test-3
+		debian/python3-pytest/usr/bin/py.test-3
+	mv debian/python3-pytest/usr/bin/pytest \
+		debian/python3-pytest/usr/bin/pytest-3
 
 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