[DRE-commits] [SCM] ruby-fastercsv.git branch, master, updated. upstream/1.5.5-15-g62a8dcb

Jérémy Lal kapouer at melix.org
Wed May 16 09:14:52 UTC 2012


The following commit has been merged in the master branch:
commit 62a8dcb84aae2ebe9ccca3f8174ac5ba3fd328c7
Author: Jérémy Lal <kapouer at melix.org>
Date:   Wed May 16 11:14:24 2012 +0200

    Remove unneeded shebangs

diff --git a/debian/patches/0002-fix_interpreter.patch b/debian/patches/0002-fix_interpreter.patch
index a5c4737..73b4824 100644
--- a/debian/patches/0002-fix_interpreter.patch
+++ b/debian/patches/0002-fix_interpreter.patch
@@ -1,20 +1,20 @@
-Description: Fix shebangs.
+Description: Remove shebangs.
 Forwarded: not-needed
 Author: Jérémy Lal <kapouer at melix.org>
 Last-Update: 2012-05-15
 --- a/lib/faster_csv.rb
 +++ b/lib/faster_csv.rb
-@@ -1,4 +1,4 @@
+@@ -1,5 +1,3 @@
 -#!/usr/local/bin/ruby -w
-+#!/usr/bin/env ruby
- 
+-
  # = faster_csv.rb -- Faster CSV Reading and Writing
  #
+ #  Created by James Edward Gray II on 2005-10-31.
 --- a/lib/fastercsv.rb
 +++ b/lib/fastercsv.rb
-@@ -1,4 +1,4 @@
+@@ -1,5 +1,3 @@
 -#!/usr/local/bin/ruby -w
-+#!/usr/bin/env ruby
- 
+-
  # fastercsv.rb
  #
+ #  Created by James Edward Gray II on 2006-04-01.

-- 
ruby-fastercsv.git



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