From 993801879bb22d42b045e8adf3b02c01f1d67a38 Mon Sep 17 00:00:00 2001 From: Guillem Jover Date: Tue, 20 Mar 2007 03:52:14 +0000 Subject: [PATCH] Add '.hg' to the default dpkg-source -i regex. Closes: #414794 --- ChangeLog | 4 ++++ debian/changelog | 1 + scripts/dpkg-source.pl | 2 +- 3 files changed, 6 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 8bfaad72..82bcdaf7 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2007-03-20 Guillem Jover + + * scripts/dpkg-source.pl ($diff_ignore_default_regexp): Add '.hg'. + 2007-03-13 Guillem Jover * scripts/controllib.pl (parsechangelog): Only binmode CDATA from the diff --git a/debian/changelog b/debian/changelog index 0818c3d6..87df913d 100644 --- a/debian/changelog +++ b/debian/changelog @@ -24,6 +24,7 @@ dpkg (1.14.0) UNRELEASED; urgency=low Thanks to Frank Lichtenheld. * Add '.gitignore' to the default dpkg-source -i regex. Closes: #409566 Thanks to Julien Cristau. + * Add '.hg' to the default dpkg-source -i regex. Closes: #414794 * Use l10n-friendlier strings to describe dependencies. Closes: #390916 Thanks to Ian Jackson. * Change priority for dpkg-dev from standard to optional to match the diff --git a/scripts/dpkg-source.pl b/scripts/dpkg-source.pl index d4dd9485..69b150f4 100755 --- a/scripts/dpkg-source.pl +++ b/scripts/dpkg-source.pl @@ -20,7 +20,7 @@ $diff_ignore_default_regexp = ' # 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|_darcs|\.git|\.bzr(?:\.backup|tags)?)(?:$|/.*$) +(?:^|/)(?:CVS|RCS|\.deps|\{arch\}|\.arch-ids|\.svn|\.hg|_darcs|\.git|\.bzr(?:\.backup|tags)?)(?:$|/.*$) '; # Take out comments and newlines -- 2.39.5