[Pkg-ruby-extras-maintainers] r921 - in packages/libhighline-ruby/trunk/debian: . patches

Esteban Manchado Velázquez zoso at costa.debian.org
Sat Oct 21 19:35:32 UTC 2006


Author: zoso
Date: 2006-10-21 19:35:32 +0000 (Sat, 21 Oct 2006)
New Revision: 921

Modified:
   packages/libhighline-ruby/trunk/debian/changelog
   packages/libhighline-ruby/trunk/debian/patches/01_fix-shebang.patch
Log:
- Patch yet another file (new in this release) to have the correct ruby path


Modified: packages/libhighline-ruby/trunk/debian/changelog
===================================================================
--- packages/libhighline-ruby/trunk/debian/changelog	2006-10-21 18:20:15 UTC (rev 920)
+++ packages/libhighline-ruby/trunk/debian/changelog	2006-10-21 19:35:32 UTC (rev 921)
@@ -1,9 +1,10 @@
 libhighline-ruby (1.2.2-1) UNRELEASED; urgency=low
 
   * New upstream release
+  * Patch yet another file (new in this release) to have the correct ruby path
   * Add "ruby1.8" to libhighline-ruby1.8 Depends:
 
- -- Esteban Manchado Velázquez <zoso at debian.org>  Sat, 21 Oct 2006 19:06:28 +0100
+ -- Esteban Manchado Velázquez <zoso at debian.org>  Sat, 21 Oct 2006 20:34:48 +0100
 
 libhighline-ruby (1.2.0-1) unstable; urgency=low
 

Modified: packages/libhighline-ruby/trunk/debian/patches/01_fix-shebang.patch
===================================================================
--- packages/libhighline-ruby/trunk/debian/patches/01_fix-shebang.patch	2006-10-21 18:20:15 UTC (rev 920)
+++ packages/libhighline-ruby/trunk/debian/patches/01_fix-shebang.patch	2006-10-21 19:35:32 UTC (rev 921)
@@ -151,3 +151,12 @@
  
  # ts_all.rb
  #
+diff -ur highline-1.2.2.orig/lib/highline/system_extensions.rb highline-1.2.2/lib/highline/system_extensions.rb
+--- highline-1.2.2.orig/lib/highline/system_extensions.rb	2006-10-14 00:13:35.000000000 +0100
++++ highline-1.2.2/lib/highline/system_extensions.rb	2006-10-21 19:27:32.000000000 +0100
+@@ -1,4 +1,4 @@
+-#!/usr/local/bin/ruby -w
++#!/usr/bin/ruby -w
+ 
+ # system_extensions.rb
+ #




More information about the pkg-ruby-extras-maintainers mailing list