Thanks to Adeodato Simó.
+2007-06-06 Guillem Jover <guillem@debian.org>
+
+ * scripts/dpkg-source.pl ($diff_ignore_default_regexp): Add '.shelf'.
+
2007-06-06 Guillem Jover <guillem@debian.org>
* scripts/dpkg-source.pl (%archadded): Move to an outer scope to
* Add lpia support to ostable and triplettable.
* Fix dpkg-source to not emit duplicated entries for the Architecture field
in the .dsc file.
+ * Add '.shelf' to the default dpkg-source -i regex. Closes: #427827
+ Thanks to Adeodato Simó.
[ Updated dselect translations ]
* French (Christian Perrier)
# File-names that should be ignored (never directories)
(?:^|/)(?:DEADJOE|\.cvsignore|\.arch-inventory|\.bzrignore|\.gitignore)$|
# File or directory names that should be ignored
-(?:^|/)(?:CVS|RCS|\.deps|\{arch\}|\.arch-ids|\.svn|\.hg|_darcs|\.git|\.bzr(?:\.backup|tags)?)(?:$|/.*$)
+(?:^|/)(?:CVS|RCS|\.deps|\{arch\}|\.arch-ids|\.svn|\.hg|_darcs|\.git|
+\.shelf|\.bzr(?:\.backup|tags)?)(?:$|/.*$)
';
# Take out comments and newlines