[strip-nondeterminism] 02/03: debian/rules: Also remove cover_db/ to avoid FTBFS twice in a row.

Chris Lamb chris at chris-lamb.co.uk
Sun Sep 4 22:31:03 UTC 2016


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

lamby pushed a commit to branch debian
in repository strip-nondeterminism.

commit fd5a08e2a08b51e40217da682d65b6dea8b67254
Author: Chris Lamb <lamby at debian.org>
Date:   Sun Sep 4 23:30:03 2016 +0100

    debian/rules: Also remove cover_db/ to avoid FTBFS twice in a row.
---
 debian/rules | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/rules b/debian/rules
index cb1c853..6c616ae 100755
--- a/debian/rules
+++ b/debian/rules
@@ -3,7 +3,7 @@
 # Remove the auto-generated Makefile to prevent dh_auto_clean from failing
 # if the Makefile contain paths referring to an old version of Perl.
 override_dh_auto_clean:
-	rm -f Makefile
+	rm -rf Makefile cover_db/
 	dh_auto_clean
 
 override_dh_auto_test:

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/reproducible/strip-nondeterminism.git



More information about the Reproducible-commits mailing list