[SCM] Debian packaging of libtest-checkmanifest-perl branch, master, updated. debian/1.25-1-10-gf457730

Alessandro Ghedini al3xbio at gmail.com
Thu Jul 26 10:46:24 UTC 2012


The following commit has been merged in the master branch:
commit 91158ad76a7e805ec3cd4dbb6ea41f8ac1f1f2dc
Author: Alessandro Ghedini <al3xbio at gmail.com>
Date:   Thu Jul 26 12:40:35 2012 +0200

    Update fix-tests.patch

diff --git a/debian/patches/fix-tests.patch b/debian/patches/fix-tests.patch
index e30eceb..54dc78c 100644
--- a/debian/patches/fix-tests.patch
+++ b/debian/patches/fix-tests.patch
@@ -1,8 +1,10 @@
 Description: added .pc and debian to exclude/filter clauses
-Author: Nicholas Bamber <nicholas at periapt.co.uk>
 Origin: vendor
 Forwarded: no
-Last-Update: 2011-03-28
+Author: Nicholas Bamber <nicholas at periapt.co.uk>
+Reviewed-by: Alessandro Ghedini <ghedo at debian.org>
+Last-Update: 2012-07-26
+
 --- a/t/01_selftest.t
 +++ b/t/01_selftest.t
 @@ -33,7 +33,7 @@
@@ -30,3 +32,13 @@ Last-Update: 2011-03-28
  
  unlink $file2, $file1;
  rmdir  $dir;
+--- a/t/extra/02_test_in_subdirectory.t
++++ b/t/extra/02_test_in_subdirectory.t
+@@ -9,6 +9,6 @@
+ eval "use Test::CheckManifest tests => 1";
+ plan skip_all => "Test::CheckManifest required" if $@;
+ 
+-ok_manifest({filter => [qr/\.(?:svn|git)/]},'Filter: \.(?:svn|git)');
++ok_manifest({filter => [qr/\.git/, qr/\.svn/, qr/\.pc/, qr/debian/ ]},'Filter \.git or \.svn');
+ 
+ 

-- 
Debian packaging of libtest-checkmanifest-perl



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