[Pkg-ruby-extras-maintainers] r901 - in packages/libwww-mechanize-ruby/trunk: . debian

Ari Pollak ari at costa.debian.org
Sat Oct 7 18:37:56 UTC 2006


Author: ari
Date: 2006-10-07 18:37:55 +0000 (Sat, 07 Oct 2006)
New Revision: 901

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


Added: packages/libwww-mechanize-ruby/trunk/debian/changelog
===================================================================
--- packages/libwww-mechanize-ruby/trunk/debian/changelog	                        (rev 0)
+++ packages/libwww-mechanize-ruby/trunk/debian/changelog	2006-10-07 18:37:55 UTC (rev 901)
@@ -0,0 +1,6 @@
+libwww-mechanize-ruby (0.6.1-1) unstable; urgency=low
+
+  * Initial release (Closes: #391332)
+
+ -- Ari Pollak <ari at debian.org>  Sat,  7 Oct 2006 12:42:26 -0400
+

Added: packages/libwww-mechanize-ruby/trunk/debian/compat
===================================================================
--- packages/libwww-mechanize-ruby/trunk/debian/compat	                        (rev 0)
+++ packages/libwww-mechanize-ruby/trunk/debian/compat	2006-10-07 18:37:55 UTC (rev 901)
@@ -0,0 +1 @@
+5

Added: packages/libwww-mechanize-ruby/trunk/debian/control
===================================================================
--- packages/libwww-mechanize-ruby/trunk/debian/control	                        (rev 0)
+++ packages/libwww-mechanize-ruby/trunk/debian/control	2006-10-07 18:37:55 UTC (rev 901)
@@ -0,0 +1,68 @@
+Source: libwww-mechanize-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)
+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
+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
+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

Added: packages/libwww-mechanize-ruby/trunk/debian/control.in
===================================================================
--- packages/libwww-mechanize-ruby/trunk/debian/control.in	                        (rev 0)
+++ packages/libwww-mechanize-ruby/trunk/debian/control.in	2006-10-07 18:37:55 UTC (rev 901)
@@ -0,0 +1,68 @@
+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
+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
+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

Added: packages/libwww-mechanize-ruby/trunk/debian/copyright
===================================================================
--- packages/libwww-mechanize-ruby/trunk/debian/copyright	                        (rev 0)
+++ packages/libwww-mechanize-ruby/trunk/debian/copyright	2006-10-07 18:37:55 UTC (rev 901)
@@ -0,0 +1,79 @@
+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/>
+
+Upstream author: Aaron Patterson (aaronp at rubyforge.org)
+Copyright: (c) 2005 by Michael Neumann (mneumann at ntecs.de)
+           (c) 2006 by Aaron Patterson (aaronp at rubyforge.org)
+
+
+License:
+WWW::Mechanize is licensed under the GNU GPLv2, which can be found on Debian
+systems at '/usr/share/common-licenses/GPL-2'.
+
+Also included is a copy of some of the net-overrides directory from Ruby 1.9,
+which is dual-licensed under the Ruby license and GNU GPL. The GPL
+may be found on Debian systems at '/usr/share/common-licenses/GPL-2'.
+The text of the Ruby license is as follows:
+--
+Ruby is copyrighted free software by Yukihiro Matsumoto <matz at netlab.co.jp>.
+You can redistribute it and/or modify it under either the terms of the GPL
+(see COPYING file), or the conditions below:
+
+  1. You may make and give away verbatim copies of the source form of the
+     software without restriction, provided that you duplicate all of the
+     original copyright notices and associated disclaimers.
+
+  2. You may modify your copy of the software in any way, provided that
+     you do at least ONE of the following:
+
+       a) place your modifications in the Public Domain or otherwise
+          make them Freely Available, such as by posting said
+          modifications to Usenet or an equivalent medium, or by allowing
+          the author to include your modifications in the software.
+
+       b) use the modified software only within your corporation or
+          organization.
+
+       c) rename any non-standard executables so the names do not conflict
+          with standard executables, which must also be provided.
+
+       d) make other distribution arrangements with the author.
+
+  3. You may distribute the software in object code or executable
+     form, provided that you do at least ONE of the following:
+
+       a) distribute the executables and library files of the software,
+          together with instructions (in the manual page or equivalent)
+          on where to get the original distribution.
+
+       b) accompany the distribution with the machine-readable source of
+          the software.
+
+       c) give non-standard executables non-standard names, with
+          instructions on where to get the original software distribution.
+
+       d) make other distribution arrangements with the author.
+
+  4. You may modify and include the part of the software into any other
+     software (possibly commercial).  But some files in the distribution
+     are not written by the author, so that they are not under this terms.
+     They are gc.c(partly), utils.c(partly), regex.[ch], fnmatch.[ch],
+     glob.c, st.[ch] and some files under the ./missing directory.  See
+     each file for the copying condition.
+
+  5. The scripts and library files supplied as input to or produced as
+     output from the software do not automatically fall under the
+     copyright of the software, but belong to whomever generated them,
+     and may be sold commercially, and may be aggregated with this
+     software.
+
+  6. THIS SOFTWARE IS PROVIDED "AS IS" AND WITHOUT ANY EXPRESS OR
+     IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
+     WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR
+     PURPOSE.
+--
+
+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/libwww-mechanize-ruby/trunk/debian/docs
===================================================================
--- packages/libwww-mechanize-ruby/trunk/debian/docs	                        (rev 0)
+++ packages/libwww-mechanize-ruby/trunk/debian/docs	2006-10-07 18:37:55 UTC (rev 901)
@@ -0,0 +1,4 @@
+EXAMPLES
+GUIDE
+NOTES
+README

Added: packages/libwww-mechanize-ruby/trunk/debian/libwww-mechanize-ruby-doc.rdoc
===================================================================
--- packages/libwww-mechanize-ruby/trunk/debian/libwww-mechanize-ruby-doc.rdoc	                        (rev 0)
+++ packages/libwww-mechanize-ruby/trunk/debian/libwww-mechanize-ruby-doc.rdoc	2006-10-07 18:37:55 UTC (rev 901)
@@ -0,0 +1,4 @@
+README
+EXAMPLES
+GUIDE
+lib

Added: packages/libwww-mechanize-ruby/trunk/debian/libwww-mechanize-ruby1.8.dirs
===================================================================
--- packages/libwww-mechanize-ruby/trunk/debian/libwww-mechanize-ruby1.8.dirs	                        (rev 0)
+++ packages/libwww-mechanize-ruby/trunk/debian/libwww-mechanize-ruby1.8.dirs	2006-10-07 18:37:55 UTC (rev 901)
@@ -0,0 +1 @@
+usr/lib/ruby/1.8

Added: packages/libwww-mechanize-ruby/trunk/debian/libwww-mechanize-ruby1.8.install
===================================================================
--- packages/libwww-mechanize-ruby/trunk/debian/libwww-mechanize-ruby1.8.install	                        (rev 0)
+++ packages/libwww-mechanize-ruby/trunk/debian/libwww-mechanize-ruby1.8.install	2006-10-07 18:37:55 UTC (rev 901)
@@ -0,0 +1 @@
+lib/* usr/lib/ruby/1.8/

Added: packages/libwww-mechanize-ruby/trunk/debian/libwww-mechanize-ruby1.9.dirs
===================================================================
--- packages/libwww-mechanize-ruby/trunk/debian/libwww-mechanize-ruby1.9.dirs	                        (rev 0)
+++ packages/libwww-mechanize-ruby/trunk/debian/libwww-mechanize-ruby1.9.dirs	2006-10-07 18:37:55 UTC (rev 901)
@@ -0,0 +1 @@
+usr/lib/ruby/1.9

Added: packages/libwww-mechanize-ruby/trunk/debian/libwww-mechanize-ruby1.9.install
===================================================================
--- packages/libwww-mechanize-ruby/trunk/debian/libwww-mechanize-ruby1.9.install	                        (rev 0)
+++ packages/libwww-mechanize-ruby/trunk/debian/libwww-mechanize-ruby1.9.install	2006-10-07 18:37:55 UTC (rev 901)
@@ -0,0 +1 @@
+lib/* usr/lib/ruby/1.9/

Added: packages/libwww-mechanize-ruby/trunk/debian/rules
===================================================================
--- packages/libwww-mechanize-ruby/trunk/debian/rules	                        (rev 0)
+++ packages/libwww-mechanize-ruby/trunk/debian/rules	2006-10-07 18:37:55 UTC (rev 901)
@@ -0,0 +1,8 @@
+#!/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-common.mk
+include /usr/share/ruby-pkg-tools/1/rules/uploaders.mk


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

Added: packages/libwww-mechanize-ruby/trunk/debian/watch
===================================================================
--- packages/libwww-mechanize-ruby/trunk/debian/watch	                        (rev 0)
+++ packages/libwww-mechanize-ruby/trunk/debian/watch	2006-10-07 18:37:55 UTC (rev 901)
@@ -0,0 +1,2 @@
+version=3
+http://rubyforge.org/frs/?group_id=1453 .*/mechanize-(.*)\.tgz




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