[SCM] Debian packaging of libtest-checkmanifest-perl branch, master, updated. upstream/1.25-36-g7726b6a

Fabrizio Regalli fabreg at fabreg.it
Fri Feb 10 22:52:49 UTC 2012


The following commit has been merged in the master branch:
commit 7726b6a45c6873efd3dbbef35951ac5c78f8a834
Author: Fabrizio Regalli <fabreg at fabreg.it>
Date:   Fri Feb 10 23:52:31 2012 +0100

    Unapply previous patch

diff --git a/t/01_selftest.t b/t/01_selftest.t
index d679666..c91bf5c 100644
--- a/t/01_selftest.t
+++ b/t/01_selftest.t
@@ -33,7 +33,7 @@ open $fh ,'>',$file1 and close $fh;
 open $fh ,'>',$file2 and close $fh;
 
 Test::CheckManifest::_not_ok_manifest('expected: Manifest not ok');
-ok_manifest({filter => [qr/\.(?:svn|git|pc)/,qr/debian/]},'Filter: \.(?:svn|git)');
+ok_manifest({filter => [qr/\.(?:svn|git)/]},'Filter: \.(?:svn|git)');
 Test::CheckManifest::_not_ok_manifest({exclude => ['/.git/']},'expected: Manifest not ok (Exclude /.git/)');
 
 mkdir $dir2;
@@ -44,12 +44,12 @@ Test::CheckManifest::_not_ok_manifest({filter => [qr/\.git/], exclude => ['/.git
 Test::CheckManifest::_not_ok_manifest({filter  => [qr/\.git/],
                                        bool    => 'and',
                                        exclude => ['/t/test']}, 'filter AND exclude');
-ok_manifest({filter  => [qr/\.(?:git|svn)/],
-             exclude => ['/t/test','/debian','/.pc']}, 'filter OR exclude');
+ok_manifest({filter  => [qr/\.git/],
+             exclude => ['/t/test']}, 'filter OR exclude');
 
 unlink $file3;
 
-ok_manifest({filter => [qr/\.git/, qr/\.svn/, qr/\.pc/, qr/debian/ ]},'Filter \.git or \.svn');
+ok_manifest({filter => [qr/\.git/, qr/\.svn/ ]},'Filter \.git or \.svn');
 
 unlink $file2, $file1;
 rmdir  $dir;

-- 
Debian packaging of libtest-checkmanifest-perl



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