[SCM] Debian packaging of libsys-filesystem-perl branch, master, updated. 4936a9f74d635112a2a125d2587ec95da9dab650

gregor herrmann gregoa at debian.org
Wed Jun 5 18:37:10 UTC 2013


The following commit has been merged in the master branch:
commit 9cd5b1ccbb8413f6dd660403cebe290b325c3383
Author: gregor herrmann <gregoa at debian.org>
Date:   Wed Jun 5 20:24:43 2013 +0200

    Add a patch to fix a spelling mistake.

diff --git a/debian/control b/debian/control
index ff0e865..50f46f4 100644
--- a/debian/control
+++ b/debian/control
@@ -24,7 +24,7 @@ Depends: ${perl:Depends},
          perl
 Description: Perl module to retrieve list of filesystems and their properties
  Sys::Filesystem is intended to be a portable interface to list and query
- filesystem names and their properties. It hopes to provide a consistant API
+ filesystem names and their properties. It hopes to provide a consistent API
  to list all, mounted, unmounted and special filesystems on a system, and
  query as many properties as possible with common aliases wherever possible.
 
diff --git a/debian/patches/pod-spelling.patch b/debian/patches/pod-spelling.patch
new file mode 100644
index 0000000..e0977c6
--- /dev/null
+++ b/debian/patches/pod-spelling.patch
@@ -0,0 +1,18 @@
+Description: fix a spelling mistake
+Origin: vendor
+Bug: https://rt.cpan.org/Ticket/Display.html?id=85898
+Forwarded: https://rt.cpan.org/Ticket/Display.html?id=85898
+Author: gregor herrmann <gregoa at debian.org>
+Last-Update: 2013-06-05
+
+--- a/lib/Sys/Filesystem.pm
++++ b/lib/Sys/Filesystem.pm
+@@ -306,7 +306,7 @@
+ Sys::Filesystem is intended to be a portable interface to list and query
+ filesystem names and their properties. At the time of writing there were only
+ Solaris and Win32 modules available on CPAN to perform this kind of operation.
+-This module hopes to provide a consistant API to list all, mounted, unmounted
++This module hopes to provide a consistent API to list all, mounted, unmounted
+ and special filesystems on a system, and query as many properties as possible
+ with common aliases wherever possible.
+ 
diff --git a/debian/patches/series b/debian/patches/series
index 5766d01..8a2ae25 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +1,2 @@
 pod-encoding.patch
+pod-spelling.patch

-- 
Debian packaging of libsys-filesystem-perl



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