Package: exuberant-ctags Version: 1:5.5.4-1 Severity: wishlist Please add "_darcs" to the default exclude list. This is a pattern which matches the directory for the darcs revision-control scheme. It isn't desirable for ctags to recurse into this directory in the same way it isn't for CVS, RCS, etc.
Patch attached. -- System Information: Debian Release: 3.1 APT prefers unstable APT policy: (500, 'unstable') Architecture: i386 (i686) Kernel: Linux 2.6.13.4-jmtd2 Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8) Versions of packages exuberant-ctags depends on: ii libc6 2.3.2.ds1-22 GNU C Library: Shared libraries an -- no debconf information -- Jon Dowland http://alcopop.org/
Adds "_darcs" to the default exclude list. This is a pattern which
matches the directory for the darcs revision-control scheme. It isn't
desirable for ctags to recurse into this directory in the same way it
isn't for CVS, RCS, etc.
Jon Dowland, <[EMAIL PROTECTED]>
Tue, 18 Apr 2006 21:01:02 +0100
--- exuberant-ctags-5.5.4.orig/options.c
+++ exuberant-ctags-5.5.4/options.c
@@ -1759,6 +1759,7 @@
processExcludeOption (NULL, "SCCS");
processExcludeOption (NULL, "RCS");
processExcludeOption (NULL, "CVS");
+ processExcludeOption (NULL, "_darcs");
}
signature.asc
Description: Digital signature

