r18946 - in /trunk/libhttp-proxy-perl: debian/changelog debian/compat debian/control lib/HTTP/Proxy/BodyFilter/save.pm

gregoa at users.alioth.debian.org gregoa at users.alioth.debian.org
Sun Apr 20 19:32:43 UTC 2008


Author: gregoa
Date: Sun Apr 20 19:32:42 2008
New Revision: 18946

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=18946
Log:
* debian/control:
  - move libmodule-build-perl to Build-Depends
  - add /me to Uploaders
  - set Standards-Version to 3.7.3 (no changes)
  - bump debhelper dependency to >= 5 (and adjust debian/compat)
  - add libtest-pod-perl, libtest-pod-coverage-perl to Build-Depends-Indep
* Revert direct changes to lib/HTTP/Proxy/BodyFilter/save.pm.

Modified:
    trunk/libhttp-proxy-perl/debian/changelog
    trunk/libhttp-proxy-perl/debian/compat
    trunk/libhttp-proxy-perl/debian/control
    trunk/libhttp-proxy-perl/lib/HTTP/Proxy/BodyFilter/save.pm

Modified: trunk/libhttp-proxy-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libhttp-proxy-perl/debian/changelog?rev=18946&op=diff
==============================================================================
--- trunk/libhttp-proxy-perl/debian/changelog (original)
+++ trunk/libhttp-proxy-perl/debian/changelog Sun Apr 20 19:32:42 2008
@@ -15,8 +15,15 @@
   * Remove debian/libhttp-proxy-perl.docs and install README directly from
     debian/rules.
   * debian/rules: refresh with dh-make-perl's help; activate test suite.
+  * debian/control:
+    - move libmodule-build-perl to Build-Depends
+    - add /me to Uploaders
+    - set Standards-Version to 3.7.3 (no changes)
+    - bump debhelper dependency to >= 5 (and adjust debian/compat)
+    - add libtest-pod-perl, libtest-pod-coverage-perl to Build-Depends-Indep
+  * Revert direct changes to lib/HTTP/Proxy/BodyFilter/save.pm.
 
- -- gregor herrmann <gregoa at debian.org>  Sun, 20 Apr 2008 21:17:36 +0200
+ -- gregor herrmann <gregoa at debian.org>  Sun, 20 Apr 2008 21:27:28 +0200
 
 libhttp-proxy-perl (0.20-1) unstable; urgency=low
 

Modified: trunk/libhttp-proxy-perl/debian/compat
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libhttp-proxy-perl/debian/compat?rev=18946&op=diff
==============================================================================
--- trunk/libhttp-proxy-perl/debian/compat (original)
+++ trunk/libhttp-proxy-perl/debian/compat Sun Apr 20 19:32:42 2008
@@ -1,1 +1,1 @@
-4
+5

Modified: trunk/libhttp-proxy-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libhttp-proxy-perl/debian/control?rev=18946&op=diff
==============================================================================
--- trunk/libhttp-proxy-perl/debian/control (original)
+++ trunk/libhttp-proxy-perl/debian/control Sun Apr 20 19:32:42 2008
@@ -2,10 +2,12 @@
 Section: perl
 Priority: optional
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
-Uploaders: Jay Bonci <jaybonci at debian.org>
-Build-Depends: debhelper (>> 4.0.0)
-Build-Depends-Indep: libwww-perl, perl (>= 5.6.0-16), netbase, libmodule-build-perl
-Standards-Version: 3.7.2.2
+Uploaders: Jay Bonci <jaybonci at debian.org>,
+ gregor herrmann <gregoa at debian.org>
+Build-Depends: debhelper (>= 5), libmodule-build-perl
+Build-Depends-Indep: libwww-perl, perl (>= 5.6.0-16), netbase,
+ libtest-pod-perl, libtest-pod-coverage-perl
+Standards-Version: 3.7.3
 Homepage: http://search.cpan.org/dist/HTTP-Proxy/
 Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libhttp-proxy-perl/
 Vcs-Browser: http://svn.debian.org/wsvn/pkg-perl/trunk/libhttp-proxy-perl/

Modified: trunk/libhttp-proxy-perl/lib/HTTP/Proxy/BodyFilter/save.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libhttp-proxy-perl/lib/HTTP/Proxy/BodyFilter/save.pm?rev=18946&op=diff
==============================================================================
--- trunk/libhttp-proxy-perl/lib/HTTP/Proxy/BodyFilter/save.pm (original)
+++ trunk/libhttp-proxy-perl/lib/HTTP/Proxy/BodyFilter/save.pm Sun Apr 20 19:32:42 2008
@@ -292,7 +292,7 @@
 Returning C<""> or C<undef> will prevent the creation of the file.
 This lets a filter decide even more precisely what to save or not,
 even though this should be done in the match subroutine (see
-HTTP::Proxy's C<pushe_filte()> method).
+HTTP::Proxy's C<pushè_filte()> method).
 
 =back
 
@@ -409,7 +409,7 @@
 
 Thanks to Nicolas Chuche for telling me about C<O_EXCL>.
 
-Thanks to RafaE<emul>l Garcia-Suarez and David Rigaudiere for their help on
+Thanks to Rafaël Garcia-Suarez and David Rigaudiere for their help on
 irc while coding the nasty C<begin()> method. C<;-)>
 
 Thanks to Howard Jones for the inspiration and initial patch for the




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