[DRE-commits] [ruby-ast] 06/07: Allow twice in a row builds

Miguel Landaeta nomadium at moszumanska.debian.org
Thu Dec 29 22:04:02 UTC 2016


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

nomadium pushed a commit to branch master
in repository ruby-ast.

commit 887a520b324c6c93d3d89b4fa271f6850c96ab6b
Author: Miguel Landaeta <nomadium at debian.org>
Date:   Thu Dec 29 15:47:56 2016 +0000

    Allow twice in a row builds
---
 debian/rules | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/debian/rules b/debian/rules
index 3454d59..bf63f99 100755
--- a/debian/rules
+++ b/debian/rules
@@ -4,3 +4,7 @@ export GEM2DEB_TEST_RUNNER = --check-dependencies
 
 %:
 	dh $@ --buildsystem=ruby --with ruby
+
+override_dh_auto_clean:
+	dh_auto_clean
+	-rm -r ./coverage/

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/ruby-ast.git



More information about the Pkg-ruby-extras-commits mailing list