[DRE-commits] r4577 - trunk/libhpricot-ruby/debian

Ryan Niebur ryan at alioth.debian.org
Sat Jan 30 07:39:10 UTC 2010


Author: ryan
Date: 2010-01-30 07:39:08 +0000 (Sat, 30 Jan 2010)
New Revision: 4577

Added:
   trunk/libhpricot-ruby/debian/libhpricot-ruby1.9.1.install
Removed:
   trunk/libhpricot-ruby/debian/libhpricot-ruby1.9.install
Modified:
   trunk/libhpricot-ruby/debian/changelog
   trunk/libhpricot-ruby/debian/control
Log:
switch to ruby 1.9.1 (Closes: #565837)

Modified: trunk/libhpricot-ruby/debian/changelog
===================================================================
--- trunk/libhpricot-ruby/debian/changelog	2010-01-28 20:42:28 UTC (rev 4576)
+++ trunk/libhpricot-ruby/debian/changelog	2010-01-30 07:39:08 UTC (rev 4577)
@@ -1,11 +1,9 @@
 libhpricot-ruby (0.8.2-1) UNRELEASED; urgency=low
 
-  IGNORE-VERSION: 0.8.2-1
-  no need to upload
-
   * New upstream release
+  * switch to ruby 1.9.1 (Closes: #565837)
 
- -- Ryan Niebur <ryan at debian.org>  Thu, 05 Nov 2009 21:14:25 -0800
+ -- Ryan Niebur <ryan at debian.org>  Fri, 29 Jan 2010 23:35:45 -0800
 
 libhpricot-ruby (0.8.1-1) unstable; urgency=low
 

Modified: trunk/libhpricot-ruby/debian/control
===================================================================
--- trunk/libhpricot-ruby/debian/control	2010-01-28 20:42:28 UTC (rev 4576)
+++ trunk/libhpricot-ruby/debian/control	2010-01-30 07:39:08 UTC (rev 4577)
@@ -40,10 +40,10 @@
  .
  This package is built for Ruby 1.8.
 
-Package: libhpricot-ruby1.9
+Package: libhpricot-ruby1.9.1
 Architecture: any
 Depends: ${shlibs:Depends}, ${misc:Depends}
-Description: fast, enjoyable HTML parser (Ruby 1.9)
+Description: fast, enjoyable HTML parser (Ruby 1.9.1)
  Hpricot is a fast, flexible HTML parser written in C.  It's designed to be
  very accomodating (like Tanaka Akira's HTree) and to have a very helpful
  library (like some JavaScript libs -- JQuery, Prototype -- give you.)
@@ -52,4 +52,4 @@
  same principles are used.  If a quote is missing, Hpricot tries to figure it
  out.  If tags overlap, Hpricot works on sorting them out.
  .
- This package is built for Ruby 1.9.
+ This package is built for Ruby 1.9.1.

Copied: trunk/libhpricot-ruby/debian/libhpricot-ruby1.9.1.install (from rev 4576, trunk/libhpricot-ruby/debian/libhpricot-ruby1.9.install)
===================================================================
--- trunk/libhpricot-ruby/debian/libhpricot-ruby1.9.1.install	                        (rev 0)
+++ trunk/libhpricot-ruby/debian/libhpricot-ruby1.9.1.install	2010-01-30 07:39:08 UTC (rev 4577)
@@ -0,0 +1,2 @@
+lib/hpricot.rb usr/lib/ruby/1.9.0/
+lib/hpricot usr/lib/ruby/1.9.0/

Deleted: trunk/libhpricot-ruby/debian/libhpricot-ruby1.9.install
===================================================================
--- trunk/libhpricot-ruby/debian/libhpricot-ruby1.9.install	2010-01-28 20:42:28 UTC (rev 4576)
+++ trunk/libhpricot-ruby/debian/libhpricot-ruby1.9.install	2010-01-30 07:39:08 UTC (rev 4577)
@@ -1,2 +0,0 @@
-lib/hpricot.rb usr/lib/ruby/1.9.0/
-lib/hpricot usr/lib/ruby/1.9.0/




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