File: ignore-quilt.patch

package info (click to toggle)
libfile-find-rule-perl-perl 1.09-2
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 208 kB
  • ctags: 115
  • sloc: perl: 1,529; makefile: 2
file content (16 lines) | stat: -rw-r--r-- 369 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
From: Ansgar Burchardt <ansgar@43-1.org>
Date: Thu, 15 Jul 2010 01:38:00 +0900
Origin: vendor
Subject: Ignore directory used by quilt during tests

--- libfile-find-rule-perl-perl.orig/t/03_no_index.t
+++ libfile-find-rule-perl-perl/t/03_no_index.t
@@ -46,6 +46,8 @@
 			and
 			! /\.sw[op]\b/
 			and
+			! /^\.pc\b/
+			and
 			! /\bblib\b/
 			and
 			! $ignore{$_}