Author: guillem
Date: 2007-06-06 23:08:49 +0000 (Wed, 06 Jun 2007)
New Revision: 806

Modified:
   trunk/ChangeLog
   trunk/debian/changelog
   trunk/scripts/dpkg-source.pl
Log:
Add '.shelf' to the default dpkg-source -i regex. Closes: #427827
Thanks to Adeodato Sim?\195?\179.


Modified: trunk/ChangeLog
===================================================================
--- trunk/ChangeLog     2007-06-06 00:08:09 UTC (rev 805)
+++ trunk/ChangeLog     2007-06-06 23:08:49 UTC (rev 806)
@@ -1,5 +1,9 @@
 2007-06-06  Guillem Jover  <[EMAIL PROTECTED]>
 
+       * scripts/dpkg-source.pl ($diff_ignore_default_regexp): Add '.shelf'.
+
+2007-06-06  Guillem Jover  <[EMAIL PROTECTED]>
+
        * scripts/dpkg-source.pl (%archadded): Move to an outer scope to
        avoid duped entries in the output Architecture field.
 

Modified: trunk/debian/changelog
===================================================================
--- trunk/debian/changelog      2007-06-06 00:08:09 UTC (rev 805)
+++ trunk/debian/changelog      2007-06-06 23:08:49 UTC (rev 806)
@@ -4,6 +4,8 @@
   * 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)

Modified: trunk/scripts/dpkg-source.pl
===================================================================
--- trunk/scripts/dpkg-source.pl        2007-06-06 00:08:09 UTC (rev 805)
+++ trunk/scripts/dpkg-source.pl        2007-06-06 23:08:49 UTC (rev 806)
@@ -32,7 +32,8 @@
 # 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


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to