From: Frank Lichtenheld Date: Sun, 29 Jan 2006 16:11:52 +0000 (+0000) Subject: Add files and dirs used by bzr to default dpkg-source -i regex X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=55c873a538f6664703a48d61a57934b069d260d1;p=dpkg Add files and dirs used by bzr to default dpkg-source -i regex (maximilian attems). Closes: #345164 --- diff --git a/ChangeLog b/ChangeLog index b58d739a..185bcead 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2006-01-29 maximilian attems + + * scripts/dpkg-source.pl: Add files and + dirs used by bzr to $diff_ignore_default_regexp. + 2006-01-29 Julian Gilbey * scripts/dpkg-buildpackage.sh: Create .changes diff --git a/debian/changelog b/debian/changelog index cddf9f15..6add50d7 100644 --- a/debian/changelog +++ b/debian/changelog @@ -11,6 +11,8 @@ dpkg (1.13.14~) UNRELEASED; urgency=low later (Julian Gilbey). Closes: #217963 * Change heuristics of dpkg-buildpackage's gpg check to allow for more complex setups (Julian Gilbey). Closes: #163061 + * Add files and dirs used by bzr to default dpkg-source -i regex + (maximilian attems). Closes: #345164 -- Guillem Jover Sun, 29 Jan 2006 06:02:58 +0200 diff --git a/scripts/dpkg-source.pl b/scripts/dpkg-source.pl index 8b216d27..c15f37d9 100755 --- a/scripts/dpkg-source.pl +++ b/scripts/dpkg-source.pl @@ -18,9 +18,9 @@ $diff_ignore_default_regexp = ' # Ignore baz-style junk files or directories (?:^|/),,.*(?:$|/.*$)| # File-names that should be ignored (never directories) -(?:^|/)(?:DEADJOE|\.cvsignore|\.arch-inventory)$| +(?:^|/)(?:DEADJOE|\.cvsignore|\.arch-inventory|\.bzrignore)$| # File or directory names that should be ignored -(?:^|/)(?:CVS|RCS|\.deps|\{arch\}|\.arch-ids|\.svn|_darcs)(?:$|/.*$) +(?:^|/)(?:CVS|RCS|\.deps|\{arch\}|\.arch-ids|\.svn|_darcs|\.bzr(?:\.backup)?)(?:$|/.*$) '; # Take out comments and newlines