[DRE-commits] [ruby-zip] 07/13: Add rule to clean generated tests data

David Suárez deiv-guest at moszumanska.debian.org
Sun Dec 29 19:42:44 UTC 2013


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

deiv-guest pushed a commit to branch master
in repository ruby-zip.

commit dd761b82ffc801657c719e6c4e0f6413dbbb24f5
Author: David Suárez <david.sephirot at gmail.com>
Date:   Sun Dec 29 20:10:02 2013 +0100

    Add rule to clean generated tests data
---
 debian/rules | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/debian/rules b/debian/rules
index a5e7dc8..84cf711 100755
--- a/debian/rules
+++ b/debian/rules
@@ -13,3 +13,8 @@
 
 %:
 	dh $@ --buildsystem=ruby --with ruby
+
+override_dh_auto_clean:
+	$(RM) -R test/data/generated
+	cd test && find . -maxdepth 1 -type f -and -not -iname '*.rb' -and -not -iname '.cvsignore' -delete
+

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



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