[SCM] Debian packaging of libtest-file-perl branch, master, updated. upstream/1.30-45-g37f289e

gregor herrmann gregoa at debian.org
Sat Jan 28 22:28:27 UTC 2012


The following commit has been merged in the master branch:
commit cce9a2c85d0abc402be8aa021b642c69c1b61e67
Author: gregor herrmann <gregoa at debian.org>
Date:   Sat Jan 28 23:23:26 2012 +0100

    Update spelling.patch.

diff --git a/debian/patches/spelling.patch b/debian/patches/spelling.patch
index 0993bf8..7b77e77 100644
--- a/debian/patches/spelling.patch
+++ b/debian/patches/spelling.patch
@@ -1,7 +1,10 @@
-Author: Nicholas Bamber <nicholas at periapt.co.uk>
 Subject: Spelling
-Forwarded: no
-Last-Update: 2012-01-24
+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
+
 --- a/lib/File.pm
 +++ b/lib/File.pm
 @@ -684,8 +684,8 @@
@@ -26,3 +29,61 @@ Last-Update: 2012-01-24
  
  =cut
  
+--- a/t/file_contains.t
++++ b/t/file_contains.t
+@@ -34,7 +34,7 @@
+ test_test();
+ 
+ SKIP: {
+-skip "Superuser has special priveleges", 1, if( $> == 0 or $< == 0 );
++skip "Superuser has special privileges", 1, if( $> == 0 or $< == 0 );
+ test_out( "not ok 1 - not_readable contains $pattern1" );
+ test_diag( 'File [not_readable] is not readable!' );
+ test_fail(+1);
+@@ -62,7 +62,7 @@
+ test_test();
+ 
+ SKIP: {
+-skip "Superuser has special priveleges", 1, if( $> == 0 or $< == 0 );
++skip "Superuser has special privileges", 1, if( $> == 0 or $< == 0 );
+ test_out( "not ok 1 - not_readable doesn't contain $bad_pattern" );
+ test_diag( 'File [not_readable] is not readable!' );
+ test_fail(+1);
+@@ -96,7 +96,7 @@
+ test_test();
+ 
+ SKIP: {
+-skip "Superuser has special priveleges", 1, if( $> == 0 or $< == 0 );
++skip "Superuser has special privileges", 1, if( $> == 0 or $< == 0 );
+ test_out( "not ok 1 - not_readable contains $pattern1" );
+ test_diag( 'File [not_readable] is not readable!' );
+ test_fail(+1);
+@@ -131,7 +131,7 @@
+ test_test();
+ 
+ SKIP: {
+-skip "Superuser has special priveleges", 1, if( $> == 0 or $< == 0 );
++skip "Superuser has special privileges", 1, if( $> == 0 or $< == 0 );
+ test_out( "not ok 1 - not_readable doesn't contain $bad_pattern" );
+ test_diag( 'File [not_readable] is not readable!' );
+ test_fail(+1);
+--- a/t/test_files.t
++++ b/t/test_files.t
+@@ -35,7 +35,7 @@
+ test_test();
+ 
+ SKIP: {
+-skip "Superuser has special priveleges", 1, if( $> == 0 or $< == 0 );
++skip "Superuser has special privileges", 1, if( $> == 0 or $< == 0 );
+ test_out( 'ok 1 - writeable is not readable' );
+ file_not_readable_ok( 'writeable' );
+ test_test();
+@@ -46,7 +46,7 @@
+ test_test();
+ 
+ SKIP: {
+-skip "Superuser has special priveleges", 1, if( $> == 0 or $< == 0 );
++skip "Superuser has special privileges", 1, if( $> == 0 or $< == 0 );
+ test_out( 'ok 1 - readable is not writeable' );
+ file_not_writeable_ok( 'readable' );
+ test_test();

-- 
Debian packaging of libtest-file-perl



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