[DRE-commits] [SCM] gem2deb.git branch, master, updated. 0.4.0-9-gabd9703

Antonio Terceiro terceiro at debian.org
Sun Jun 2 15:19:20 UTC 2013


The following commit has been merged in the master branch:
commit 0894c4d53b5d2fd7232008e8b4007d1ea980b41e
Author: Antonio Terceiro <terceiro at debian.org>
Date:   Sat Jun 1 12:50:21 2013 -0300

    Give up on deprecating DH_RUBY_USE_DH_AUTO_INSTALL_DESTDIR

diff --git a/lib/gem2deb/installer.rb b/lib/gem2deb/installer.rb
index f594390..b54895e 100644
--- a/lib/gem2deb/installer.rb
+++ b/lib/gem2deb/installer.rb
@@ -155,7 +155,6 @@ module Gem2Deb
 
     def destdir_base
       if ENV['DH_RUBY_USE_DH_AUTO_INSTALL_DESTDIR']
-        puts 'W: Using DH_RUBY_USE_DH_AUTO_INSTALL_DESTDIR is deprecated and will be removed in the future. Please see dh_ruby(1) for the supported way for producing multiple binary packages.' if verbose
         self.dh_auto_install_destdir
       else
         File.join('debian', binary_package)

-- 
gem2deb.git



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