[DRE-commits] [SCM] ruby-diff-lcs.git branch, master, updated. upstream/1.1.3-27-g7ceffbf

Cédric Boutillier boutil at debian.org
Tue May 7 15:05:50 UTC 2013


The following commit has been merged in the master branch:
commit c82a3e3e483cc009a3177944a306da30c9e3fe76
Author: Cédric Boutillier <boutil at debian.org>
Date:   Tue May 7 16:46:33 2013 +0200

    fix shebang for scripts in bin/

diff --git a/debian/patches/fix_shebang_for_bins.patch b/debian/patches/fix_shebang_for_bins.patch
new file mode 100644
index 0000000..a05d557
--- /dev/null
+++ b/debian/patches/fix_shebang_for_bins.patch
@@ -0,0 +1,21 @@
+Description: change shebang of scripts in bin/
+Author: Cédric Boutillier <boutil at debian.org>
+Last-Update: 2013-05-07
+Forwarded: no
+
+--- a/bin/htmldiff
++++ b/bin/htmldiff
+@@ -1,4 +1,4 @@
+-#!ruby -w
++#!/usr/bin/ruby -w
+ 
+ require 'diff/lcs'
+ require 'diff/lcs/htmldiff'
+--- a/bin/ldiff
++++ b/bin/ldiff
+@@ -1,4 +1,4 @@
+-#!ruby -w
++#!/usr/bin/ruby -w
+ 
+ require 'diff/lcs'
+ require 'diff/lcs/ldiff'
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..1239038
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+fix_shebang_for_bins.patch

-- 
ruby-diff-lcs.git



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