[DRE-commits] [ruby-thread-safe] 04/06: debian/rules: remove coverage/ on clean

Antonio Terceiro terceiro at moszumanska.debian.org
Wed Nov 4 11:43:28 UTC 2015


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

terceiro pushed a commit to branch master
in repository ruby-thread-safe.

commit c963452b62e5146711a9e5ad8ada822578ece9fe
Author: Antonio Terceiro <terceiro at debian.org>
Date:   Wed Nov 4 09:29:54 2015 -0200

    debian/rules: remove coverage/ on clean
---
 debian/changelog | 2 +-
 debian/clean     | 1 -
 debian/rules     | 4 ++++
 3 files changed, 5 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 94a9aa6..da67e1f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,7 +3,7 @@ ruby-thread-safe (0.3.5-3) unstable; urgency=medium
   * Team upload
   * debian/ruby-tests.rake: exclude test/test_cache_loops.rb, which is a
     stress test that is maybe causing issues on the buildd.
-  * debian/clean: remove coverage/
+  * debian/rules: remove coverage/ on clean
   * add missing Build-Dependency on ruby-minitest
 
  -- Antonio Terceiro <terceiro at debian.org>  Wed, 04 Nov 2015 09:12:28 -0200
diff --git a/debian/clean b/debian/clean
deleted file mode 100644
index 4ebc8ae..0000000
--- a/debian/clean
+++ /dev/null
@@ -1 +0,0 @@
-coverage
diff --git a/debian/rules b/debian/rules
index a5e7dc8..31df42f 100755
--- a/debian/rules
+++ b/debian/rules
@@ -13,3 +13,7 @@
 
 %:
 	dh $@ --buildsystem=ruby --with ruby
+
+override_dh_auto_clean:
+	dh_auto_clean
+	rm -rf coverage/

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



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