r30970 - in /trunk/libpoe-component-client-http-perl/debian: changelog control patches/fix_WHATIS_entry.patch patches/legacy_libscan_customisation_in_Makefile_PL.patch rules

antonio-guest at users.alioth.debian.org antonio-guest at users.alioth.debian.org
Sat Feb 21 15:35:13 UTC 2009


Author: antonio-guest
Date: Sat Feb 21 15:35:10 2009
New Revision: 30970

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=30970
Log:
adding patch description, one more dependency, restoring all tests

Modified:
    trunk/libpoe-component-client-http-perl/debian/changelog
    trunk/libpoe-component-client-http-perl/debian/control
    trunk/libpoe-component-client-http-perl/debian/patches/fix_WHATIS_entry.patch
    trunk/libpoe-component-client-http-perl/debian/patches/legacy_libscan_customisation_in_Makefile_PL.patch
    trunk/libpoe-component-client-http-perl/debian/rules

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=30970&op=diff
==============================================================================
--- trunk/libpoe-component-client-http-perl/debian/changelog (original)
+++ trunk/libpoe-component-client-http-perl/debian/changelog Sat Feb 21 15:35:10 2009
@@ -1,20 +1,20 @@
 libpoe-component-client-http-perl (0.88-1) UNRELEASED; urgency=low
 
-  * (NOT RELEASED YET) New upstream release
-
- -- Antonio Radici <antonio at dyne.org>  Sat, 21 Feb 2009 13:46:01 +0000
-
-libpoe-component-client-http-perl (0.87-1) UNRELEASED; urgency=low
-
-  PROBLEM:
-  * tests fail, at least on some machines ...
-    (server not ready when client connects)
-    still the same with 0.86
-    still failures with 0.87
-  * some tests would need Test::POE::Server::TCP
+  *** NOTE: on hold until libtest-poe-server-tcp is uploaded,
+  see ITP 516446, the test failures seen in the previous versions
+  are now gone
+
+  [ Antonio Radici ]
+  * New upstream release
+  * debian/control:
+    + added me as uploaded
+    + dependency to libtest-poe-server-tcp added
+  * debian/patches: 
+    + added descriptions to all patches to make lintian happy
+  * debian/rules:
+    + enabled all tests again
 
   [ Jose Luis Rivas ]
-  * New upstream release
   * debian/rules:
    + Re-enabled tests, left out the ones that required internet connection.
   * debian/control:
@@ -33,7 +33,7 @@
   * Bump versioned (build) dependency on libpoe-component-client-keepalive-perl
     to >= 0.25.
 
- -- Jose Luis Rivas <ghostbar38 at gmail.com>  Mon, 14 Jul 2008 22:02:17 -0430
+ -- Antonio Radici <antonio at dyne.org>  Sat, 21 Feb 2009 13:46:01 +0000
 
 libpoe-component-client-http-perl (0.84-1) unstable; urgency=low
 

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=30970&op=diff
==============================================================================
--- trunk/libpoe-component-client-http-perl/debian/control (original)
+++ trunk/libpoe-component-client-http-perl/debian/control Sat Feb 21 15:35:10 2009
@@ -4,11 +4,12 @@
 Build-Depends: debhelper (>= 5), quilt
 Build-Depends-Indep: perl, libwww-perl, libpoe-perl (>= 0.3202),
  libpoe-component-client-keepalive-perl (>= 0.25), libtest-pod-perl,
- libtest-pod-coverage-perl
+ libtest-pod-coverage-perl, libtest-poe-server-tcp-perl
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Martín Ferrari <tincho at debian.org>,
  gregor herrmann <gregoa at debian.org>,
- Jose Luis Rivas <ghostbar38 at gmail.com>
+ Jose Luis Rivas <ghostbar38 at gmail.com>,
+ Antonio Radici <antonio at dyne.org>
 Standards-Version: 3.8.0
 Homepage: http://search.cpan.org/dist/POE-Component-Client-HTTP/
 Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libpoe-component-client-http-perl/

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=30970&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 Sat Feb 21 15:35:10 2009
@@ -1,3 +1,4 @@
+add the whatis entry to this component
 --- a/lib/POE/Component/Client/HTTP/RequestFactory.pm
 +++ b/lib/POE/Component/Client/HTTP/RequestFactory.pm
 @@ -23,6 +23,14 @@ use constant DEFAULT_BLOCK_SIZE  => 4096

Modified: trunk/libpoe-component-client-http-perl/debian/patches/legacy_libscan_customisation_in_Makefile_PL.patch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libpoe-component-client-http-perl/debian/patches/legacy_libscan_customisation_in_Makefile_PL.patch?rev=30970&op=diff
==============================================================================
--- trunk/libpoe-component-client-http-perl/debian/patches/legacy_libscan_customisation_in_Makefile_PL.patch (original)
+++ trunk/libpoe-component-client-http-perl/debian/patches/legacy_libscan_customisation_in_Makefile_PL.patch Sat Feb 21 15:35:10 2009
@@ -1,3 +1,4 @@
+remove libscan() to make the Makefile arch-independent
 --- a/Makefile.PL
 +++ b/Makefile.PL
 @@ -17,6 +17,16 @@ my %prereq = (

Modified: trunk/libpoe-component-client-http-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libpoe-component-client-http-perl/debian/rules?rev=30970&op=diff
==============================================================================
--- trunk/libpoe-component-client-http-perl/debian/rules (original)
+++ trunk/libpoe-component-client-http-perl/debian/rules Sat Feb 21 15:35:10 2009
@@ -17,7 +17,7 @@
 	dh_testdir
 	$(PERL) Makefile.PL INSTALLDIRS=vendor
 	$(MAKE)
-	$(MAKE) test TEST_FILES="t/03_head_filter.t t/04_chunk_filter.t t/05_request.t t/06_factory.t t/07_proxy.t t/08_discard.t t/12_pod.t t/13_pod_coverage.t t/14_gzipped_content.t t/51_santos_status.t t/52_reiss_bad_length.t t/53_response_parser.t t/55_reiss_double_resp.t t/56_redirect_excess.t"
+	$(MAKE) test
 	touch $@
 
 clean: unpatch




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