[DRE-commits] [ruby-faraday-middleware] 03/03: remove tmp directory in clean

Praveen Arimbrathodiyil praveen at moszumanska.debian.org
Fri May 2 10:33:51 UTC 2014


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

praveen pushed a commit to branch master
in repository ruby-faraday-middleware.

commit 2939534b42e1403e639ca0e2ba0ac466463238db
Author: Praveen Arimbrathodiyil <praveen at debian.org>
Date:   Fri May 2 15:49:24 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 b7486c9..f9b1fcd 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,7 @@ ruby-faraday-middleware (0.9.1-2) unstable; urgency=low
 
   * Rebuild with gem2deb >= 0.7.5~ (ruby all)
     - Needed for rubygems-integration to find it
+  * Remove 'tmp' directory in clean
 
  -- Pirate Praveen <praveen at debian.org>  Fri, 02 May 2014 15:47:27 +0530
 
diff --git a/debian/rules b/debian/rules
index d0716e6..790d134 100755
--- a/debian/rules
+++ b/debian/rules
@@ -16,3 +16,7 @@
 
 override_dh_installchangelogs:
 	dh_installchangelogs CHANGELOG.md
+
+clean:
+	dh clean
+	rm -rf tmp

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



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