[SCM] Debian packaging of libtest-file-perl branch, master, updated. f4ec58808fdd88592c2bb7fc133500a7efe34aec

Nicholas Bamber nicholas at periapt.co.uk
Tue Jan 24 10:20:33 UTC 2012


The following commit has been merged in the master branch:
commit 410641f2be91cd4448e60ad7d49bab314cac7bf8
Author: Nicholas Bamber <nicholas at periapt.co.uk>
Date:   Tue Jan 24 10:13:40 2012 +0000

    Updated copyright and added lintian override about copyright format

diff --git a/debian/changelog b/debian/changelog
index e4fe087..f05431a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -19,7 +19,7 @@ libtest-file-perl (1.30-1) UNRELEASED; urgency=low
   * Added myself to Uploaders
   * Updated compat level and debhelper version to 8
   * Removed unnecessary versioned dependencies
-  * Updated copyright
+  * Updated copyright and added lintian override about copyright format
   * Set source format to 3.0 (quilt)
 
  -- Nicholas Bamber <nicholas at periapt.co.uk>  Tue, 24 Jan 2012 09:00:41 +0000
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..5299247
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+spelling.patch
diff --git a/debian/patches/spelling.patch b/debian/patches/spelling.patch
new file mode 100644
index 0000000..cd07bb7
--- /dev/null
+++ b/debian/patches/spelling.patch
@@ -0,0 +1,32 @@
+--- a/lib/File.pm
++++ b/lib/File.pm
+@@ -684,15 +684,15 @@
+ 
+ =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
+ 
+ sub file_writeable_ok
+ 	{
+ 	my $filename = _normalize( shift );
+-	my $name     = shift || "$filename is writeable";
++	my $name     = shift || "$filename is writable";
+ 
+ 	my $ok = -w $filename;
+ 
+@@ -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
+ 
diff --git a/debian/source/lintian-overrides b/debian/source/lintian-overrides
new file mode 100644
index 0000000..6ed0972
--- /dev/null
+++ b/debian/source/lintian-overrides
@@ -0,0 +1,3 @@
+# Debian Perl Group policy is that the copyright format be kept at
+# this version until the standard is finalized.
+libtest-file-perl source: out-of-date-copyright-format-uri http://anonscm.debian.org/viewvc/dep/web/deps/dep5.mdwn?view=markup&pathrev=135

-- 
Debian packaging of libtest-file-perl



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