[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 b0616fce173fa98930723d6b705044f5702b54c2
Author: Nicholas Bamber <nicholas at periapt.co.uk>
Date:   Tue Jan 24 10:20:35 2012 +0000

    Added patch for spelling error

diff --git a/debian/changelog b/debian/changelog
index f05431a..07aa10c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -21,6 +21,7 @@ libtest-file-perl (1.30-1) UNRELEASED; urgency=low
   * Removed unnecessary versioned dependencies
   * Updated copyright and added lintian override about copyright format
   * Set source format to 3.0 (quilt)
+  * Added patch for spelling error
 
  -- Nicholas Bamber <nicholas at periapt.co.uk>  Tue, 24 Jan 2012 09:00:41 +0000
 
diff --git a/debian/patches/spelling.patch b/debian/patches/spelling.patch
index cd07bb7..0993bf8 100644
--- a/debian/patches/spelling.patch
+++ b/debian/patches/spelling.patch
@@ -1,6 +1,10 @@
+Author: Nicholas Bamber <nicholas at periapt.co.uk>
+Subject: Spelling
+Forwarded: no
+Last-Update: 2012-01-24
 --- a/lib/File.pm
 +++ b/lib/File.pm
-@@ -684,15 +684,15 @@
+@@ -684,8 +684,8 @@
  
  =item file_writeable_ok( FILENAME [, NAME ] )
  
@@ -11,14 +15,6 @@
  
  =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 ] )

-- 
Debian packaging of libtest-file-perl



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