浏览代码

Add '.bzrtags' directory to default dpkg-source -i regex.
Suggested by Adeodato Simó. Closes: #370392

Guillem Jover 20 年之前
父节点
当前提交
dc19faf010
共有 3 个文件被更改,包括 8 次插入1 次删除
  1. 5 0
      ChangeLog
  2. 2 0
      debian/changelog
  3. 1 1
      scripts/dpkg-source.pl

+ 5 - 0
ChangeLog

@@ -1,3 +1,8 @@
+2006-06-07  Guillem Jover  <guillem@debian.org>
+
+	* scripts/dpkg-source.pl ($diff_ignore_default_regexp): Add
+	'.bzrtags'.
+
 2006-06-04  Guillem Jover  <guillem@debian.org>
 
 	* configure.ac: Bump version to 1.13.22~.

+ 2 - 0
debian/changelog

@@ -3,6 +3,8 @@ dpkg (1.13.22~) UNRELEASED; urgency=low
   [ Guillem Jover ]
   * Version the po4a Build-Depends to >= 0.23 as we are using options
     introduced in that version. Thanks to Sergio Gelato. Closes: #370536
+  * Add '.bzrtags' directory to default dpkg-source -i regex.
+    Suggested by Adeodato Simó. Closes: #370392
 
   [ Updated dpkg Translations ]
   * Romanian (Eddy Petrişor).

+ 1 - 1
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)$|
 # File or directory names that should be ignored
-(?:^|/)(?:CVS|RCS|\.deps|\{arch\}|\.arch-ids|\.svn|_darcs|\.git|\.bzr(?:\.backup)?)(?:$|/.*$)
+(?:^|/)(?:CVS|RCS|\.deps|\{arch\}|\.arch-ids|\.svn|_darcs|\.git|\.bzr(?:\.backup|tags)?)(?:$|/.*$)
 ';
 
 # Take out comments and newlines