[DRE-commits] [SCM] ruby-bio.git branch, master, updated. debian/1.4.2-2-20-ge59d8d2

Cédric Boutillier cedric.boutillier at gmail.com
Wed Jun 27 11:06:00 UTC 2012


The following commit has been merged in the master branch:
commit 813a60313edb1031428907156b819b12c6b8612b
Author: Cédric Boutillier <cedric.boutillier at gmail.com>
Date:   Mon Jun 25 14:29:37 2012 +0200

    add fix_shebang_for_examples.patch

diff --git a/debian/patches/fix_shebang_for_examples.patch b/debian/patches/fix_shebang_for_examples.patch
new file mode 100644
index 0000000..1c4b22d
--- /dev/null
+++ b/debian/patches/fix_shebang_for_examples.patch
@@ -0,0 +1,11 @@
+Description: Ensure we have the correct shebang in examples
+Origin: vendor
+Last-Update: 2012-06-23
+--- a/sample/biofetch.rb
++++ b/sample/biofetch.rb
+@@ -1,4 +1,4 @@
+-#!/usr/proj/bioruby/bin/ruby
++#!/usr/bin/env ruby
+ #
+ # biofetch.rb : BioFetch server (interface to GenomeNet/DBGET via KEGG API)
+ #
diff --git a/debian/patches/series b/debian/patches/series
index b30b9fd..0432b7d 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -2,3 +2,4 @@ disable-test-soap.patch
 fix_definition_CutSymbol_in_test_cut_symbol.patch
 do_not_rely_on_keys_order_for_hashes.patch
 disable_tests_using_chi2.patch
+fix_shebang_for_examples.patch

-- 
ruby-bio.git



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