r52307 - in /trunk/libcgi-pm-perl/debian: changelog patches/fix-pod-spelling.patch patches/series rules

jawnsy-guest at users.alioth.debian.org jawnsy-guest at users.alioth.debian.org
Sun Feb 7 23:03:19 UTC 2010


Author: jawnsy-guest
Date: Sun Feb  7 23:02:22 2010
New Revision: 52307

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=52307
Log:
* Change shebang override to improve readability
* Add patch to fix POD spelling

Added:
    trunk/libcgi-pm-perl/debian/patches/fix-pod-spelling.patch
Modified:
    trunk/libcgi-pm-perl/debian/changelog
    trunk/libcgi-pm-perl/debian/patches/series
    trunk/libcgi-pm-perl/debian/rules

Modified: trunk/libcgi-pm-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libcgi-pm-perl/debian/changelog?rev=52307&op=diff
==============================================================================
--- trunk/libcgi-pm-perl/debian/changelog (original)
+++ trunk/libcgi-pm-perl/debian/changelog Sun Feb  7 23:02:22 2010
@@ -7,11 +7,13 @@
   * Add myself to Uploaders and Copyright
   * Refresh man-cgi-fast.patch
   * Update to new DEP5 copyright format
+  * Change shebang override to improve readability
+  * Add patch to fix POD spelling
 
   [ gregor herrmann ]
   * debian/control: s/perl-modules/perl/ in long description.
 
- -- Jonathan Yu <jawnsy at cpan.org>  Sun, 07 Feb 2010 18:13:57 -0500
+ -- Jonathan Yu <jawnsy at cpan.org>  Sun, 07 Feb 2010 18:18:48 -0500
 
 libcgi-pm-perl (3.48-1) unstable; urgency=low
 

Added: trunk/libcgi-pm-perl/debian/patches/fix-pod-spelling.patch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libcgi-pm-perl/debian/patches/fix-pod-spelling.patch?rev=52307&op=file
==============================================================================
--- trunk/libcgi-pm-perl/debian/patches/fix-pod-spelling.patch (added)
+++ trunk/libcgi-pm-perl/debian/patches/fix-pod-spelling.patch Sun Feb  7 23:02:22 2010
@@ -1,0 +1,15 @@
+Description: fix POD spelling errors
+Author: Jonathan Yu <jawnsy at cpan.org>
+Origin: vendor
+Forwarded: no
+--- a/lib/CGI.pm
++++ b/lib/CGI.pm
+@@ -5921,7 +5921,7 @@
+    $query->autoEscape(0);
+ 
+ Note that autoEscape() is exclusively used to effect the behavior of how some
+-CGI.pm HTML generation fuctions handle escaping. Calling escapeHTML()
++CGI.pm HTML generation functions handle escaping. Calling escapeHTML()
+ explicitly will always escape the HTML.
+ 
+ I<A Lurking Trap!> Some of the form-element generating methods return

Modified: trunk/libcgi-pm-perl/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libcgi-pm-perl/debian/patches/series?rev=52307&op=diff
==============================================================================
--- trunk/libcgi-pm-perl/debian/patches/series (original)
+++ trunk/libcgi-pm-perl/debian/patches/series Sun Feb  7 23:02:22 2010
@@ -1,1 +1,2 @@
 man-cgi-fast.patch
+fix-pod-spelling.patch

Modified: trunk/libcgi-pm-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libcgi-pm-perl/debian/rules?rev=52307&op=diff
==============================================================================
--- trunk/libcgi-pm-perl/debian/rules (original)
+++ trunk/libcgi-pm-perl/debian/rules Sun Feb  7 23:02:22 2010
@@ -16,4 +16,6 @@
 
 override_dh_installexamples:
 	dh_installexamples
-	sed -i '1s|^#!/usr/local/bin/perl|#!/usr/bin/perl|' $(TMP)/usr/share/doc/$(PACKAGE)/examples/*
+	sed -i '1s|^#!/usr/local/bin/perl|#!/usr/bin/perl|' \
+		$(TMP)/usr/share/doc/$(PACKAGE)/examples/*.cgi \
+		$(TMP)/usr/share/doc/$(PACKAGE)/examples/*.pl




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