r52688 - in /trunk/libsys-filesystem-perl/debian: changelog control patches/disable-whereami-test.patch patches/fix-pod-spelling.patch patches/series

jawnsy-guest at users.alioth.debian.org jawnsy-guest at users.alioth.debian.org
Sat Feb 13 23:38:32 UTC 2010


Author: jawnsy-guest
Date: Sat Feb 13 23:38:07 2010
New Revision: 52688

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=52688
Log:
* Standards-Version 3.8.4 (no changes)
* Remove whereami patch, fixed from RT#51151
* Add patch to fix POD spelling

Added:
    trunk/libsys-filesystem-perl/debian/patches/fix-pod-spelling.patch
Removed:
    trunk/libsys-filesystem-perl/debian/patches/disable-whereami-test.patch
Modified:
    trunk/libsys-filesystem-perl/debian/changelog
    trunk/libsys-filesystem-perl/debian/control
    trunk/libsys-filesystem-perl/debian/patches/series

Modified: trunk/libsys-filesystem-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libsys-filesystem-perl/debian/changelog?rev=52688&op=diff
==============================================================================
--- trunk/libsys-filesystem-perl/debian/changelog (original)
+++ trunk/libsys-filesystem-perl/debian/changelog Sat Feb 13 23:38:07 2010
@@ -1,8 +1,11 @@
 libsys-filesystem-perl (1.26-1) UNRELEASED; urgency=low
 
   * New upstream release
+  * Standards-Version 3.8.4 (no changes)
+  * Remove whereami patch, fixed from RT#51151
+  * Add patch to fix POD spelling
 
- -- Jonathan Yu <jawnsy at cpan.org>  Sat, 13 Feb 2010 17:33:32 -0500
+ -- Jonathan Yu <jawnsy at cpan.org>  Sat, 13 Feb 2010 18:54:56 -0500
 
 libsys-filesystem-perl (1.25-1) unstable; urgency=low
 

Modified: trunk/libsys-filesystem-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libsys-filesystem-perl/debian/control?rev=52688&op=diff
==============================================================================
--- trunk/libsys-filesystem-perl/debian/control (original)
+++ trunk/libsys-filesystem-perl/debian/control Sat Feb 13 23:38:07 2010
@@ -7,7 +7,7 @@
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Alejandro Garrido Mota <garridomota at gmail.com>,
  Jonathan Yu <jawnsy at cpan.org>
-Standards-Version: 3.8.3
+Standards-Version: 3.8.4
 Homepage: http://search.cpan.org/dist/Sys-Filesystem/
 Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libsys-filesystem-perl/
 Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libsys-filesystem-perl/

Added: trunk/libsys-filesystem-perl/debian/patches/fix-pod-spelling.patch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libsys-filesystem-perl/debian/patches/fix-pod-spelling.patch?rev=52688&op=file
==============================================================================
--- trunk/libsys-filesystem-perl/debian/patches/fix-pod-spelling.patch (added)
+++ trunk/libsys-filesystem-perl/debian/patches/fix-pod-spelling.patch Sat Feb 13 23:38:07 2010
@@ -1,0 +1,39 @@
+Description: fix POD spelling errors
+Author: Jonathan Yu <jawnsy at cpan.org>
+Origin: vendor
+Forwarded: no
+--- a/lib/Sys/Filesystem.pm
++++ b/lib/Sys/Filesystem.pm
+@@ -334,7 +334,7 @@
+ 
+ Specify the full path and filename of the mounted NFS filesystem table
+ (or xtab for short). This is usually only pertinant to Unix bases systems.
+-Not all helper modules will query NFS mounts as a seperate exercise, and
++Not all helper modules will query NFS mounts as a separate exercise, and
+ therefore this option may be ignored on some systems.
+ 
+ =back
+@@ -484,12 +484,12 @@
+ 
+ =item check_order()
+ 
+-Returns the order in which this filesystem should be consistancy checked
++Returns the order in which this filesystem should be consistency checked
+ on boot.
+ 
+ =item check_frequency()
+ 
+-Returns how often this filesystem is checked for consistancy.
++Returns how often this filesystem is checked for consistency.
+ 
+ =back
+ 
+@@ -499,7 +499,7 @@
+ 
+ The Dummy module is there to provide a default failover result to the main
+ Sys::Filesystem module if no suitable platform specific module can be found
+-or sucessfully loaded. This is the last module to be tried, in order of
++or successfully loaded. This is the last module to be tried, in order of
+ platform, Unix (if not on Win32), and then Dummy.
+ 
+ =head2 Unix

Modified: trunk/libsys-filesystem-perl/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libsys-filesystem-perl/debian/patches/series?rev=52688&op=diff
==============================================================================
--- trunk/libsys-filesystem-perl/debian/patches/series (original)
+++ trunk/libsys-filesystem-perl/debian/patches/series Sat Feb 13 23:38:07 2010
@@ -1,1 +1,1 @@
-disable-whereami-test.patch
+fix-pod-spelling.patch




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