[DRE-commits] [SCM] ruby-sdl.git branch, master, updated. debian/2.1.2-2-9-g540ef36

Cédric Boutillier cedric.boutillier at gmail.com
Fri May 18 13:36:30 UTC 2012


The following commit has been merged in the master branch:
commit 66adebdc4a2850f56d9d8be0fcd4f5d00fde4b61
Author: Cédric Boutillier <cedric.boutillier at gmail.com>
Date:   Fri May 18 09:40:44 2012 +0200

    Add debian/patches/fix_shebang_sample.patch to fix shebangs in examples

diff --git a/debian/changelog b/debian/changelog
index 8a50632..f272b38 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,6 +4,7 @@ ruby-sdl (2.1.2-3) unstable; urgency=low
   * Remove old package name for ruby-opengl from Suggests:
   * Override lintian warnings about duplicate description for transitional
     packages
+  * Add debian/patches/fix_shebang_sample.patch to fix shebangs in examples
 
  -- Cédric Boutillier <cedric.boutillier at gmail.com>  Fri, 18 May 2012 08:40:35 +0200
 
diff --git a/debian/patches/fix_shebang_sample.patch b/debian/patches/fix_shebang_sample.patch
new file mode 100644
index 0000000..e133b6e
--- /dev/null
+++ b/debian/patches/fix_shebang_sample.patch
@@ -0,0 +1,15 @@
+Description: Modify shebang of sample/kanji.rb
+Author: Cédric Boutillier <cedric.boutillier at gmail.com>
+Origin: vendor
+Forwarded: not-needed
+Last-Update: 2012-05-17
+---
+This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
+--- a/sample/kanji.rb
++++ b/sample/kanji.rb
+@@ -1,4 +1,4 @@
+-#!/usr/local/bin/ruby -Ke
++#!/usr/bin/env ruby -Ke
+ #
+ # This sample needs following two bdf files
+ #   8x16.bdf     : alphabets
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..98b6eb2
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+fix_shebang_sample.patch
diff --git a/debian/source/local-options b/debian/source/local-options
new file mode 100644
index 0000000..4aceb10
--- /dev/null
+++ b/debian/source/local-options
@@ -0,0 +1 @@
+unapply-patches

-- 
ruby-sdl.git



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