r50264 - in /trunk/libanyevent-perl/debian: changelog control patches/fix-pod-spelling.patch patches/perl-path.patch patches/series rules

jawnsy-guest at users.alioth.debian.org jawnsy-guest at users.alioth.debian.org
Tue Jan 5 18:35:33 UTC 2010


Author: jawnsy-guest
Date: Tue Jan  5 18:35:19 2010
New Revision: 50264

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=50264
Log:
* Remove perl-path patch, replace with override
* Add a patch to correct POD spelling errors

Added:
    trunk/libanyevent-perl/debian/patches/fix-pod-spelling.patch
Removed:
    trunk/libanyevent-perl/debian/patches/perl-path.patch
Modified:
    trunk/libanyevent-perl/debian/changelog
    trunk/libanyevent-perl/debian/control
    trunk/libanyevent-perl/debian/patches/series
    trunk/libanyevent-perl/debian/rules

Modified: trunk/libanyevent-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libanyevent-perl/debian/changelog?rev=50264&op=diff
==============================================================================
--- trunk/libanyevent-perl/debian/changelog (original)
+++ trunk/libanyevent-perl/debian/changelog Tue Jan  5 18:35:19 2010
@@ -1,6 +1,8 @@
 libanyevent-perl (5.240-1) UNRELEASED; urgency=low
 
   * New upstream release
+  * Remove perl-path patch, replace with override
+  * Add a patch to correct POD spelling errors
 
  -- Jonathan Yu <jawnsy at cpan.org>  Tue, 05 Jan 2010 13:32:32 -0500
 

Modified: trunk/libanyevent-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libanyevent-perl/debian/control?rev=50264&op=diff
==============================================================================
--- trunk/libanyevent-perl/debian/control (original)
+++ trunk/libanyevent-perl/debian/control Tue Jan  5 18:35:19 2010
@@ -1,7 +1,7 @@
 Source: libanyevent-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, libasync-interrupt-perl
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Jonathan Yu <jawnsy at cpan.org>,

Added: trunk/libanyevent-perl/debian/patches/fix-pod-spelling.patch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libanyevent-perl/debian/patches/fix-pod-spelling.patch?rev=50264&op=file
==============================================================================
--- trunk/libanyevent-perl/debian/patches/fix-pod-spelling.patch (added)
+++ trunk/libanyevent-perl/debian/patches/fix-pod-spelling.patch Tue Jan  5 18:35:19 2010
@@ -1,0 +1,15 @@
+Description: fix POD spelling errors
+Author: Jonathan Yu <jawnsy at cpan.org>
+Origin: vendor
+Forwarded: no
+--- a/lib/AE.pm
++++ b/lib/AE.pm
+@@ -23,7 +23,7 @@
+ many mistakes are caught at compiletime with this API.
+ 
+ Also, some backends (Perl and EV) are so fast that the method call
+-overhead is very noticable (with EV it increases the time five- to
++overhead is very noticeable (with EV it increases the time five- to
+ six-fold, with Perl the method call overhead is about a factor of two).
+ 
+ At the moment, there will be no checking (L<AnyEvent::Strict> does not

Modified: trunk/libanyevent-perl/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libanyevent-perl/debian/patches/series?rev=50264&op=diff
==============================================================================
--- trunk/libanyevent-perl/debian/patches/series (original)
+++ trunk/libanyevent-perl/debian/patches/series Tue Jan  5 18:35:19 2010
@@ -1,1 +1,1 @@
-perl-path.patch
+fix-pod-spelling.patch

Modified: trunk/libanyevent-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libanyevent-perl/debian/rules?rev=50264&op=diff
==============================================================================
--- trunk/libanyevent-perl/debian/rules (original)
+++ trunk/libanyevent-perl/debian/rules Tue Jan  5 18:35:19 2010
@@ -1,4 +1,12 @@
 #!/usr/bin/make -f
+
+PACKAGE = $(shell dh_listpackages)
+TMP     = $(CURDIR)/debian/$(PACKAGE)
 
 %:
 	dh --with quilt $@
+
+override_dh_installexamples:
+	dh_installexamples
+	sed -i '1s|^#!/opt/perl/bin/perl|#!/usr/bin/perl|' $(TMP)/usr/share/doc/$(PACKAGE)/examples/*
+




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