Based on a patch by Ben Finney. Closes: #481716
+2008-05-19 Guillem Jover <guillem@debian.org>
+
+ * scripts/Dpkg/Source/Package.pm ($diff_ignore_default_regexp): Add
+ '.be'.
+ (@tar_ignore_default_pattern): Likewise.
+
2008-05-12 Guillem Jover <guillem@debian.org>
* scripts/dpkg-gencontrol.pl ($package_type): Rename to ...
update-alternative's verbose mode. Closes: #412487
* Refactor subprocess signal setup.
* Mark and coalesce similar strings for translation.
+ * Add '.be' to the default dpkg-source -i regex. Closes: #481716
+ Based on a patch by Ben Finney.
[ Raphael Hertzog ]
* Enhance dpkg-shlibdeps's error message when a library can't be found to
(?:^|/)(?:DEADJOE|\.cvsignore|\.arch-inventory|\.bzrignore|\.gitignore)$|
# File or directory names that should be ignored
(?:^|/)(?:CVS|RCS|\.deps|\{arch\}|\.arch-ids|\.svn|\.hg|_darcs|\.git|
-\.shelf|_MTN|\.bzr(?:\.backup|tags)?)(?:$|/.*$)
+\.shelf|_MTN|\.be|\.bzr(?:\.backup|tags)?)(?:$|/.*$)
';
# Take out comments and newlines
$diff_ignore_default_regexp =~ s/^#.*$//mg;
.[#~]*
.arch-ids
.arch-inventory
+.be
.bzr
.bzr.backup
.bzr.tags