[Pkg-ruby-extras-maintainers] r889 - in packages/libhpricot-ruby/trunk: . debian

Ari Pollak ari at costa.debian.org
Sat Oct 7 16:12:10 UTC 2006


Author: ari
Date: 2006-10-07 16:12:09 +0000 (Sat, 07 Oct 2006)
New Revision: 889

Added:
   packages/libhpricot-ruby/trunk/debian/
   packages/libhpricot-ruby/trunk/debian/changelog
   packages/libhpricot-ruby/trunk/debian/compat
   packages/libhpricot-ruby/trunk/debian/control
   packages/libhpricot-ruby/trunk/debian/control.in
   packages/libhpricot-ruby/trunk/debian/copyright
   packages/libhpricot-ruby/trunk/debian/dirs
   packages/libhpricot-ruby/trunk/debian/docs
   packages/libhpricot-ruby/trunk/debian/libhpricot-ruby1.8.dirs
   packages/libhpricot-ruby/trunk/debian/libhpricot-ruby1.8.install
   packages/libhpricot-ruby/trunk/debian/libhpricot-ruby1.9.dirs
   packages/libhpricot-ruby/trunk/debian/libhpricot-ruby1.9.install
   packages/libhpricot-ruby/trunk/debian/rules
   packages/libhpricot-ruby/trunk/debian/watch
Log:
Load newtrunk into packages/libhpricot-ruby/trunk.


Added: packages/libhpricot-ruby/trunk/debian/changelog
===================================================================
--- packages/libhpricot-ruby/trunk/debian/changelog	                        (rev 0)
+++ packages/libhpricot-ruby/trunk/debian/changelog	2006-10-07 16:12:09 UTC (rev 889)
@@ -0,0 +1,6 @@
+libhpricot-ruby (0.4-1) unstable; urgency=low
+
+  * Initial release (Closes: #391329)
+
+ -- Ari Pollak <ari at debian.org>  Fri,  6 Oct 2006 19:22:48 -0400
+

Added: packages/libhpricot-ruby/trunk/debian/compat
===================================================================
--- packages/libhpricot-ruby/trunk/debian/compat	                        (rev 0)
+++ packages/libhpricot-ruby/trunk/debian/compat	2006-10-07 16:12:09 UTC (rev 889)
@@ -0,0 +1 @@
+5

Added: packages/libhpricot-ruby/trunk/debian/control
===================================================================
--- packages/libhpricot-ruby/trunk/debian/control	                        (rev 0)
+++ packages/libhpricot-ruby/trunk/debian/control	2006-10-07 16:12:09 UTC (rev 889)
@@ -0,0 +1,57 @@
+Source: libhpricot-ruby
+Section: libs
+Priority: extra
+Maintainer: Ari Pollak <ari at debian.org>
+Uploaders: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers at lists.alioth.debian.org>, Antonio S. de A. Terceiro <asaterceiro at inf.ufrgs.br>, David Moreno Garza <damog at debian.org>, David Nusinow <dnusinow at debian.org>, Paul van Tilburg <paulvt at debian.org>, Esteban Manchado Velázquez <zoso at debian.org>, Arnaud Cornet <arnaud.cornet at gmail.com>, Lucas Nussbaum <lucas at lucas-nussbaum.net>, Thierry Reding <thierry at doppeltgemoppelt.de>, Marc Dequènes (Duck) <Duck at DuckCorp.org>, Daigo Moriwaki <daigo at debian.org>, Vincent Fourmond <vincent.fourmond at 9online.fr>, Rudi Cilibrasi <cilibrar at cilibrar.com>, Patrick Ringl <patrick_ at freenet.de>
+Build-Depends: cdbs, debhelper (>= 5), ruby-pkg-tools (>= 0.8), 
+ ruby1.8, ruby1.8-dev, ruby1.9, ruby1.9-dev
+Standards-Version: 3.7.2
+
+Package: libhpricot-ruby
+Architecture: all
+Depends: libhpricot-ruby1.8
+Description: A 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.
+ .
+ Homepage: http://code.whytheluckystiff.net/hpricot/
+ .
+ This is a dependency package which depends on Debian's default Ruby version
+ (currently 1.8).
+
+Package: libhpricot-ruby1.8
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}
+Description: A 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.
+ .
+ Homepage: http://code.whytheluckystiff.net/hpricot/
+ .
+ This package is built for Ruby 1.8.
+
+Package: libhpricot-ruby1.9
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}
+Description: A 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.
+ .
+ Homepage: http://code.whytheluckystiff.net/hpricot/
+ .
+ This package is built for Ruby 1.9.

Added: packages/libhpricot-ruby/trunk/debian/control.in
===================================================================
--- packages/libhpricot-ruby/trunk/debian/control.in	                        (rev 0)
+++ packages/libhpricot-ruby/trunk/debian/control.in	2006-10-07 16:12:09 UTC (rev 889)
@@ -0,0 +1,57 @@
+Source: libhpricot-ruby
+Section: libs
+Priority: extra
+Maintainer: Ari Pollak <ari at debian.org>
+Uploaders: @RUBY_EXTRAS_TEAM@
+Build-Depends: cdbs, debhelper (>= 5), ruby-pkg-tools (>= 0.8), 
+ ruby1.8, ruby1.8-dev, ruby1.9, ruby1.9-dev
+Standards-Version: 3.7.2
+
+Package: libhpricot-ruby
+Architecture: all
+Depends: libhpricot-ruby1.8
+Description: A 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.
+ .
+ Homepage: http://code.whytheluckystiff.net/hpricot/
+ .
+ This is a dependency package which depends on Debian's default Ruby version
+ (currently 1.8).
+
+Package: libhpricot-ruby1.8
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}
+Description: A 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.
+ .
+ Homepage: http://code.whytheluckystiff.net/hpricot/
+ .
+ This package is built for Ruby 1.8.
+
+Package: libhpricot-ruby1.9
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}
+Description: A 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.
+ .
+ Homepage: http://code.whytheluckystiff.net/hpricot/
+ .
+ This package is built for Ruby 1.9.

Added: packages/libhpricot-ruby/trunk/debian/copyright
===================================================================
--- packages/libhpricot-ruby/trunk/debian/copyright	                        (rev 0)
+++ packages/libhpricot-ruby/trunk/debian/copyright	2006-10-07 16:12:09 UTC (rev 889)
@@ -0,0 +1,28 @@
+This package was debianized by Ari Pollak <ari at debian.org> on
+Fri,  6 Oct 2006 19:22:48 -0400.
+
+It was downloaded from <http://code.whytheluckystiff.net/hpricot/>
+
+Copyright: (c) 2006 Why the lucky stiff <why at whytheluckystiff.net>
+
+License:
+
+Permission is hereby granted, free of charge, to any person obtaining a copy
+of this software and associated documentation files (the "Software"), to
+deal in the Software without restriction, including without limitation the
+rights to use, copy, modify, merge, publish, distribute, sublicense, and/or
+sell copies of the Software, and to permit persons to whom the Software is
+furnished to do so, subject to the following conditions:
+  
+The above copyright notice and this permission notice shall be included in
+all copies or substantial portions of the Software.
+   
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
+THE AUTHORS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER 
+IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
+CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
+
+The Debian packaging is (C) 2006, Ari Pollak <ari at debian.org> and
+is licensed under the GPL, see `/usr/share/common-licenses/GPL'.

Added: packages/libhpricot-ruby/trunk/debian/dirs
===================================================================
--- packages/libhpricot-ruby/trunk/debian/dirs	                        (rev 0)
+++ packages/libhpricot-ruby/trunk/debian/dirs	2006-10-07 16:12:09 UTC (rev 889)
@@ -0,0 +1,2 @@
+usr/bin
+usr/sbin

Added: packages/libhpricot-ruby/trunk/debian/docs
===================================================================
--- packages/libhpricot-ruby/trunk/debian/docs	                        (rev 0)
+++ packages/libhpricot-ruby/trunk/debian/docs	2006-10-07 16:12:09 UTC (rev 889)
@@ -0,0 +1 @@
+README

Added: packages/libhpricot-ruby/trunk/debian/libhpricot-ruby1.8.dirs
===================================================================
--- packages/libhpricot-ruby/trunk/debian/libhpricot-ruby1.8.dirs	                        (rev 0)
+++ packages/libhpricot-ruby/trunk/debian/libhpricot-ruby1.8.dirs	2006-10-07 16:12:09 UTC (rev 889)
@@ -0,0 +1 @@
+usr/lib/ruby/1.8

Added: packages/libhpricot-ruby/trunk/debian/libhpricot-ruby1.8.install
===================================================================
--- packages/libhpricot-ruby/trunk/debian/libhpricot-ruby1.8.install	                        (rev 0)
+++ packages/libhpricot-ruby/trunk/debian/libhpricot-ruby1.8.install	2006-10-07 16:12:09 UTC (rev 889)
@@ -0,0 +1,2 @@
+lib/hpricot.rb usr/lib/ruby/1.8/
+lib/hpricot usr/lib/ruby/1.8/

Added: packages/libhpricot-ruby/trunk/debian/libhpricot-ruby1.9.dirs
===================================================================
--- packages/libhpricot-ruby/trunk/debian/libhpricot-ruby1.9.dirs	                        (rev 0)
+++ packages/libhpricot-ruby/trunk/debian/libhpricot-ruby1.9.dirs	2006-10-07 16:12:09 UTC (rev 889)
@@ -0,0 +1 @@
+usr/lib/ruby/1.9

Added: packages/libhpricot-ruby/trunk/debian/libhpricot-ruby1.9.install
===================================================================
--- packages/libhpricot-ruby/trunk/debian/libhpricot-ruby1.9.install	                        (rev 0)
+++ packages/libhpricot-ruby/trunk/debian/libhpricot-ruby1.9.install	2006-10-07 16:12:09 UTC (rev 889)
@@ -0,0 +1,2 @@
+lib/hpricot.rb usr/lib/ruby/1.9/
+lib/hpricot usr/lib/ruby/1.9/

Added: packages/libhpricot-ruby/trunk/debian/rules
===================================================================
--- packages/libhpricot-ruby/trunk/debian/rules	                        (rev 0)
+++ packages/libhpricot-ruby/trunk/debian/rules	2006-10-07 16:12:09 UTC (rev 889)
@@ -0,0 +1,11 @@
+#!/usr/bin/make -f
+  
+DEB_AUTO_CLEANUP_RCS := yes
+
+include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/cdbs/1/rules/simple-patchsys.mk
+include /usr/share/ruby-pkg-tools/1/class/ruby-extconf-rb.mk
+include /usr/share/ruby-pkg-tools/1/rules/uploaders.mk
+
+DEB_RUBY_SETUP_CMD := ext/hpricot_scan/extconf.rb
+DEB_RUBY_ARCHDIR=$(strip $(shell ruby$(cdbs_ruby_ver) -rrbconfig -e 'puts Config::CONFIG["archdir"]'))


Property changes on: packages/libhpricot-ruby/trunk/debian/rules
___________________________________________________________________
Name: svn:executable
   + *

Added: packages/libhpricot-ruby/trunk/debian/watch
===================================================================
--- packages/libhpricot-ruby/trunk/debian/watch	                        (rev 0)
+++ packages/libhpricot-ruby/trunk/debian/watch	2006-10-07 16:12:09 UTC (rev 889)
@@ -0,0 +1,2 @@
+version=3
+http://code.whytheluckystiff.net/dist/hpricot-(.*)\.tgz




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