Package: dpkg-dev
Version: 1.14.25a0.mrvn.2
Severity: normal
Tags: patch

Hi,

I just noticed that in 3.0 (quilt) format dpkg-source ignores .hg but
not .hgtags. The attached patch adds .hgtags to the ignore list.

MfG
        Goswin

-- System Information:
Debian Release: squeeze/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (400, 'unstable-i386'), (1, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.26-xen-1 (SMP w/2 CPU cores)
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)
Shell: /bin/sh linked to /bin/bash

Versions of packages dpkg-dev depends on:
ii  binutils                2.19.1-1         The GNU assembler, linker and bina
ii  bzip2                   1.0.5-1          high-quality block-sorting file co
ii  cpio                    2.9.90-3         GNU cpio -- a program to manage ar
ii  dpkg                    1.14.25a0.mrvn.2 Debian package management system
ii  libtimedate-perl        1.1600-9         Time and date functions for Perl
ii  lzma                    4.43-14          Compression method of 7z format in
ii  make                    3.81-5           The GNU version of the "make" util
ii  patch                   2.5.9-5          Apply a diff file to an original
ii  perl [perl5]            5.10.0-19        Larry Wall's Practical Extraction 
ii  perl-modules            5.10.0-19        Core Perl modules

Versions of packages dpkg-dev recommends:
ii  build-essential               11.4       Informational list of build-essent
ii  gcc [c-compiler]              4:4.3.3-2  The GNU C compiler
ii  gcc-3.4 [c-compiler]          3.4.6-9    The GNU C compiler
ii  gcc-4.1 [c-compiler]          4.1.2-25   The GNU C compiler
ii  gcc-4.2 [c-compiler]          4.2.4-6    The GNU C compiler
ii  gcc-4.3 [c-compiler]          4.3.3-5    The GNU C compiler

Versions of packages dpkg-dev suggests:
pn  debian-keyring                <none>     (no description available)
ii  gnupg                         1.4.9-4    GNU privacy guard - a free PGP rep

-- no debconf information
diff -Nru dpkg-1.14.25/scripts/Dpkg/Source/Package.pm dpkg-1.14.25a0.mrvn.1/scripts/Dpkg/Source/Package.pm
--- dpkg-1.14.25/scripts/Dpkg/Source/Package.pm	2009-02-01 07:19:01.000000000 +0100
+++ dpkg-1.14.25a0.mrvn.1/scripts/Dpkg/Source/Package.pm	2009-04-27 15:26:14.000000000 +0200
@@ -46,7 +46,7 @@
 # File-names that should be ignored (never directories)
 (?:^|/)(?:DEADJOE|\.cvsignore|\.arch-inventory|\.bzrignore|\.gitignore)$|
 # File or directory names that should be ignored
-(?:^|/)(?:CVS|RCS|\.deps|\{arch\}|\.arch-ids|\.svn|\.hg|_darcs|\.git|
+(?:^|/)(?:CVS|RCS|\.deps|\{arch\}|\.arch-ids|\.svn|\.hg|\.hgtags|_darcs|\.git|
 \.shelf|_MTN|\.bzr(?:\.backup|tags)?)(?:$|/.*$)
 ';
 # Take out comments and newlines

Reply via email to