r55366 - in /trunk/libtie-dbi-perl/debian: changelog patches/ patches/fix-pod-longline.patch patches/fix-pod-spelling.patch patches/series
jawnsy-guest at users.alioth.debian.org
jawnsy-guest at users.alioth.debian.org
Sat Apr 3 05:24:25 UTC 2010
Author: jawnsy-guest
Date: Sat Apr 3 05:24:16 2010
New Revision: 55366
URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=55366
Log:
* Add a patch to fix POD spelling errors
* Patch to fix "can't break line" errors from man
Added:
trunk/libtie-dbi-perl/debian/patches/
trunk/libtie-dbi-perl/debian/patches/fix-pod-longline.patch
trunk/libtie-dbi-perl/debian/patches/fix-pod-spelling.patch
trunk/libtie-dbi-perl/debian/patches/series
Modified:
trunk/libtie-dbi-perl/debian/changelog
Modified: trunk/libtie-dbi-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtie-dbi-perl/debian/changelog?rev=55366&op=diff
==============================================================================
--- trunk/libtie-dbi-perl/debian/changelog (original)
+++ trunk/libtie-dbi-perl/debian/changelog Sat Apr 3 05:24:16 2010
@@ -9,6 +9,8 @@
* Update copyright to new DEP5 format
* Use new 3.0 (quilt) source format
* Update copyright information
+ * Add a patch to fix POD spelling errors
+ * Patch to fix "can't break line" errors from man
[ gregor herrmann ]
* debian/control: Changed: Switched Vcs-Browser field to ViewSVN
Added: trunk/libtie-dbi-perl/debian/patches/fix-pod-longline.patch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtie-dbi-perl/debian/patches/fix-pod-longline.patch?rev=55366&op=file
==============================================================================
--- trunk/libtie-dbi-perl/debian/patches/fix-pod-longline.patch (added)
+++ trunk/libtie-dbi-perl/debian/patches/fix-pod-longline.patch Sat Apr 3 05:24:16 2010
@@ -1,0 +1,17 @@
+Description: fix long lines in POD to prevent
+ "can't break lines" errors from man
+Author: Jonathan Yu <jawnsy at cpan.org>
+Origin: vendor
+Forwarded: no
+--- a/lib/Tie/RDBM.pm
++++ b/lib/Tie/RDBM.pm
+@@ -604,7 +604,8 @@
+
+ B<Process #2:>
+ tie %i,'Tie::RDBM','mysql:Employees:host.somewhere.com',
+- {table=>'employee',user=>'george',password=>'kumquat2'};
++ {table=>'employee',user=>'george',
++ password=>'kumquat2'};
+ foreach (keys %i) {
+ $info = $i{$_};
+ if ($info->{age} > 30) {
Added: trunk/libtie-dbi-perl/debian/patches/fix-pod-spelling.patch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtie-dbi-perl/debian/patches/fix-pod-spelling.patch?rev=55366&op=file
==============================================================================
--- trunk/libtie-dbi-perl/debian/patches/fix-pod-spelling.patch (added)
+++ trunk/libtie-dbi-perl/debian/patches/fix-pod-spelling.patch Sat Apr 3 05:24:16 2010
@@ -1,0 +1,15 @@
+Description: fix POD spelling errors
+Author: Jonathan Yu <jawnsy at cpan.org>
+Origin: vendor
+Forwarded: no
+--- a/lib/Tie/RDBM.pm
++++ b/lib/Tie/RDBM.pm
+@@ -539,7 +539,7 @@
+
+ In a future version of this module, the "frozen" field may be turned
+ into a general "datatype" field in order to minimize storage. For
+-future compatability, please use an integer for the frozen field.
++future compatibility, please use an integer for the frozen field.
+
+ If you use the "create" and/or "drop" options, the module will
+ automatically attempt to create a table for its own use in the
Added: trunk/libtie-dbi-perl/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtie-dbi-perl/debian/patches/series?rev=55366&op=file
==============================================================================
--- trunk/libtie-dbi-perl/debian/patches/series (added)
+++ trunk/libtie-dbi-perl/debian/patches/series Sat Apr 3 05:24:16 2010
@@ -1,0 +1,2 @@
+fix-pod-spelling.patch
+fix-pod-longline.patch
More information about the Pkg-perl-cvs-commits
mailing list