[DRE-commits] r1983 - in packages/libjson-ruby/trunk/debian: . patches

paulvt at alioth.debian.org paulvt at alioth.debian.org
Sun Oct 7 12:44:39 UTC 2007


Author: paulvt
Date: 2007-10-07 12:44:39 +0000 (Sun, 07 Oct 2007)
New Revision: 1983

Added:
   packages/libjson-ruby/trunk/debian/patches/02-fix-fuzz.rb-shebang.patch
Modified:
   packages/libjson-ruby/trunk/debian/changelog
Log:
* Added 02-fix-fuzz.rb-shebang.patch to add a missing shebang to the
  executable fuzz.rb tool.

Modified: packages/libjson-ruby/trunk/debian/changelog
===================================================================
--- packages/libjson-ruby/trunk/debian/changelog	2007-10-07 12:41:51 UTC (rev 1982)
+++ packages/libjson-ruby/trunk/debian/changelog	2007-10-07 12:44:39 UTC (rev 1983)
@@ -19,8 +19,10 @@
     it uses setup.rb with a non-setup.rb-compliant dir layout. Also
     all files have been processed by dos2unix.
   * Added some example files to libjson-ruby-doc.
+  * Added 02-fix-fuzz.rb-shebang.patch to add a missing shebang to the
+    executable fuzz.rb tool.
 
- -- Paul van Tilburg <paulvt at debian.org>  Sun, 07 Oct 2007 14:31:58 +0200
+ -- Paul van Tilburg <paulvt at debian.org>  Sun, 07 Oct 2007 14:43:48 +0200
 
 libjson-ruby (0.4.2-1) unstable; urgency=low
 

Added: packages/libjson-ruby/trunk/debian/patches/02-fix-fuzz.rb-shebang.patch
===================================================================
--- packages/libjson-ruby/trunk/debian/patches/02-fix-fuzz.rb-shebang.patch	                        (rev 0)
+++ packages/libjson-ruby/trunk/debian/patches/02-fix-fuzz.rb-shebang.patch	2007-10-07 12:44:39 UTC (rev 1983)
@@ -0,0 +1,8 @@
+--- tools/fuzz.rb.orig	2007-10-07 14:42:40.000000000 +0200
++++ tools/fuzz.rb	2007-10-07 14:42:54.000000000 +0200
+@@ -1,3 +1,5 @@
++#!/usr/bin/env ruby
++
+ $KCODE='UTF8'
+ require 'json'
+ 




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