[DRE-commits] r4725 - in trunk/libwww-mechanize-ruby/debian: . patches source

Gunnar Wolf gwolf at alioth.debian.org
Tue Feb 16 19:44:32 UTC 2010


Author: gwolf
Date: 2010-02-16 19:44:32 +0000 (Tue, 16 Feb 2010)
New Revision: 4725

Added:
   trunk/libwww-mechanize-ruby/debian/source/
   trunk/libwww-mechanize-ruby/debian/source/format
Modified:
   trunk/libwww-mechanize-ruby/debian/changelog
   trunk/libwww-mechanize-ruby/debian/control
   trunk/libwww-mechanize-ruby/debian/patches/fix-bug.patch
   trunk/libwww-mechanize-ruby/debian/rules
Log:
Ported package to Ruby 1.9.1

Modified: trunk/libwww-mechanize-ruby/debian/changelog
===================================================================
--- trunk/libwww-mechanize-ruby/debian/changelog	2010-02-16 17:23:58 UTC (rev 4724)
+++ trunk/libwww-mechanize-ruby/debian/changelog	2010-02-16 19:44:32 UTC (rev 4725)
@@ -1,8 +1,17 @@
 libwww-mechanize-ruby (0.9.3-2) UNRELEASED; urgency=low
 
+  [ Lucas Nussbaum ]
   * Added Vcs-* fields.
+  
+  [ Gunnar Wolf ]
+  * Port the package to Ruby 1.9.1 (Closes: #569879)
+  * Added myself as an uploader
+  * Standards-version 3.8.1→3.8.4 (no changes needed)
+  * Switched package source format to 3.0 (quilt); dropped build-
+    dependency on quilt (and removed all of its invocations)
+  * Added DEP3 headers to patch
 
- -- Lucas Nussbaum <lucas at lucas-nussbaum.net>  Sat, 08 Aug 2009 17:30:47 +0200
+ -- Gunnar Wolf <gwolf at debian.org>  Tue, 16 Feb 2010 13:21:13 -0600
 
 libwww-mechanize-ruby (0.9.3-1) unstable; urgency=low
 

Modified: trunk/libwww-mechanize-ruby/debian/control
===================================================================
--- trunk/libwww-mechanize-ruby/debian/control	2010-02-16 17:23:58 UTC (rev 4724)
+++ trunk/libwww-mechanize-ruby/debian/control	2010-02-16 19:44:32 UTC (rev 4725)
@@ -3,12 +3,12 @@
 Priority: extra
 Maintainer: Ryan Niebur <ryanryan52 at gmail.com>
 DM-Upload-Allowed: yes
-Uploaders: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers at lists.alioth.debian.org>
-Build-Depends: cdbs, debhelper (>= 5), ruby-pkg-tools (>= 0.8), quilt
+Uploaders: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers at lists.alioth.debian.org>, Gunnar Wolf <gwolf at debian.org>
+Build-Depends: cdbs, debhelper (>= 5), ruby-pkg-tools (>= 0.17)
 Build-Depends-Indep: graphviz
 Vcs-Svn: svn://svn.debian.org/svn/pkg-ruby-extras/trunk/libwww-mechanize-ruby/
 Vcs-Browser: http://svn.debian.org/viewsvn/pkg-ruby-extras/trunk/libwww-mechanize-ruby/
-Standards-Version: 3.8.1
+Standards-Version: 3.8.4
 Homepage: http://mechanize.rubyforge.org
 
 Package: libwww-mechanize-ruby
@@ -38,18 +38,18 @@
  .
  This package is built for Ruby 1.8.
 
-Package: libwww-mechanize-ruby1.9
+Package: libwww-mechanize-ruby1.9.1
 Architecture: all
-Depends: ruby1.9, libnokogiri-ruby1.9, libopenssl-ruby1.9, ${misc:Depends}
+Depends: ruby1.9.1, libnokogiri-ruby1.9.1, libopenssl-ruby1.9.1, ${misc:Depends}
 Suggests: libwww-mechanize-ruby-doc
-Description: Automate interaction with websites (Ruby 1.9)
+Description: Automate interaction with websites (Ruby 1.9.1)
  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.
  .
- This package is built for Ruby 1.9.
+ This package is built for Ruby 1.9.1.
 
 Package: libwww-mechanize-ruby-doc
 Section: doc

Modified: trunk/libwww-mechanize-ruby/debian/patches/fix-bug.patch
===================================================================
--- trunk/libwww-mechanize-ruby/debian/patches/fix-bug.patch	2010-02-16 17:23:58 UTC (rev 4724)
+++ trunk/libwww-mechanize-ruby/debian/patches/fix-bug.patch	2010-02-16 19:44:32 UTC (rev 4725)
@@ -1,4 +1,8 @@
-fix a bug (probably in the wrong place..)
+Description: Avoid a TypeError exception when native charset is not specified
+Origin: vendor
+Author: Ryan Niebur <ryanryan52 at gmail.com>
+Forwarded: No
+Reviewed-by: Gunnar Wolf <gwolf at debian.org>
 
 --- a/lib/www/mechanize/util.rb
 +++ b/lib/www/mechanize/util.rb

Modified: trunk/libwww-mechanize-ruby/debian/rules
===================================================================
--- trunk/libwww-mechanize-ruby/debian/rules	2010-02-16 17:23:58 UTC (rev 4724)
+++ trunk/libwww-mechanize-ruby/debian/rules	2010-02-16 19:44:32 UTC (rev 4725)
@@ -4,6 +4,5 @@
 
 include /usr/share/cdbs/1/rules/debhelper.mk
 include /usr/share/ruby-pkg-tools/1/class/ruby-common.mk
-include /usr/share/cdbs/1/rules/patchsys-quilt.mk
 
 DEB_INSTALL_CHANGELOGS_ALL=CHANGELOG.rdoc

Added: trunk/libwww-mechanize-ruby/debian/source/format
===================================================================
--- trunk/libwww-mechanize-ruby/debian/source/format	                        (rev 0)
+++ trunk/libwww-mechanize-ruby/debian/source/format	2010-02-16 19:44:32 UTC (rev 4725)
@@ -0,0 +1 @@
+3.0 (quilt)




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