[DRE-commits] [gem2deb] 04/04: setup.rb: call `make distclean`

Antonio Terceiro terceiro at moszumanska.debian.org
Sat Jan 25 11:46:33 UTC 2014


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

terceiro pushed a commit to branch master
in repository gem2deb.

commit 2a92fc2ab1354741cf31203887fc5729709ca027
Author: Antonio Terceiro <terceiro at debian.org>
Date:   Wed Jan 15 13:41:20 2014 +0100

    setup.rb: call `make distclean`
---
 lib/gem2deb/setup_rb_installer.rb | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/lib/gem2deb/setup_rb_installer.rb b/lib/gem2deb/setup_rb_installer.rb
index a831783..d37d5d8 100644
--- a/lib/gem2deb/setup_rb_installer.rb
+++ b/lib/gem2deb/setup_rb_installer.rb
@@ -42,6 +42,11 @@ module Gem2Deb
       end
     end
 
+    def run_make_clean_on_extensionss
+      ruby = SUPPORTED_RUBY_VERSIONS.keys.sort.first
+      run(ruby, 'setup.rb', 'distclean')
+    end
+
   end
 
 end

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



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