File: ignore-quilt.patch

package info (click to toggle)
libfile-find-rule-perl-perl 1.13-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 232 kB
  • ctags: 125
  • sloc: perl: 1,712; makefile: 2
file content (17 lines) | stat: -rw-r--r-- 360 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Description: Ignore directory used by quilt during tests
Origin: vendor
From: Ansgar Burchardt <ansgar@debian.org>
Reviewed-by: Salvatore Bonaccorso <carnil@debian.org>
Last-Update: 2011-11-05

--- a/t/03_no_index.t
+++ b/t/03_no_index.t
@@ -46,6 +46,8 @@
 			and
 			! /(?:^|\W)\.\w/
 			and
+			! /^\.pc\b/
+			and
 			! /\bblib\b/
 			and
 			! $ignore{$_}