r61217 - in /trunk/libwww-mechanize-shell-perl/debian: README.source changelog control copyright patches/response-dumper.patch patches/series patches/spelling.patch rules source/ source/format

ansgar-guest at users.alioth.debian.org ansgar-guest at users.alioth.debian.org
Thu Aug 5 11:39:48 UTC 2010


Author: ansgar-guest
Date: Thu Aug  5 11:39:37 2010
New Revision: 61217

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=61217
Log:
* LWP::UserAgent::request is now called in list context. The wrapper then
  has an arrayref in $_[-1] instead of an object and response_dumper needs
  to be adjusted for this. (Closes: #591126)
  + new patch: response-dumper.patch
* Fix a spelling error in the documentation.
  + new patch: spelling.patch
* Make build-dep on perl unversioned.
* Use source format 3.0 (quilt); drop README.source and quilt framework.
* debian/copyright: Formatting changes for current DEP-5 proposal;
  refer to /usr/share/common-licenses/GPL-1; list copyright holders for
  Debian packaging.
* Bump Standards-Version to 3.9.1.
* Add myself to Uploaders.

Added:
    trunk/libwww-mechanize-shell-perl/debian/patches/response-dumper.patch
    trunk/libwww-mechanize-shell-perl/debian/patches/spelling.patch
    trunk/libwww-mechanize-shell-perl/debian/source/
    trunk/libwww-mechanize-shell-perl/debian/source/format
Removed:
    trunk/libwww-mechanize-shell-perl/debian/README.source
Modified:
    trunk/libwww-mechanize-shell-perl/debian/changelog
    trunk/libwww-mechanize-shell-perl/debian/control
    trunk/libwww-mechanize-shell-perl/debian/copyright
    trunk/libwww-mechanize-shell-perl/debian/patches/series
    trunk/libwww-mechanize-shell-perl/debian/rules

Modified: trunk/libwww-mechanize-shell-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libwww-mechanize-shell-perl/debian/changelog?rev=61217&op=diff
==============================================================================
--- trunk/libwww-mechanize-shell-perl/debian/changelog (original)
+++ trunk/libwww-mechanize-shell-perl/debian/changelog Thu Aug  5 11:39:37 2010
@@ -1,10 +1,26 @@
-libwww-mechanize-shell-perl (0.48-3) UNRELEASED; urgency=low
+libwww-mechanize-shell-perl (0.48-3) unstable; urgency=low
 
+  [ gregor herrmann ]
   * Remove Michael Mende from Uploaders on request of the MIA team
     (closes: #578183).
   * debian/rules: switch order of arguments to dh.
 
- -- gregor herrmann <gregoa at debian.org>  Sat, 17 Apr 2010 19:51:51 +0200
+  [ Ansgar Burchardt ]
+  * LWP::UserAgent::request is now called in list context. The wrapper then
+    has an arrayref in $_[-1] instead of an object and response_dumper needs
+    to be adjusted for this. (Closes: #591126)
+    + new patch: response-dumper.patch
+  * Fix a spelling error in the documentation.
+    + new patch: spelling.patch
+  * Make build-dep on perl unversioned.
+  * Use source format 3.0 (quilt); drop README.source and quilt framework.
+  * debian/copyright: Formatting changes for current DEP-5 proposal;
+    refer to /usr/share/common-licenses/GPL-1; list copyright holders for
+    Debian packaging.
+  * Bump Standards-Version to 3.9.1.
+  * Add myself to Uploaders.
+
+ -- Ansgar Burchardt <ansgar at 43-1.org>  Thu, 05 Aug 2010 20:15:03 +0900
 
 libwww-mechanize-shell-perl (0.48-2) unstable; urgency=low
 

Modified: trunk/libwww-mechanize-shell-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libwww-mechanize-shell-perl/debian/control?rev=61217&op=diff
==============================================================================
--- trunk/libwww-mechanize-shell-perl/debian/control (original)
+++ trunk/libwww-mechanize-shell-perl/debian/control Thu Aug  5 11:39:37 2010
@@ -1,16 +1,17 @@
 Source: libwww-mechanize-shell-perl
 Section: perl
 Priority: optional
-Build-Depends: debhelper (>= 7.0.50), quilt (>= 0.46-7)
-Build-Depends-Indep: perl (>= 5.8.8-7), liburi-perl, libhtml-parser-perl,
+Build-Depends: debhelper (>= 7.0.50)
+Build-Depends-Indep: perl, liburi-perl, libhtml-parser-perl,
  libhook-lexwrap-perl, libwww-perl, libwww-mechanize-perl,
  libwww-mechanize-formfiller-perl, libterm-shell-perl,
  libhtml-tokeparser-simple-perl, libhtml-tableextract-perl,
  libtest-mockobject-perl, libtest-pod-perl, libhtml-display-perl, netbase,
  libtest-inline-perl, libtest-without-module-perl, libpod-constants-perl
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
-Uploaders: Damyan Ivanov <dmn at debian.org>, gregor herrmann <gregoa at debian.org>
-Standards-Version: 3.8.2
+Uploaders: Damyan Ivanov <dmn at debian.org>, gregor herrmann <gregoa at debian.org>,
+ Ansgar Burchardt <ansgar at 43-1.org>
+Standards-Version: 3.9.1
 Homepage: http://search.cpan.org/dist/WWW-Mechanize-Shell/
 Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libwww-mechanize-shell-perl/
 Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libwww-mechanize-shell-perl/

Modified: trunk/libwww-mechanize-shell-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libwww-mechanize-shell-perl/debian/copyright?rev=61217&op=diff
==============================================================================
--- trunk/libwww-mechanize-shell-perl/debian/copyright (original)
+++ trunk/libwww-mechanize-shell-perl/debian/copyright Thu Aug  5 11:39:37 2010
@@ -1,29 +1,31 @@
-Format-Specification:
-    http://wiki.debian.org/Proposals/CopyrightFormat?action=recall&rev=196
-Upstream-Maintainer: Max Maischein, <corion at cpan.org>
-Upstream-Source: http://search.cpan.org/dist/WWW-Mechanize-Shell/
-Upstream-Name: WWW-Mechanize-Shell
+Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=135
+Maintainer: Max Maischein <corion at cpan.org>
+Source: http://search.cpan.org/dist/WWW-Mechanize-Shell/
+Name: WWW-Mechanize-Shell
 
-Files: *
-Copyright: 2002,2008 Max Maischein, <corion at cpan.org>
-License-Alias: Perl
-License: Artistic | GPL-1+
+Copyright: 2002-2008, Max Maischein <corion at cpan.org>
+License: Artistic or GPL-1+
 
 Files: debian/*
-Copyright:  2007-2009, various members of the Debian Perl Group,
- cf. debian/changelog
-License: Artistic | GPL-1+
+Copyright:
+ 2007-2008, Michael Mende <debian at menole.net>
+ 2007,      Damyan Ivanov <dmn at debian.org>
+ 2009-2010, gregor herrmann <gregoa at debian.org>
+ 2010,      Ansgar Burchardt <ansgar at 43-1.org>
+License: Artistic or GPL-1+
 
 License: Artistic
-    This program is free software; you can redistribute it and/or modify
-    it under the terms of the Artistic License, which comes with Perl.
-    On Debian GNU/Linux systems, the complete text of the Artistic License
-    can be found in `/usr/share/common-licenses/Artistic'
+ This program is free software; you can redistribute it and/or modify
+ it under the terms of the Artistic License, which comes with Perl.
+ .
+ On Debian GNU/Linux systems, the complete text of the Artistic License
+ can be found in `/usr/share/common-licenses/Artistic'.
 
 License: GPL-1+
-    This program is free software; you can redistribute it and/or modify
-    it under the terms of the GNU General Public License as published by
-    the Free Software Foundation; either version 1, or (at your option)
-    any later version.
-    On Debian GNU/Linux systems, the complete text of the GNU General
-    Public License can be found in `/usr/share/common-licenses/GPL'
+ This program is free software; you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation; either version 1, or (at your option)
+ any later version.
+ .
+ On Debian GNU/Linux systems, the complete text of version 1 of the GNU
+ General Public License can be found in `/usr/share/common-licenses/GPL-1'.

Added: trunk/libwww-mechanize-shell-perl/debian/patches/response-dumper.patch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libwww-mechanize-shell-perl/debian/patches/response-dumper.patch?rev=61217&op=file
==============================================================================
--- trunk/libwww-mechanize-shell-perl/debian/patches/response-dumper.patch (added)
+++ trunk/libwww-mechanize-shell-perl/debian/patches/response-dumper.patch Thu Aug  5 11:39:37 2010
@@ -1,0 +1,27 @@
+From: Ansgar Burchardt <ansgar at 43-1.org>
+Date: Thu, 05 Aug 2010 20:14:51 +0900
+Origin: vendor
+Bug-Debian: http://bugs.debian.org/591126
+Forwarded: https://rt.cpan.org/Ticket/Display.html?id=59246
+Subject: response_dumper needs to handle arrays as well
+
+LWP::UserAgent::request is now called in list context. The wrapper then has
+an arrayref in $_[-1] instead of an object and response_dumper needs to be
+adjusted for this.
+--- libwww-mechanize-shell-perl.orig/lib/WWW/Mechanize/Shell.pm
++++ libwww-mechanize-shell-perl/lib/WWW/Mechanize/Shell.pm
+@@ -318,7 +318,13 @@
+ };
+ 
+ sub request_dumper { print $_[1]->as_string };
+-sub response_dumper { print $_[1]->as_string };
++sub response_dumper {
++  if (ref $_[1] eq 'ARRAY') {
++    print $_[1]->[0]->as_string;
++  } else {
++    print $_[1]->as_string;
++  }
++};
+ 
+ sub re_or_string {
+   my ($self,$arg) = @_;

Modified: trunk/libwww-mechanize-shell-perl/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libwww-mechanize-shell-perl/debian/patches/series?rev=61217&op=diff
==============================================================================
--- trunk/libwww-mechanize-shell-perl/debian/patches/series (original)
+++ trunk/libwww-mechanize-shell-perl/debian/patches/series Thu Aug  5 11:39:37 2010
@@ -1,1 +1,3 @@
 01-fix_test_10.patch
+response-dumper.patch
+spelling.patch

Added: trunk/libwww-mechanize-shell-perl/debian/patches/spelling.patch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libwww-mechanize-shell-perl/debian/patches/spelling.patch?rev=61217&op=file
==============================================================================
--- trunk/libwww-mechanize-shell-perl/debian/patches/spelling.patch (added)
+++ trunk/libwww-mechanize-shell-perl/debian/patches/spelling.patch Thu Aug  5 11:39:37 2010
@@ -1,0 +1,17 @@
+From: Ansgar Burchardt <ansgar at 43-1.org>
+Date: Thu, 05 Aug 2010 20:20:58 +0900
+Origin: vendor
+Forwarded: https://rt.cpan.org/Ticket/Display.html?id=59246
+Subject: Fix spelling error in documentation
+
+--- libwww-mechanize-shell-perl.orig/lib/WWW/Mechanize/Shell.pm
++++ libwww-mechanize-shell-perl/lib/WWW/Mechanize/Shell.pm
+@@ -1967,7 +1967,7 @@
+ =head1 ONLINE HELP
+ 
+ The online help feature is currently a bit broken in C<Term::Shell>,
+-but a fix is in the works. Until then, you can reenable the
++but a fix is in the works. Until then, you can re-enable the
+ dynamic online help by patching C<Term::Shell> :
+ 
+ Remove the three lines

Modified: trunk/libwww-mechanize-shell-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libwww-mechanize-shell-perl/debian/rules?rev=61217&op=diff
==============================================================================
--- trunk/libwww-mechanize-shell-perl/debian/rules (original)
+++ trunk/libwww-mechanize-shell-perl/debian/rules Thu Aug  5 11:39:37 2010
@@ -3,7 +3,7 @@
 TEST_FILES=$(filter-out t/14-command-identity.t,$(shell echo t/*.t))
 
 %:
-	dh $@ --with quilt
+	dh $@
 
 override_dh_auto_test:
 	http_proxy= dh_auto_test -- TEST_FILES="$(TEST_FILES)"

Added: trunk/libwww-mechanize-shell-perl/debian/source/format
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libwww-mechanize-shell-perl/debian/source/format?rev=61217&op=file
==============================================================================
--- trunk/libwww-mechanize-shell-perl/debian/source/format (added)
+++ trunk/libwww-mechanize-shell-perl/debian/source/format Thu Aug  5 11:39:37 2010
@@ -1,0 +1,1 @@
+3.0 (quilt)




More information about the Pkg-perl-cvs-commits mailing list