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

Ryan Niebur ryan52-guest at alioth.debian.org
Mon May 11 06:04:29 UTC 2009


Author: ryan52-guest
Date: 2009-05-11 06:04:28 +0000 (Mon, 11 May 2009)
New Revision: 3555

Modified:
   packages/libjson-ruby/trunk/debian/changelog
   packages/libjson-ruby/trunk/debian/patches/00-icon-path.patch
   packages/libjson-ruby/trunk/debian/patches/02-fix-fuzz.rb-shebang.patch
Log:
refresh patches

Modified: packages/libjson-ruby/trunk/debian/changelog
===================================================================
--- packages/libjson-ruby/trunk/debian/changelog	2009-05-11 06:00:22 UTC (rev 3554)
+++ packages/libjson-ruby/trunk/debian/changelog	2009-05-11 06:04:28 UTC (rev 3555)
@@ -2,8 +2,9 @@
 
   * move myself to Maintainer
   * new upstream release
+  * refresh patches
 
- -- Ryan Niebur <ryanryan52 at gmail.com>  Sun, 10 May 2009 22:59:27 -0700
+ -- Ryan Niebur <ryanryan52 at gmail.com>  Sun, 10 May 2009 23:04:01 -0700
 
 libjson-ruby (1.1.4-1) unstable; urgency=low
 

Modified: packages/libjson-ruby/trunk/debian/patches/00-icon-path.patch
===================================================================
--- packages/libjson-ruby/trunk/debian/patches/00-icon-path.patch	2009-05-11 06:00:22 UTC (rev 3554)
+++ packages/libjson-ruby/trunk/debian/patches/00-icon-path.patch	2009-05-11 06:04:28 UTC (rev 3555)
@@ -1,6 +1,6 @@
-diff -ur lib/json/editor.rb lib-new/json/editor.rb
---- lib/json/editor.rb	2006-01-05 00:48:37.000000000 +0000
-+++ lib-new/json/editor.rb	2006-01-05 00:49:32.000000000 +0000
+diff -Nur -x '*.orig' -x '*~' trunk/lib/json/editor.rb trunk.new/lib/json/editor.rb
+--- trunk/lib/json/editor.rb	2009-04-29 06:10:53.000000000 -0700
++++ trunk.new/lib/json/editor.rb	2009-05-10 23:03:15.000000000 -0700
 @@ -39,7 +39,7 @@
      def Editor.fetch_icon(name)
        @icon_cache ||= {}

Modified: packages/libjson-ruby/trunk/debian/patches/02-fix-fuzz.rb-shebang.patch
===================================================================
--- packages/libjson-ruby/trunk/debian/patches/02-fix-fuzz.rb-shebang.patch	2009-05-11 06:00:22 UTC (rev 3554)
+++ packages/libjson-ruby/trunk/debian/patches/02-fix-fuzz.rb-shebang.patch	2009-05-11 06:04:28 UTC (rev 3555)
@@ -1,7 +1,9 @@
---- tools/fuzz.rb.orig	2007-10-07 14:42:40.000000000 +0200
-+++ tools/fuzz.rb	2007-10-07 14:42:54.000000000 +0200
-@@ -1,2 +1,4 @@
+diff -Nur -x '*.orig' -x '*~' trunk/tools/fuzz.rb trunk.new/tools/fuzz.rb
+--- trunk/tools/fuzz.rb	2009-04-29 19:29:12.000000000 -0700
++++ trunk.new/tools/fuzz.rb	2009-05-10 23:03:32.000000000 -0700
+@@ -1,3 +1,5 @@
 +#!/usr/bin/env ruby
 +
  require 'json'
  
+ require 'iconv'




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