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

jawnsy-guest at users.alioth.debian.org jawnsy-guest at users.alioth.debian.org
Wed Sep 30 03:15:57 UTC 2009


Author: jawnsy-guest
Date: Wed Sep 30 03:15:52 2009
New Revision: 45066

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=45066
Log:
dch -r. Builds lintian clean :)

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
    trunk/libhttp-server-simple-perl/debian/rules

Modified: trunk/libhttp-server-simple-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libhttp-server-simple-perl/debian/changelog?rev=45066&op=diff
==============================================================================
--- trunk/libhttp-server-simple-perl/debian/changelog (original)
+++ trunk/libhttp-server-simple-perl/debian/changelog Wed Sep 30 03:15:52 2009
@@ -1,12 +1,17 @@
-libhttp-server-simple-perl (0.41-1) UNRELEASED; urgency=low
+libhttp-server-simple-perl (0.41-1) unstable; urgency=low
 
   [ Jonathan Yu ]
   * New upstream release
+  * Added myself to Uploaders and Copyright
+  * Standards-Version 3.8.3 (no changes)
+  * Use new short debhelper rules format
+  * Added a line to deal with shebang lines
+  * Refresh quilt patch
 
   [ gregor herrmann ]
   * Change my email address.
 
- -- Jonathan Yu <jawnsy at cpan.org>  Tue, 29 Sep 2009 19:00:48 -0400
+ -- Jonathan Yu <jawnsy at cpan.org>  Tue, 29 Sep 2009 19:27:18 -0400
 
 libhttp-server-simple-perl (0.40-1) unstable; urgency=low
 

Modified: trunk/libhttp-server-simple-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libhttp-server-simple-perl/debian/control?rev=45066&op=diff
==============================================================================
--- trunk/libhttp-server-simple-perl/debian/control (original)
+++ trunk/libhttp-server-simple-perl/debian/control Wed Sep 30 03:15:52 2009
@@ -1,7 +1,7 @@
 Source: libhttp-server-simple-perl
 Section: perl
 Priority: optional
-Build-Depends: debhelper (>= 7.0.8), quilt (>= 0.46-7)
+Build-Depends: debhelper (>= 7.0.50), quilt (>= 0.46-7)
 Build-Depends-Indep: perl, netbase, libtest-pod-perl, 
  libtest-pod-coverage-perl, liburi-perl
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>

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=45066&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 Wed Sep 30 03:15:52 2009
@@ -1,10 +1,8 @@
 From: Niko Tyni <ntyni at iki.fi>
 Subject: [PATCH] Pipe version: parent waits for the child to say "OK" via a pipe.
 
-Index: libhttp-server-simple-perl/lib/HTTP/Server/Simple.pm
-===================================================================
---- libhttp-server-simple-perl.orig/lib/HTTP/Server/Simple.pm	2009-08-18 09:48:37.000000000 -0400
-+++ libhttp-server-simple-perl/lib/HTTP/Server/Simple.pm	2009-08-18 10:20:50.000000000 -0400
+--- a/lib/HTTP/Server/Simple.pm
++++ b/lib/HTTP/Server/Simple.pm
 @@ -6,6 +6,7 @@
  use Socket;
  use Carp;
@@ -12,7 +10,7 @@
 +use IO::Select;
  
  use vars qw($VERSION $bad_request_doc);
- $VERSION = '0.40';
+ $VERSION = '0.41';
 @@ -206,9 +207,30 @@
  
  sub background {

Modified: trunk/libhttp-server-simple-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libhttp-server-simple-perl/debian/rules?rev=45066&op=diff
==============================================================================
--- trunk/libhttp-server-simple-perl/debian/rules (original)
+++ trunk/libhttp-server-simple-perl/debian/rules Wed Sep 30 03:15:52 2009
@@ -1,4 +1,11 @@
 #!/usr/bin/make -f
+
+PACKAGE = $(shell dh_listpackages)
+TMP     = $(CURDIR)/debian/$(PACKAGE)
 
 %:
 	dh --with quilt $@
+
+override_dh_installexamples:
+	dh_installexamples
+	sed -i '1s|^#!perl|#!/usr/bin/perl|' $(TMP)/usr/share/doc/libhttp-server-simple-perl/examples/*




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