r77003 - in /trunk/libhttp-proxy-perl/debian: changelog patches/pod_coverage.patch

carnil at users.alioth.debian.org carnil at users.alioth.debian.org
Sun Jul 3 12:42:12 UTC 2011


Author: carnil
Date: Sun Jul  3 12:42:04 2011
New Revision: 77003

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=77003
Log:
* debian/patches:
  - Remove pod_spelling.patch as it was fixed upstream.
  - Update pod_coverage.patch to exclude too 'worker' subroutine.

Modified:
    trunk/libhttp-proxy-perl/debian/changelog
    trunk/libhttp-proxy-perl/debian/patches/pod_coverage.patch

Modified: trunk/libhttp-proxy-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libhttp-proxy-perl/debian/changelog?rev=77003&op=diff
==============================================================================
--- trunk/libhttp-proxy-perl/debian/changelog (original)
+++ trunk/libhttp-proxy-perl/debian/changelog Sun Jul  3 12:42:04 2011
@@ -1,13 +1,14 @@
-libhttp-proxy-perl (0.25-1) UNRELEASED; urgency=low
+libhttp-proxy-perl (0.25-1) unstable; urgency=low
 
   * Team upload.
   * New upstream release
   * debian/copyright: Update copyright years.
-  * debian/patches: Remove pod_spelling.patch as it was fixed
-    upstream.
+  * debian/patches:
+    - Remove pod_spelling.patch as it was fixed upstream.
+    - Update pod_coverage.patch to exclude too 'worker' subroutine.
   * debian/control: Move perl from Build-Depends-Indep to Build-Depends.
 
- -- Salvatore Bonaccorso <carnil at debian.org>  Sun, 03 Jul 2011 14:08:50 +0200
+ -- Salvatore Bonaccorso <carnil at debian.org>  Sun, 03 Jul 2011 14:41:18 +0200
 
 libhttp-proxy-perl (0.24-3) unstable; urgency=low
 

Modified: trunk/libhttp-proxy-perl/debian/patches/pod_coverage.patch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libhttp-proxy-perl/debian/patches/pod_coverage.patch?rev=77003&op=diff
==============================================================================
--- trunk/libhttp-proxy-perl/debian/patches/pod_coverage.patch (original)
+++ trunk/libhttp-proxy-perl/debian/patches/pod_coverage.patch Sun Jul  3 12:42:04 2011
@@ -4,7 +4,8 @@
 Bug-Debian: http://bugs.debian.org/578940
 Forwarded: no
 Author: gregor herrmann <gregoa at debian.org>
-Last-Update: 2011-05-04
+Reviewed-by: Salvatore Bonaccorso <carnil at debian.org>
+Last-Update: 2011-07-03
 
 --- a/t/02pod-coverage.t
 +++ b/t/02pod-coverage.t
@@ -13,4 +14,4 @@
  eval "use Test::Pod::Coverage 1.04";
  plan skip_all => "Test::Pod::Coverage 1.04 required for testing POD coverage" if $@;
 -all_pod_coverage_ok();
-+all_pod_coverage_ok({ also_private => [ qr/^ERROR$/ ] });
++all_pod_coverage_ok({ also_private => [ qr/^ERROR$/ qr/^worker$/ ] });




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