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

Salvatore Bonaccorso carnil at debian.org
Sat Feb 18 09:54:28 UTC 2012


The following commit has been merged in the master branch:
commit c586b38bbdf10a126b16bea5b405ed8d1603b99c
Author: Salvatore Bonaccorso <carnil at debian.org>
Date:   Sat Feb 18 10:45:03 2012 +0100

    Drop spelling.patch patch
    
    Patch was applied upstream.

diff --git a/debian/patches/series b/debian/patches/series
deleted file mode 100644
index 5299247..0000000
--- a/debian/patches/series
+++ /dev/null
@@ -1 +0,0 @@
-spelling.patch
diff --git a/debian/patches/spelling.patch b/debian/patches/spelling.patch
deleted file mode 100644
index 15e9432..0000000
--- a/debian/patches/spelling.patch
+++ /dev/null
@@ -1,65 +0,0 @@
-Subject: Spelling
-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-31
-
---- 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