[DRE-commits] [SCM] ruby-hpricot.git branch, master, updated. upstream/0.8.4-7-g82ce879

Cédric Boutillier cedric.boutillier at gmail.com
Fri Aug 19 10:49:06 UTC 2011


The following commit has been merged in the master branch:
commit 958ae3c08544508ca4b3c69ec646157db5ddaaec
Author: Cédric Boutillier <cedric.boutillier at gmail.com>
Date:   Sun Aug 14 06:19:37 2011 +0200

    update debian/control

diff --git a/debian/control b/debian/control
index 89b764a..d94a2b4 100644
--- a/debian/control
+++ b/debian/control
@@ -2,12 +2,12 @@ Source: ruby-hpricot
 Section: ruby
 Priority: optional
 Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers at lists.alioth.debian.org>
-Uploaders: Cédric Boutillier <cedric.boutillier at gmail.com>
+Uploaders: Ryan Niebur <ryan at debian.org>, Micah Anderson <micah at debian.org>, Cédric Boutillier <cedric.boutillier at gmail.com>
 DM-Upload-Allowed: yes
 Build-Depends: debhelper (>= 7.0.50~), gem2deb (>= 0.2.6~)
 Standards-Version: 3.9.2
-#Vcs-Git: git://git.debian.org/pkg-ruby-extras/ruby-hpricot.git
-#Vcs-Browser: http://git.debian.org/?p=pkg-ruby-extras/ruby-hpricot.git;a=summary
+Vcs-Git: git://git.debian.org/pkg-ruby-extras/ruby-hpricot.git
+Vcs-Browser: http://git.debian.org/?p=pkg-ruby-extras/ruby-hpricot.git;a=summary
 Homepage: http://code.whytheluckystiff.net/hpricot/
 XS-Ruby-Versions: all
 
@@ -15,5 +15,47 @@ Package: ruby-hpricot
 Architecture: any
 XB-Ruby-Versions: ${ruby:Versions}
 Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter
-Description: a swift, liberal HTML parser with a fantastic library
- a swift, liberal HTML parser with a fantastic library
+Description: fast, enjoyable HTML parser
+ 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). 
+ .
+ Also, Hpricot can be handy for reading broken XML files, since many of the
+ same principles are used.  If a quote is missing, Hpricot tries to figure it
+ out.  If tags overlap, Hpricot works on sorting them out.
+Replaces: libhpricot-ruby (<< 0.8.4-1~), libhpricot-ruby1.8 (<< 0.8.4-1~), libhpricot-ruby1.9 (<< 0.8.4-1~), libhpricot-ruby1.9.1 (<< 0.8.4-1~)
+Breaks: libhpricot-ruby (<< 0.8.4-1~), libhpricot-ruby1.8 (<< 0.8.4-1~), libhpricot-ruby1.9 (<< 0.8.4-1~), libhpricot-ruby1.9.1 (<< 0.8.4-1~)
+Provides: libhpricot-ruby, libhpricot-ruby1.8, libhpricot-ruby1.9, libhpricot-ruby1.9.1
+
+Package: libhpricot-ruby
+Section: oldlibs
+Architecture: all
+Depends: ${misc:Depends}, ruby-hpricot
+Description: Transitional package for ruby-hpricot
+ This is a transitional package to ease upgrades to the ruby-hpricot
+ package. It can safely be removed.
+
+Package: libhpricot-ruby1.8
+Section: oldlibs
+Architecture: all
+Depends: ${misc:Depends}, ruby-hpricot
+Description: Transitional package for ruby-hpricot
+ This is a transitional package to ease upgrades to the ruby-hpricot
+ package. It can safely be removed.
+
+Package: libhpricot-ruby1.9
+Section: oldlibs
+Architecture: all
+Depends: ${misc:Depends}, ruby-hpricot
+Description: Transitional package for ruby-hpricot
+ This is a transitional package to ease upgrades to the ruby-hpricot
+ package. It can safely be removed.
+
+Package: libhpricot-ruby1.9.1
+Section: oldlibs
+Architecture: all
+Depends: ${misc:Depends}, ruby-hpricot
+Description: Transitional package for ruby-hpricot
+ This is a transitional package to ease upgrades to the ruby-hpricot
+ package. It can safely be removed.
+

-- 
ruby-hpricot.git



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