r7900 - in /trunk/libmail-box-perl/debian: changelog patches/02_man_page_width_errors.patch patches/series

dmn at users.alioth.debian.org dmn at users.alioth.debian.org
Sun Sep 23 08:59:01 UTC 2007


Author: dmn
Date: Sun Sep 23 08:59:01 2007
New Revision: 7900

URL: http://svn.debian.org/wsvn/?sc=1&rev=7900
Log:
* Added libtest-pod-perl to B-D-I enabling POD tests
* Added 02_fix_man_page_width_errors.patch, fixing un-splittable lines in
  two PODs

Added:
    trunk/libmail-box-perl/debian/patches/02_man_page_width_errors.patch
Modified:
    trunk/libmail-box-perl/debian/changelog
    trunk/libmail-box-perl/debian/patches/series

Modified: trunk/libmail-box-perl/debian/changelog
URL: http://svn.debian.org/wsvn/trunk/libmail-box-perl/debian/changelog?rev=7900&op=diff
==============================================================================
--- trunk/libmail-box-perl/debian/changelog (original)
+++ trunk/libmail-box-perl/debian/changelog Sun Sep 23 08:59:01 2007
@@ -2,8 +2,11 @@
 
   * New upstream bugfix release
   * Moved change to Mail::Box::Dir and Mail::Box::File to a quilt patch
-
- -- Damyan Ivanov <dmn at debian.org>  Sun, 23 Sep 2007 10:56:03 +0300
+  * Added libtest-pod-perl to B-D-I enabling POD tests
+  * Added 02_fix_man_page_width_errors.patch, fixing un-splittable lines in
+    two PODs
+
+ -- Damyan Ivanov <dmn at debian.org>  Sun, 23 Sep 2007 11:36:29 +0300
 
 libmail-box-perl (2.073-1) unstable; urgency=low
 

Added: trunk/libmail-box-perl/debian/patches/02_man_page_width_errors.patch
URL: http://svn.debian.org/wsvn/trunk/libmail-box-perl/debian/patches/02_man_page_width_errors.patch?rev=7900&op=file
==============================================================================
--- trunk/libmail-box-perl/debian/patches/02_man_page_width_errors.patch (added)
+++ trunk/libmail-box-perl/debian/patches/02_man_page_width_errors.patch Sun Sep 23 08:59:01 2007
@@ -1,0 +1,26 @@
+Index: libmail-box-perl/lib/Mail/Box/Message/Destructed.pod
+===================================================================
+--- libmail-box-perl.orig/lib/Mail/Box/Message/Destructed.pod	2007-09-23 11:25:40.000000000 +0300
++++ libmail-box-perl/lib/Mail/Box/Message/Destructed.pod	2007-09-23 11:28:23.000000000 +0300
+@@ -182,7 +182,7 @@
+ 
+ =back
+ 
+-Mail::Box::Message::Destructed-E<gt>B<read>(FILEHANDLE|SCALAR|REF-SCALAR|ARRAY-OF-LINES, OPTIONS)
++Mail::Box::Message::Destructed-E<gt>B<read>( FILEHANDLE | SCALAR | REF-SCALAR | ARRAY-OF-LINES, OPTIONS)
+ 
+ =over 4
+ 
+Index: libmail-box-perl/lib/Mail/Box/Net/Message.pod
+===================================================================
+--- libmail-box-perl.orig/lib/Mail/Box/Net/Message.pod	2007-09-23 11:25:40.000000000 +0300
++++ libmail-box-perl/lib/Mail/Box/Net/Message.pod	2007-09-23 11:28:23.000000000 +0300
+@@ -185,7 +185,7 @@
+ 
+ =back
+ 
+-Mail::Box::Net::Message-E<gt>B<read>(FILEHANDLE|SCALAR|REF-SCALAR|ARRAY-OF-LINES, OPTIONS)
++Mail::Box::Net::Message-E<gt>B<read>( FILEHANDLE | SCALAR | REF-SCALAR | ARRAY-OF-LINES, OPTIONS)
+ 
+ =over 4
+ 

Modified: trunk/libmail-box-perl/debian/patches/series
URL: http://svn.debian.org/wsvn/trunk/libmail-box-perl/debian/patches/series?rev=7900&op=diff
==============================================================================
--- trunk/libmail-box-perl/debian/patches/series (original)
+++ trunk/libmail-box-perl/debian/patches/series Sun Sep 23 08:59:01 2007
@@ -1,1 +1,2 @@
 01_access_check_use_filetest::access.patch
+02_man_page_width_errors.patch




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