[Python-modules-commits] [pytest] 06/08: Remove obsolete mkdir

Sebastian Ramacher sramacher at moszumanska.debian.org
Tue Mar 21 20:52:28 UTC 2017


This is an automated email from the git hooks/post-receive script.

sramacher pushed a commit to branch master
in repository pytest.

commit 1151b9d3fcb30ecab01c6185260b639c37249741
Author: Sebastian Ramacher <sramacher at debian.org>
Date:   Tue Mar 21 21:32:57 2017 +0100

    Remove obsolete mkdir
---
 debian/rules | 1 -
 1 file changed, 1 deletion(-)

diff --git a/debian/rules b/debian/rules
index 141668a..70d7c5f 100755
--- a/debian/rules
+++ b/debian/rules
@@ -9,7 +9,6 @@ export PYBUILD_NAME=pytest
 override_dh_auto_build:
 	dh_auto_build
 	PYTHONPATH=$(CURDIR) $(MAKE) -C doc/en man html
-	mkdir -p debian/tmp
 	sed 's/PYTEST/PYTEST-3/g' doc/en/_build/man/pytest.1 > debian/pytest-3.1
 	sed 's/PYTEST/PYTEST-PYPY/g' doc/en/_build/man/pytest.1 > debian/pytest-pypy.1
 

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