r73098 - in /trunk/libhttp-server-simple-perl/debian: changelog control patches/0002-Pipe-version-parent-waits-for-the-child-to-say-OK.patch

periapt-guest at users.alioth.debian.org periapt-guest at users.alioth.debian.org
Fri Apr 22 14:23:00 UTC 2011


Author: periapt-guest
Date: Fri Apr 22 14:22:37 2011
New Revision: 73098

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=73098
Log:
* Upped standards version to 3.9.2 and reviewed dependencies
* Refreshed patch

Modified:
    trunk/libhttp-server-simple-perl/debian/changelog
    trunk/libhttp-server-simple-perl/debian/control
    trunk/libhttp-server-simple-perl/debian/patches/0002-Pipe-version-parent-waits-for-the-child-to-say-OK.patch

Modified: trunk/libhttp-server-simple-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libhttp-server-simple-perl/debian/changelog?rev=73098&op=diff
==============================================================================
--- trunk/libhttp-server-simple-perl/debian/changelog (original)
+++ trunk/libhttp-server-simple-perl/debian/changelog Fri Apr 22 14:22:37 2011
@@ -6,6 +6,8 @@
   [ Nicholas Bamber ]
   * Added myseld to Uploaders
   * New upstream release
+  * Upped standards version to 3.9.2 and reviewed dependencies
+  * Refreshed patch
 
  -- Nicholas Bamber <nicholas at periapt.co.uk>  Fri, 22 Apr 2011 15:13:23 +0100
 

Modified: trunk/libhttp-server-simple-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libhttp-server-simple-perl/debian/control?rev=73098&op=diff
==============================================================================
--- trunk/libhttp-server-simple-perl/debian/control (original)
+++ trunk/libhttp-server-simple-perl/debian/control Fri Apr 22 14:22:37 2011
@@ -1,7 +1,7 @@
 Source: libhttp-server-simple-perl
 Section: perl
 Priority: optional
-Build-Depends: debhelper (>= 7.0.50)
+Build-Depends: debhelper (>= 7.0.50~)
 Build-Depends-Indep: perl, netbase, libtest-pod-perl, 
  libtest-pod-coverage-perl
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
@@ -12,7 +12,7 @@
  Jose Luis Rivas <ghostbar38 at gmail.com>,
  Ansgar Burchardt <ansgar at debian.org>,
  Christine Spang <christine at debian.org>
-Standards-Version: 3.8.4
+Standards-Version: 3.9.2
 Homepage: http://search.cpan.org/dist/HTTP-Server-Simple/
 Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libhttp-server-simple-perl/
 Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libhttp-server-simple-perl/

Modified: trunk/libhttp-server-simple-perl/debian/patches/0002-Pipe-version-parent-waits-for-the-child-to-say-OK.patch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libhttp-server-simple-perl/debian/patches/0002-Pipe-version-parent-waits-for-the-child-to-say-OK.patch?rev=73098&op=diff
==============================================================================
--- trunk/libhttp-server-simple-perl/debian/patches/0002-Pipe-version-parent-waits-for-the-child-to-say-OK.patch (original)
+++ trunk/libhttp-server-simple-perl/debian/patches/0002-Pipe-version-parent-waits-for-the-child-to-say-OK.patch Fri Apr 22 14:22:37 2011
@@ -1,6 +1,8 @@
-From: Niko Tyni <ntyni at iki.fi>
-Subject: [PATCH] Pipe version: parent waits for the child to say "OK" via a pipe.
-
+Author: Niko Tyni <ntyni at iki.fi>
+Subject: Pipe version: parent waits for the child to say "OK" via a pipe
+Forwarded: no
+Last-Update: 2011-04-22
+Reviewed-by: Nicholas Bamber <nicholas at periapt.co.uk>
 --- a/lib/HTTP/Server/Simple.pm
 +++ b/lib/HTTP/Server/Simple.pm
 @@ -5,6 +5,7 @@
@@ -10,7 +12,7 @@
 +use IO::Select;
  
  use vars qw($VERSION $bad_request_doc);
- $VERSION = '0.43';
+ $VERSION = '0.44';
 @@ -205,9 +206,30 @@
  
  sub background {




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