[DRE-commits] [gem2deb] 01/04: Drop -w (verbose mode) switch from shebang lines

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 15d7784172c7b46e7735b1c803a3f5d467d5194d
Author: Antonio Terceiro <terceiro at debian.org>
Date:   Sun Dec 29 21:45:17 2013 -0300

    Drop -w (verbose mode) switch from shebang lines
    
    - that -w does not help us much
    - build logs will become a lot cleaner now
    
    Git-Dch: Full
---
 bin/dh_ruby             | 2 +-
 bin/dh_ruby_fixdepends  | 2 +-
 bin/gem2deb             | 2 +-
 bin/gen-ruby-trans-pkgs | 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/bin/dh_ruby b/bin/dh_ruby
index 4471d95..bff9b89 100755
--- a/bin/dh_ruby
+++ b/bin/dh_ruby
@@ -1,4 +1,4 @@
-#!/usr/bin/ruby -w
+#!/usr/bin/ruby
 #
 # Copyright © 2011, Lucas Nussbaum <lucas at debian.org>
 # 
diff --git a/bin/dh_ruby_fixdepends b/bin/dh_ruby_fixdepends
index 2ce8c30..e65c3a5 100755
--- a/bin/dh_ruby_fixdepends
+++ b/bin/dh_ruby_fixdepends
@@ -1,4 +1,4 @@
-#!/usr/bin/ruby -w
+#!/usr/bin/ruby
 #
 # Copyright © 2011, Lucas Nussbaum <lucas at debian.org>
 # 
diff --git a/bin/gem2deb b/bin/gem2deb
index 02d1aa3..a4535ae 100755
--- a/bin/gem2deb
+++ b/bin/gem2deb
@@ -1,4 +1,4 @@
-#!/usr/bin/ruby -w
+#!/usr/bin/ruby
 #
 # Copyright © 2011, Lucas Nussbaum <lucas at debian.org>
 # 
diff --git a/bin/gen-ruby-trans-pkgs b/bin/gen-ruby-trans-pkgs
index e2d1eb9..a5394cf 100755
--- a/bin/gen-ruby-trans-pkgs
+++ b/bin/gen-ruby-trans-pkgs
@@ -1,4 +1,4 @@
-#!/usr/bin/ruby -w
+#!/usr/bin/ruby
 # Generate debian/control snippets
 
 if ARGV.length != 1

-- 
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