File: remove-unneeded-shebang.patch

package info (click to toggle)
ruby-fast-gettext 4.1.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 676 kB
  • sloc: ruby: 3,209; makefile: 4
file content (16 lines) | stat: -rw-r--r-- 497 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Description: Remove unneeded shebang in string.rb
Author: Jérôme Charaoui
Date: Fri, 22 Nov 2024 00:26:02 -0500
Forwarded: not-needed

Fix a lintian warning about this.

Index: ruby-fast-gettext/lib/fast_gettext/vendor/string.rb
===================================================================
--- ruby-fast-gettext.orig/lib/fast_gettext/vendor/string.rb
+++ ruby-fast-gettext/lib/fast_gettext/vendor/string.rb
@@ -1,4 +1,3 @@
-#! /usr/bin/ruby
 =begin
   string.rb - Extension for String.