[DRE-commits] [ruby-strong-parameters] 04/04: remove tmp directory in clean
Praveen Arimbrathodiyil
praveen at moszumanska.debian.org
Wed Apr 30 07:47:17 UTC 2014
This is an automated email from the git hooks/post-receive script.
praveen pushed a commit to branch master
in repository ruby-strong-parameters.
commit 118cccb5a1319ef9446480ab206cabbc519f4835
Author: Praveen Arimbrathodiyil <praveen at debian.org>
Date: Wed Apr 30 13:14:04 2014 +0530
remove tmp directory in clean
---
debian/changelog | 1 +
debian/rules | 4 ++++
2 files changed, 5 insertions(+)
diff --git a/debian/changelog b/debian/changelog
index d32ae5a..27087e8 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,7 @@ ruby-strong-parameters (0.2.3-1) unstable; urgency=low
* New upstream release
* Build with gem2deb >= 0.7.5~ (ruby all)
* Bump standards version to 3.9.5 (no changes)
+ * Remove tmp directory in clean target
-- Pirate Praveen <praveen at debian.org> Wed, 30 Apr 2014 13:12:58 +0530
diff --git a/debian/rules b/debian/rules
index 594f772..7e4e21a 100755
--- a/debian/rules
+++ b/debian/rules
@@ -13,3 +13,7 @@ export DH_RUBY_IGNORE_TESTS=ruby1.8
%:
dh $@ --buildsystem=ruby --with ruby
+
+clean:
+ dh clean
+ rm -rf tmp
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/ruby-strong-parameters.git
More information about the Pkg-ruby-extras-commits
mailing list