[Python-modules-commits] [pexpect] 05/06: Update d/rules clean target.

Tobias Hansen thansen at moszumanska.debian.org
Fri Aug 12 13:48:11 UTC 2016


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

thansen pushed a commit to branch master
in repository pexpect.

commit 72d0c7608a6adf92d87a8d1b84e468e7cf79b085
Author: Tobias Hansen <thansen at debian.org>
Date:   Fri Aug 12 13:43:34 2016 +0000

    Update d/rules clean target.
---
 debian/rules | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/debian/rules b/debian/rules
index dd20dd9..8a7df74 100755
--- a/debian/rules
+++ b/debian/rules
@@ -8,9 +8,8 @@ export PYBUILD_NAME = pexpect
 
 override_dh_auto_clean:
 	dh_auto_clean
-	rm -rf doc/_build
 	rm -rf .coverage
-	rm -rf tests/log
+#	rm -rf tests/log
 
 ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
 # Testsuite disabled because it timeouts

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/pexpect.git



More information about the Python-modules-commits mailing list