[DRE-commits] [ruby-posix-spawn] 02/06: Update dh_auto_clean target

Youhei SASAKI uwabami-guest at moszumanska.debian.org
Tue Sep 5 05:08:46 UTC 2017


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

uwabami-guest pushed a commit to branch master
in repository ruby-posix-spawn.

commit 886314c5dd0ec72905da34cf5c01f1fd169b61f2
Author: Youhei SASAKI <uwabami at gfd-dennou.org>
Date:   Tue Sep 5 14:00:03 2017 +0900

    Update dh_auto_clean target
    
    Signed-off-by: Youhei SASAKI <uwabami at gfd-dennou.org>
---
 debian/rules | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/debian/rules b/debian/rules
index 742ad94..e2496ba 100755
--- a/debian/rules
+++ b/debian/rules
@@ -2,6 +2,11 @@
 
 %:
 	dh $@ --buildsystem=ruby --with ruby
+
 override_dh_auto_install:
 	dh_auto_install
 	rm -rf $(CURDIR)/debian/ruby-posix-spawn/usr/bin
+
+override_dh_auto_clean:
+	dh_auto_clean
+	rm -fr $(CURDIR)/tmp

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



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