[DRE-commits] r1378 - packages/libwww-mechanize-ruby/trunk/debian

Ari Pollak ari at alioth.debian.org
Mon Apr 16 01:58:37 UTC 2007


Author: ari
Date: 2007-04-16 01:58:37 +0000 (Mon, 16 Apr 2007)
New Revision: 1378

Removed:
   packages/libwww-mechanize-ruby/trunk/debian/control.in
Modified:
   packages/libwww-mechanize-ruby/trunk/debian/changelog
   packages/libwww-mechanize-ruby/trunk/debian/control
   packages/libwww-mechanize-ruby/trunk/debian/rules
Log:
releasing version 0.6.8-1

Modified: packages/libwww-mechanize-ruby/trunk/debian/changelog
===================================================================
--- packages/libwww-mechanize-ruby/trunk/debian/changelog	2007-04-15 18:44:54 UTC (rev 1377)
+++ packages/libwww-mechanize-ruby/trunk/debian/changelog	2007-04-16 01:58:37 UTC (rev 1378)
@@ -1,3 +1,10 @@
+libwww-mechanize-ruby (0.6.8-1) unstable; urgency=low
+
+  * New upstream release, uploading to unstable
+  * Remove ruby-pkg-extras Uploaders rule as part of migration
+
+ -- Ari Pollak <ari at debian.org>  Sun, 15 Apr 2007 19:22:59 -0400
+
 libwww-mechanize-ruby (0.6.7-1) experimental; urgency=low
 
   * New upstream release

Modified: packages/libwww-mechanize-ruby/trunk/debian/control
===================================================================
--- packages/libwww-mechanize-ruby/trunk/debian/control	2007-04-15 18:44:54 UTC (rev 1377)
+++ packages/libwww-mechanize-ruby/trunk/debian/control	2007-04-16 01:58:37 UTC (rev 1378)
@@ -2,7 +2,6 @@
 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>, Filipe Lautert <filipelautert at celepar.pr.gov.br>, Florian Ragwitz <rafl at debian.org>, Gunnar Wolf <gwolf at debian.org>
 Build-Depends: cdbs, debhelper (>= 5), ruby-pkg-tools (>= 0.8)
 Standards-Version: 3.7.2
 

Deleted: packages/libwww-mechanize-ruby/trunk/debian/control.in
===================================================================
--- packages/libwww-mechanize-ruby/trunk/debian/control.in	2007-04-15 18:44:54 UTC (rev 1377)
+++ packages/libwww-mechanize-ruby/trunk/debian/control.in	2007-04-16 01:58:37 UTC (rev 1378)
@@ -1,68 +0,0 @@
-Source: libwww-mechanize-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)
-Standards-Version: 3.7.2
-
-Package: libwww-mechanize-ruby
-Architecture: all
-Depends: libwww-mechanize-ruby1.8
-Suggests: libwww-mechanize-ruby-doc
-Description: Ruby library to automate interaction with websites
- The WWW::Mechanize library is used for automating interaction with websites.
- Mechanize automatically stores and sends cookies, follows redirects, can
- follow links, and submit forms. Form fields can be populated and submitted.
- Mechanize also keeps track of the sites that you have visited as a history.
- This library is loosely based on WWW::Mechanize for Perl.
- .
- Homepage: http://mechanize.rubyforge.org
- .
- This is a dependency package which depends on Debian's default Ruby version
- (currently 1.8).
-
-Package: libwww-mechanize-ruby1.8
-Architecture: all
-Depends: ruby1.8, libhpricot-ruby1.8, libopenssl-ruby1.8
-Suggests: libwww-mechanize-ruby-doc
-Description: Automate interaction with websites (Ruby 1.8)
- The WWW::Mechanize library is used for automating interaction with websites.
- Mechanize automatically stores and sends cookies, follows redirects, can
- follow links, and submit forms. Form fields can be populated and submitted.
- Mechanize also keeps track of the sites that you have visited as a history.
- This library is loosely based on WWW::Mechanize for Perl.
- .
- Homepage: http://mechanize.rubyforge.org
- .
- This package is built for Ruby 1.8.
-
-Package: libwww-mechanize-ruby1.9
-Architecture: all
-Depends: ruby1.9, libhpricot-ruby1.9, libopenssl-ruby1.9
-Suggests: libwww-mechanize-ruby-doc
-Description: Automate interaction with websites (Ruby 1.9)
- The WWW::Mechanize library is used for automating interaction with websites.
- Mechanize automatically stores and sends cookies, follows redirects, can
- follow links, and submit forms. Form fields can be populated and submitted.
- Mechanize also keeps track of the sites that you have visited as a history.
- This library is loosely based on WWW::Mechanize for Perl.
- .
- Homepage: http://mechanize.rubyforge.org
- .
- This package is built for Ruby 1.9.
-
-Package: libwww-mechanize-ruby-doc
-Section: doc
-Architecture: all
-Depends: libwww-mechanize-ruby
-Description: Documentation for libwww-mechanize-ruby
- This package provides generated HTML documentation for libwww-mechanize-ruby.
- .
- The WWW::Mechanize library is used for automating interaction with websites.
- Mechanize automatically stores and sends cookies, follows redirects, can
- follow links, and submit forms. Form fields can be populated and submitted.
- Mechanize also keeps track of the sites that you have visited as a history.
- This library is loosely based on WWW::Mechanize for Perl.
- .
- Homepage: http://mechanize.rubyforge.org

Modified: packages/libwww-mechanize-ruby/trunk/debian/rules
===================================================================
--- packages/libwww-mechanize-ruby/trunk/debian/rules	2007-04-15 18:44:54 UTC (rev 1377)
+++ packages/libwww-mechanize-ruby/trunk/debian/rules	2007-04-16 01:58:37 UTC (rev 1378)
@@ -5,4 +5,3 @@
 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-common.mk
-include /usr/share/ruby-pkg-tools/1/rules/uploaders.mk




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