aboutsummaryrefslogtreecommitdiff
path: root/debian/patches/0001-allow-quilt.patch
blob: 1edd0f4c66ffaecd32d19f1e660429eaf85ce3ff (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
diff --git a/tests/docs/spdx-license-t b/tests/docs/spdx-license-t
index 91072bf..a55b054 100755
--- a/tests/docs/spdx-license-t
+++ b/tests/docs/spdx-license-t
@@ -72,6 +72,7 @@ my @IGNORE_PATHS = (
     qr{ \A php/ltmain [.] sh \z }xms,          # Created by phpize
     qr{ \A php/run-tests [.] php \z }xms,      # Created by phpize
     qr{ [.] l?a \z }xms,                       # Created by libtool
+    qr{ [.] pc/ }xms,                          # Created by quilt
 );
 ## use critic
 
diff --git a/tests/tap/perl/Test/RRA/Automake.pm b/tests/tap/perl/Test/RRA/Automake.pm
index 69fff6a..1a785ff 100644
--- a/tests/tap/perl/Test/RRA/Automake.pm
+++ b/tests/tap/perl/Test/RRA/Automake.pm
@@ -74,7 +74,7 @@ BEGIN {
 # Directories to skip globally when looking for all files, or for directories
 # that could contain Perl files.
 my @GLOBAL_SKIP = qw(
-  .git _build autom4te.cache build-aux perl/_build perl/blib
+  .git _build autom4te.cache build-aux perl/_build perl/blib debian .pc
 );
 
 # Additional paths to skip when building a list of all files in the