]> err.no Git - dpkg/commitdiff
Add '.be' to the default dpkg-source -i regex and -I pattern
authorGuillem Jover <guillem@debian.org>
Mon, 19 May 2008 03:56:45 +0000 (06:56 +0300)
committerGuillem Jover <guillem@debian.org>
Mon, 19 May 2008 04:35:53 +0000 (07:35 +0300)
Based on a patch by Ben Finney. Closes: #481716

ChangeLog
debian/changelog
scripts/Dpkg/Source/Package.pm

index 016ff0c830bf352dc95cd9aea85e5472d368d99b..ed13abbabe547d9b253b0390b2f019a08e8f3bf7 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+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 ...
index 200d58a8162f1fed549e371d942100449618d5fe..a3744cd5f7d56ac2ed4486132187ba69f92cff0a 100644 (file)
@@ -5,6 +5,8 @@ dpkg (1.15.0) UNRELEASED; urgency=low
     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
index f086e85b739024ddc22278824e9499b21b85d462..4c253a7317ef448e89b05afab8d9ecb627a6e966 100644 (file)
@@ -47,7 +47,7 @@ our $diff_ignore_default_regexp = '
 (?:^|/)(?: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;
@@ -64,6 +64,7 @@ our @tar_ignore_default_pattern = qw(
 .[#~]*
 .arch-ids
 .arch-inventory
+.be
 .bzr
 .bzr.backup
 .bzr.tags