[Python-modules-commits] [pytest] 03/03: Build manpage for pypy variant

Sebastian Ramacher sramacher at moszumanska.debian.org
Tue Aug 30 10:43:27 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 c6187d865f9700201a9b218b1ba2f0e9add56892
Author: Sebastian Ramacher <sramacher at debian.org>
Date:   Tue Aug 30 10:32:35 2016 +0200

    Build manpage for pypy variant
---
 debian/clean                | 1 +
 debian/pypy-pytest.manpages | 1 +
 debian/rules                | 3 +++
 3 files changed, 5 insertions(+)

diff --git a/debian/clean b/debian/clean
index 3452e76..aeb76e3 100644
--- a/debian/clean
+++ b/debian/clean
@@ -1,2 +1,3 @@
 debian/py.test.1
 debian/py.test-3.1
+debian/pypy.test.1
diff --git a/debian/pypy-pytest.manpages b/debian/pypy-pytest.manpages
new file mode 100644
index 0000000..70e0269
--- /dev/null
+++ b/debian/pypy-pytest.manpages
@@ -0,0 +1 @@
+debian/py.test-pypy.1
diff --git a/debian/rules b/debian/rules
index ef0350a..d12e71b 100755
--- a/debian/rules
+++ b/debian/rules
@@ -11,9 +11,12 @@ override_dh_auto_build:
 	PYTHONPATH=$(CURDIR) $(MAKE) -C doc/en man html
 	cp doc/en/_build/man/pytest.1 debian/py.test.1
 	cp debian/py.test.1 debian/py.test-3.1
+	cp debian/py.test.1 debian/py.test-pypy.1
 	sed -i 's/PYTEST/PY.TEST/g' debian/py.test.1
 	sed -i 's/PYTEST/PY.TEST-3/g' debian/py.test-3.1
+	sed -i 's/PYTEST/PYPY.TEST/g' debian/py.test-pypy.1
 	sed -i 's/py\.test/py.test-3/g' debian/py.test-3.1
+	sed -i 's/py\.test/pypy.test/g' debian/py.test-pypy.1
 
 # 2015-12-16 barry at debian.org: Because pytest does not clean up after itself,
 # use a custom temporary directory (which is easier to clean up manually,

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