Author: guillem
Date: 2007-03-20 03:52:14 +0000 (Tue, 20 Mar 2007)
New Revision: 678

Modified:
   trunk/ChangeLog
   trunk/debian/changelog
   trunk/scripts/dpkg-source.pl
Log:
Add '.hg' to the default dpkg-source -i regex. Closes: #414794


Modified: trunk/ChangeLog
===================================================================
--- trunk/ChangeLog     2007-03-18 17:49:43 UTC (rev 677)
+++ trunk/ChangeLog     2007-03-20 03:52:14 UTC (rev 678)
@@ -1,3 +1,7 @@
+2007-03-20  Guillem Jover  <[EMAIL PROTECTED]>
+
+       * scripts/dpkg-source.pl ($diff_ignore_default_regexp): Add '.hg'.
+
 2007-03-13  Guillem Jover  <[EMAIL PROTECTED]>
 
        * scripts/controllib.pl (parsechangelog): Only binmode CDATA from the

Modified: trunk/debian/changelog
===================================================================
--- trunk/debian/changelog      2007-03-18 17:49:43 UTC (rev 677)
+++ trunk/debian/changelog      2007-03-20 03:52:14 UTC (rev 678)
@@ -24,6 +24,7 @@
     Thanks to Frank Lichtenheld.
   * Add '.gitignore' to the default dpkg-source -i regex. Closes: #409566
     Thanks to Julien Cristau.
+  * Add '.hg' to the default dpkg-source -i regex. Closes: #414794
   * Use l10n-friendlier strings to describe dependencies. Closes: #390916
     Thanks to Ian Jackson.
   * Change priority for dpkg-dev from standard to optional to match the

Modified: trunk/scripts/dpkg-source.pl
===================================================================
--- trunk/scripts/dpkg-source.pl        2007-03-18 17:49:43 UTC (rev 677)
+++ trunk/scripts/dpkg-source.pl        2007-03-20 03:52:14 UTC (rev 678)
@@ -20,7 +20,7 @@
 # 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|_darcs|\.git|\.bzr(?:\.backup|tags)?)(?:$|/.*$)
+(?:^|/)(?:CVS|RCS|\.deps|\{arch\}|\.arch-ids|\.svn|\.hg|_darcs|\.git|\.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