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

Ryan Niebur ryan52-guest at alioth.debian.org
Tue Apr 28 04:37:23 UTC 2009


Author: ryan52-guest
Date: 2009-04-28 04:37:23 +0000 (Tue, 28 Apr 2009)
New Revision: 3475

Modified:
   packages/libjson-ruby/trunk/debian/changelog
   packages/libjson-ruby/trunk/debian/control
   packages/libjson-ruby/trunk/debian/patches/02-fix-fuzz.rb-shebang.patch
Log:
* New upstream release
* add myself to Uploaders
* refresh patches

Modified: packages/libjson-ruby/trunk/debian/changelog
===================================================================
--- packages/libjson-ruby/trunk/debian/changelog	2009-04-27 18:53:53 UTC (rev 3474)
+++ packages/libjson-ruby/trunk/debian/changelog	2009-04-28 04:37:23 UTC (rev 3475)
@@ -1,8 +1,10 @@
-libjson-ruby (1.1.2-2) UNRELEASED; urgency=low
+libjson-ruby (1.1.4-1) UNRELEASED; urgency=low
 
-  * NOT RELEASED YET
+  * New upstream release
+  * add myself to Uploaders
+  * refresh patches
 
- -- Paul van Tilburg <paulvt at debian.org>  Fri, 04 Apr 2008 23:03:50 +0200
+ -- Ryan Niebur <ryanryan52 at gmail.com>  Mon, 27 Apr 2009 21:36:05 -0700
 
 libjson-ruby (1.1.2-1) unstable; urgency=low
 

Modified: packages/libjson-ruby/trunk/debian/control
===================================================================
--- packages/libjson-ruby/trunk/debian/control	2009-04-27 18:53:53 UTC (rev 3474)
+++ packages/libjson-ruby/trunk/debian/control	2009-04-28 04:37:23 UTC (rev 3475)
@@ -2,7 +2,7 @@
 Section: libs
 Priority: optional
 Maintainer: Esteban Manchado Velázquez <zoso at debian.org>
-Uploaders: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers at lists.alioth.debian.org>, Paul van Tilburg <paulvt at debian.org>, Antonio Terceiro <terceiro at softwarelivre.org>
+Uploaders: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers at lists.alioth.debian.org>, Paul van Tilburg <paulvt at debian.org>, Antonio Terceiro <terceiro at softwarelivre.org>, Ryan Niebur <ryanryan52 at gmail.com>
 Build-Depends: ruby-pkg-tools (>= 0.13), cdbs, debhelper (>= 4.1.0), ruby1.8-dev
 Build-Depends-Indep: ruby1.8, rdoc, graphviz
 Standards-Version: 3.7.3

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-04-27 18:53:53 UTC (rev 3474)
+++ packages/libjson-ruby/trunk/debian/patches/02-fix-fuzz.rb-shebang.patch	2009-04-28 04:37:23 UTC (rev 3475)
@@ -1,8 +1,7 @@
 --- 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 @@
+@@ -1,2 +1,4 @@
 +#!/usr/bin/env ruby
 +
- $KCODE='UTF8'
  require 'json'
  




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