[Python-modules-commits] [python-attrs] 02/03: d/rules: don't try to remove a file that is not generated on a jessie build

Mattia Rizzolo mattia at debian.org
Wed Mar 8 12:09:30 UTC 2017


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

mattia pushed a commit to annotated tag debian/16.3.0-1_bpo8+1
in repository python-attrs.

commit 5fb0bf927ef1685bb9a5a41f9e55f462f684723c
Author: Mattia Rizzolo <mattia at debian.org>
Date:   Wed Mar 8 12:49:39 2017 +0100

    d/rules: don't try to remove a file that is not generated on a jessie build
    
    Signed-off-by: Mattia Rizzolo <mattia at debian.org>
---
 debian/rules | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/rules b/debian/rules
index 6819b37..3fad69c 100755
--- a/debian/rules
+++ b/debian/rules
@@ -15,7 +15,7 @@ override_dh_auto_build:
 
 override_dh_auto_test:
 	dh_auto_test
-	rm -r .pybuild/*/build/.hypothesis
+	rm -rvf .pybuild/*/build/.hypothesis
 
 override_dh_compress:
 	dh_compress -Xchangelog.html

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



More information about the Python-modules-commits mailing list