[DRE-commits] r1381 - packages/libhpricot-ruby/trunk/debian

Ari Pollak ari at alioth.debian.org
Mon Apr 16 02:02:30 UTC 2007


Author: ari
Date: 2007-04-16 02:02:29 +0000 (Mon, 16 Apr 2007)
New Revision: 1381

Removed:
   packages/libhpricot-ruby/trunk/debian/control.in
Modified:
   packages/libhpricot-ruby/trunk/debian/changelog
   packages/libhpricot-ruby/trunk/debian/control
   packages/libhpricot-ruby/trunk/debian/rules
Log:
* Upload to unstable
* Remove pkg-ruby-extras Uploaders rule as part of migration

Modified: packages/libhpricot-ruby/trunk/debian/changelog
===================================================================
--- packages/libhpricot-ruby/trunk/debian/changelog	2007-04-16 02:01:34 UTC (rev 1380)
+++ packages/libhpricot-ruby/trunk/debian/changelog	2007-04-16 02:02:29 UTC (rev 1381)
@@ -1,3 +1,10 @@
+libhpricot-ruby (0.5-2) UNRELEASED; urgency=low
+
+  * Upload to unstable
+  * Remove pkg-ruby-extras Uploaders rule as part of migration
+
+ -- Ari Pollak <ari at debian.org>  Sun, 15 Apr 2007 22:01:47 -0400
+
 libhpricot-ruby (0.5-1) experimental; urgency=low
 
   * New upstream version (Closes: #410458)

Modified: packages/libhpricot-ruby/trunk/debian/control
===================================================================
--- packages/libhpricot-ruby/trunk/debian/control	2007-04-16 02:01:34 UTC (rev 1380)
+++ packages/libhpricot-ruby/trunk/debian/control	2007-04-16 02:02:29 UTC (rev 1381)
@@ -2,7 +2,7 @@
 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>
+Uploaders: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers at lists.alioth.debian.org>
 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

Deleted: packages/libhpricot-ruby/trunk/debian/control.in
===================================================================
--- packages/libhpricot-ruby/trunk/debian/control.in	2007-04-16 02:01:34 UTC (rev 1380)
+++ packages/libhpricot-ruby/trunk/debian/control.in	2007-04-16 02:02:29 UTC (rev 1381)
@@ -1,57 +0,0 @@
-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.

Modified: packages/libhpricot-ruby/trunk/debian/rules
===================================================================
--- packages/libhpricot-ruby/trunk/debian/rules	2007-04-16 02:01:34 UTC (rev 1380)
+++ packages/libhpricot-ruby/trunk/debian/rules	2007-04-16 02:02:29 UTC (rev 1381)
@@ -5,7 +5,6 @@
 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"]'))




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