[SCM] Debian packaging of libtest-file-perl branch, master, updated. debian/1.31-1-2-ga1db15d

gregor herrmann gregoa at debian.org
Tue Jan 31 17:39:25 UTC 2012


The following commit has been merged in the master branch:
commit fd040f28806a38f66a0102652c7550b2dfde6b70
Author: gregor herrmann <gregoa at debian.org>
Date:   Tue Jan 31 18:37:47 2012 +0100

    Replace parts of our spelling corrections with a lintian override.

diff --git a/debian/libtest-file-perl.lintian-overrides b/debian/libtest-file-perl.lintian-overrides
new file mode 100644
index 0000000..5f48be1
--- /dev/null
+++ b/debian/libtest-file-perl.lintian-overrides
@@ -0,0 +1,6 @@
+# Quoting upstream, <https://rt.cpan.org/Ticket/Display.html?id=74483>:
+# Well, according to my dictionary, "writeable" is a perfectly acceptable
+# spelling (although admittedly not the preferred one), and since it
+# matches the actual function name, I'd prefer not to make that change.
+# (ref: http://dictionary.reference.com/browse/writeable).
+libtest-file-perl: spelling-error-in-manpage usr/share/man/man3/Test::File.3pm.gz writeable writable
diff --git a/debian/patches/spelling.patch b/debian/patches/spelling.patch
index 7b77e77..15e9432 100644
--- a/debian/patches/spelling.patch
+++ b/debian/patches/spelling.patch
@@ -3,32 +3,8 @@ Bug: https://rt.cpan.org/Ticket/Display.html?id=74483
 Forwarded: https://rt.cpan.org/Ticket/Display.html?id=74483
 Author: Nicholas Bamber <nicholas at periapt.co.uk>
 Reviewed-by: gregor herrmann <gregoa at debian.org>
-Last-Update: 2012-01-28
+Last-Update: 2012-01-31
 
---- a/lib/File.pm
-+++ b/lib/File.pm
-@@ -684,8 +684,8 @@
- 
- =item file_writeable_ok( FILENAME [, NAME ] )
- 
--Ok if the file exists and is writeable, not ok
--if the file does not exist or is not writeable.
-+Ok if the file exists and is writable, not ok
-+if the file does not exist or is not writable.
- 
- =cut
- 
-@@ -709,8 +709,8 @@
- 
- =item file_not_writeable_ok( FILENAME [, NAME ] )
- 
--Ok if the file exists and is not writeable, not ok
--if the file does not exist or is writeable.
-+Ok if the file exists and is not writable, not ok
-+if the file does not exist or is writable.
- 
- =cut
- 
 --- a/t/file_contains.t
 +++ b/t/file_contains.t
 @@ -34,7 +34,7 @@

-- 
Debian packaging of libtest-file-perl



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