[DRE-commits] [ruby-taglib2] 02/03: moved d/clean into d/rules. can't clean directories
Jonas Genannt
jonas at brachium-system.net
Fri Jan 17 09:45:49 UTC 2014
This is an automated email from the git hooks/post-receive script.
hggh-guest pushed a commit to branch master
in repository ruby-taglib2.
commit 08dd4cbce5f5fdbde52b7dac4cf31d6cb4347d0f
Author: Jonas Genannt <jonas at brachium-system.net>
Date: Fri Jan 17 10:44:56 2014 +0100
moved d/clean into d/rules. can't clean directories
---
debian/clean | 1 -
debian/rules | 4 ++++
2 files changed, 4 insertions(+), 1 deletion(-)
diff --git a/debian/clean b/debian/clean
deleted file mode 100644
index c93ef75..0000000
--- a/debian/clean
+++ /dev/null
@@ -1 +0,0 @@
-tests/tmp
diff --git a/debian/rules b/debian/rules
index a5e7dc8..9a62ff0 100755
--- a/debian/rules
+++ b/debian/rules
@@ -13,3 +13,7 @@
%:
dh $@ --buildsystem=ruby --with ruby
+
+override_dh_clean:
+ rm -rf tests/tmp
+ dh_clean
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/ruby-taglib2.git
More information about the Pkg-ruby-extras-commits
mailing list