[DRE-commits] [SCM] ruby-ferret.git branch, master, updated. debian/0.11.6-3-21-g68f4ccc

Cédric Boutillier cedric.boutillier at gmail.com
Thu Jun 14 21:01:46 UTC 2012


The following commit has been merged in the master branch:
commit 810bfbaff6b7080334e5e16a87b52ad68b7e406c
Author: Cédric Boutillier <cedric.boutillier at gmail.com>
Date:   Thu Jun 14 15:51:58 2012 +0200

    override dh_auto_clean to remove test/temp when cleaning

diff --git a/debian/rules b/debian/rules
index c6142f6..baff5f7 100755
--- a/debian/rules
+++ b/debian/rules
@@ -2,3 +2,8 @@
 
 %:
 	dh $@ --buildsystem=ruby --with ruby
+
+override_dh_auto_clean:
+	dh_auto_clean
+	rm -rf test/temp
+

-- 
ruby-ferret.git



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