Package: dpkg-dev
Version: 1.13.25
Severity: normal
Tags: patch

  2007-03-13  Jari Aalto  <jari aalto A T cante net>

        * scripts/dpkg-source.pl: (top level::diff_ignore_default_regexp):
        Split regexp to multiple lines. Added .hg mercurical ignore.
        Optimized (?:$|/.*$) to plain (?:/|$)


=== modified file 'scripts/dpkg-source.pl'
--- scripts/dpkg-source.pl      2007-03-13 14:27:29 +0000
+++ scripts/dpkg-source.pl      2007-03-13 14:32:42 +0000
@@ -20,7 +20,10 @@
 # File-names that should be ignored (never directories)
 (?:^|/)(?:DEADJOE|\.cvsignore|\.arch-inventory|\.bzrignore)$|
 # File or directory names that should be ignored
-(?:^|/)(?:CVS|RCS|\.deps|\{arch\}|\.arch-ids|\.svn|_darcs|\.git|\.bzr(?:\.backup|tags)?)(?:$|/.*$)
+(?:^|/)(?:CVS|RCS|\.deps|\{arch\}|\.arch-ids)(?:/|$)|
+(?:^|/)(?:\.svn|_darcs|\.git|\.hg)(?:/|$)|
+# Bazaar version control
+(?:^|/)(?:\.bzr(?:\.backup|tags)?)(?:/|$)
 ';

 # Take out comments and newlines



-- System Information:
Debian Release: 4.0
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'stable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/dash
Kernel: Linux 2.6.18-3-686
Locale: LANG=C, LC_CTYPE=C (charmap=ISO-8859-1) (ignored: LC_ALL set to en_US)

Versions of packages dpkg-dev depends on:
ii  binutils                      2.17-3     The GNU assembler, linker and bina
ii  cpio                          2.6-17     GNU cpio -- a program to manage ar
ii  dpkg                          1.13.25    package maintenance system for Deb
ii  make                          3.81-3     The GNU version of the "make" util
ii  patch                         2.5.9-4    Apply a diff file to an original
ii  perl [perl5]                  5.8.8-7    Larry Wall's Practical Extraction 
ii  perl-modules                  5.8.8-7    Core Perl modules

Versions of packages dpkg-dev recommends:
ii  bzip2                         1.0.3-6    high-quality block-sorting file co
ii  gcc [c-compiler]              4:4.1.1-15 The GNU C compiler
ii  gcc-4.0 [c-compiler]          4.0.3-7    The GNU C compiler
ii  gcc-4.1 [c-compiler]          4.1.1-21   The GNU C compiler
ii  tcc [c-compiler]              0.9.23-4   The smallest ANSI C compiler

-- no debconf information


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to