The following commit has been merged in the master branch:
commit 588077fdbc350d0733ce5cb8a298d317cfda1926
Author: Guillem Jover <guil...@debian.org>
Date:   Sat May 21 06:59:44 2011 +0200

    Dpkg::Source::Package: Add ‘.hgsigs’ to the default ignore lists
    
    Closes: #627462
    
    Based-on-patch-by: Jakub Wilk <jw...@debian.org>

diff --git a/debian/changelog b/debian/changelog
index 00a4d69..df49cca 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -68,6 +68,8 @@ dpkg (1.16.1) UNRELEASED; urgency=low
   * Do not lose track of parent directories on removal so that they can
     be properly cleaned up on purge if not used by any other package.
     Based on a patch by Ondřej Surý <ond...@debian.org>. Closes: #454694
+  * Add ‘.hgsigs’ to the default dpkg-source ignore lists.
+    Based on a patch by Jakub Wilk <jw...@debian.org>. Closes: #627462
 
   [ Updated dpkg translations ]
   * German (Sven Joachim). Closes: #620312
diff --git a/scripts/Dpkg/Source/Package.pm b/scripts/Dpkg/Source/Package.pm
index 30b47ed..7eeadfe 100644
--- a/scripts/Dpkg/Source/Package.pm
+++ b/scripts/Dpkg/Source/Package.pm
@@ -50,7 +50,7 @@ our $diff_ignore_default_regexp = '
 (?:^|/)(?: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)?|_darcs|\.git(?:attributes|modules)?|
+\.hg(?:tags|sigs)?|_darcs|\.git(?:attributes|modules)?|
 \.shelf|_MTN|\.be|\.bzr(?:\.backup|tags)?)(?:$|/.*$)
 ';
 # Take out comments and newlines
@@ -81,6 +81,7 @@ our @tar_ignore_default_pattern = qw(
 .gitmodules
 .hg
 .hgignore
+.hgsigs
 .hgtags
 .shelf
 .svn

-- 
dpkg's main repository


-- 
To UNSUBSCRIBE, email to debian-dpkg-cvs-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to