[Reproducible-commits] [dpkg] 22/54: Dpkg::Source::Package: Add ‘.gitreview’ to the default ignore list

Mattia Rizzolo mattia at debian.org
Fri Jan 15 18:54:00 UTC 2016


This is an automated email from the git hooks/post-receive script.

mattia pushed a commit to branch pu/reproducible_builds
in repository dpkg.

commit d92794f4a8db43959b06d4191860dcc27e5ddcbf
Author: Guillem Jover <guillem at debian.org>
Date:   Fri Nov 27 20:15:35 2015 +0100

    Dpkg::Source::Package: Add ‘.gitreview’ to the default ignore list
---
 debian/changelog               | 1 +
 scripts/Dpkg/Source/Package.pm | 3 ++-
 2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index c41348c..bce8876 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -15,6 +15,7 @@ dpkg (1.18.4) UNRELEASED; urgency=low
     --remove commands.
   * Make dpkg-architecture warning on non-matching GNU system type compiler
     agnostic.
+  * Add ‘.gitreview’ to the default dpkg-source ignore lists.
   * Build system:
     - Set PERL5LIB globally for the test suite to the local modules directory,
       to avoid using the system modules. Regression introduced in dpkg 1.17.8.
diff --git a/scripts/Dpkg/Source/Package.pm b/scripts/Dpkg/Source/Package.pm
index 60ba3e7..cc9daf9 100644
--- a/scripts/Dpkg/Source/Package.pm
+++ b/scripts/Dpkg/Source/Package.pm
@@ -70,7 +70,7 @@ my $diff_ignore_default_regex = '
 (?:^|/)(?:DEADJOE|\.arch-inventory|\.(?:bzr|cvs|hg|git)ignore)$|
 # File or directory names that should be ignored
 (?:^|/)(?:CVS|RCS|\.deps|\{arch\}|\.arch-ids|\.svn|
-\.hg(?:tags|sigs)?|_darcs|\.git(?:attributes|modules)?|
+\.hg(?:tags|sigs)?|_darcs|\.git(?:attributes|modules|review)?|
 \.mailmap|\.shelf|_MTN|\.be|\.bzr(?:\.backup|tags)?)(?:$|/.*$)
 ';
 # Take out comments and newlines
@@ -106,6 +106,7 @@ our @tar_ignore_default_pattern = qw(
 .gitattributes
 .gitignore
 .gitmodules
+.gitreview
 .hg
 .hgignore
 .hgsigs

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/reproducible/dpkg.git



More information about the Reproducible-commits mailing list