r77648 - in /trunk/libpoe-component-client-http-perl/debian: changelog compat control copyright patches/disable_network_tests.patch patches/fix-whatis-entry.patch

gregoa at users.alioth.debian.org gregoa at users.alioth.debian.org
Wed Jul 20 16:58:35 UTC 2011


Author: gregoa
Date: Wed Jul 20 16:58:33 2011
New Revision: 77648

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=77648
Log:
* Set Standards-Version to 3.9.2 (no changes).
* Bump debhelper compatibility level to 8.
* Update patch headers.

Modified:
    trunk/libpoe-component-client-http-perl/debian/changelog
    trunk/libpoe-component-client-http-perl/debian/compat
    trunk/libpoe-component-client-http-perl/debian/control
    trunk/libpoe-component-client-http-perl/debian/copyright
    trunk/libpoe-component-client-http-perl/debian/patches/disable_network_tests.patch
    trunk/libpoe-component-client-http-perl/debian/patches/fix-whatis-entry.patch

Modified: trunk/libpoe-component-client-http-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libpoe-component-client-http-perl/debian/changelog?rev=77648&op=diff
==============================================================================
--- trunk/libpoe-component-client-http-perl/debian/changelog (original)
+++ trunk/libpoe-component-client-http-perl/debian/changelog Wed Jul 20 16:58:33 2011
@@ -6,6 +6,9 @@
 
   [ gregor herrmann ]
   * Add t/01_ssl.t to disable_network_tests.patch (closes: #634593).
+  * Set Standards-Version to 3.9.2 (no changes).
+  * Bump debhelper compatibility level to 8.
+  * Update patch headers.
 
  -- Ansgar Burchardt <ansgar at debian.org>  Sun, 12 Jun 2011 15:05:09 +0200
 

Modified: trunk/libpoe-component-client-http-perl/debian/compat
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libpoe-component-client-http-perl/debian/compat?rev=77648&op=diff
==============================================================================
--- trunk/libpoe-component-client-http-perl/debian/compat (original)
+++ trunk/libpoe-component-client-http-perl/debian/compat Wed Jul 20 16:58:33 2011
@@ -1,1 +1,1 @@
-7
+8

Modified: trunk/libpoe-component-client-http-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libpoe-component-client-http-perl/debian/control?rev=77648&op=diff
==============================================================================
--- trunk/libpoe-component-client-http-perl/debian/control (original)
+++ trunk/libpoe-component-client-http-perl/debian/control Wed Jul 20 16:58:33 2011
@@ -1,7 +1,7 @@
 Source: libpoe-component-client-http-perl
 Section: perl
 Priority: optional
-Build-Depends: debhelper (>= 7.0.50)
+Build-Depends: debhelper (>= 8)
 Build-Depends-Indep: perl,
  libpoe-component-client-keepalive-perl (>= 0.2670),
  libpoe-component-sslify-perl,
@@ -17,7 +17,7 @@
 Uploaders: Jonathan Yu <jawnsy at cpan.org>, Antonio Radici <antonio at dyne.org>,
  Jose Luis Rivas <ghostbar at debian.org>, gregor herrmann <gregoa at debian.org>,
  Martín Ferrari <tincho at debian.org>
-Standards-Version: 3.9.1
+Standards-Version: 3.9.2
 Homepage: http://search.cpan.org/dist/POE-Component-Client-HTTP/
 Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libpoe-component-client-http-perl/
 Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libpoe-component-client-http-perl/

Modified: trunk/libpoe-component-client-http-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libpoe-component-client-http-perl/debian/copyright?rev=77648&op=diff
==============================================================================
--- trunk/libpoe-component-client-http-perl/debian/copyright (original)
+++ trunk/libpoe-component-client-http-perl/debian/copyright Wed Jul 20 16:58:33 2011
@@ -11,7 +11,7 @@
 
 Files: debian/*
 Copyright: 2009-2011, Jonathan Yu <jawnsy at cpan.org>
- 2008-2009, gregor herrmann <gregoa at debian.org>
+ 2008-2011, gregor herrmann <gregoa at debian.org>
  2009 Antonio Radici <antonio at dyne.org>
  2008 Jose Luis Rivas <ghostbar at debian.org>
  2008, Martín Ferrari <tincho at debian.org>

Modified: trunk/libpoe-component-client-http-perl/debian/patches/disable_network_tests.patch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libpoe-component-client-http-perl/debian/patches/disable_network_tests.patch?rev=77648&op=diff
==============================================================================
--- trunk/libpoe-component-client-http-perl/debian/patches/disable_network_tests.patch (original)
+++ trunk/libpoe-component-client-http-perl/debian/patches/disable_network_tests.patch Wed Jul 20 16:58:33 2011
@@ -1,5 +1,7 @@
+Description: skipinternet tests unless HAS_INTERNET is set.
+Forwarded: not-needed
 Author: gregor herrmann <gregoa at debian.org>
-Description: skipinternet tests unless HAS_INTERNET is set.
+Last-Update: 2011-07-20
 
 --- a/t/57_pravus_progress.t
 +++ b/t/57_pravus_progress.t

Modified: trunk/libpoe-component-client-http-perl/debian/patches/fix-whatis-entry.patch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libpoe-component-client-http-perl/debian/patches/fix-whatis-entry.patch?rev=77648&op=diff
==============================================================================
--- trunk/libpoe-component-client-http-perl/debian/patches/fix-whatis-entry.patch (original)
+++ trunk/libpoe-component-client-http-perl/debian/patches/fix-whatis-entry.patch Wed Jul 20 16:58:33 2011
@@ -1,8 +1,10 @@
 Description: fix POD whatis entry
+Origin: vendor
+Forwarded: no
 Author: Krzysztof Krzyzaniak <eloy at kofeina.net>
 Reviewed-by: Jonathan Yu <jawnsy at cpan.org>
-Origin: vendor
-Forwarded: no
+Last-Update: 2011-07-20
+
 --- a/lib/POE/Component/Client/HTTP/RequestFactory.pm
 +++ b/lib/POE/Component/Client/HTTP/RequestFactory.pm
 @@ -23,6 +23,14 @@




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