[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#289760: dpkg-source: add the darcs revision control system for -i



Package: dpkg
Version: 1.10.25
Severity: wishlist
Tags: patch


dpkg-source -i ignores files from many revision control systems but
not from darcs (http://www.darcs.net/, the Debian package is
"darcs"). Here is a small patch:

--- dpkg-source.pl.orig	2005-01-10 22:23:10.000000000 +0100
+++ dpkg-source.pl	2005-01-10 22:24:31.000000000 +0100
@@ -8,7 +8,7 @@
 my %notfileobject;
 my $fn;
 
-$diff_ignore_default_regexp = '(?:^|/)\.#.*$|(?:^|/).*~$|(?:^|/)\..*\.swp|DEADJOE|\.cvsignore|(?:/(?:CVS|RCS|\.deps|\{arch\}|\.arch-ids|\.svn))(?:$|/.*$)';
+$diff_ignore_default_regexp = '(?:^|/)\.#.*$|(?:^|/).*~$|(?:^|/)\..*\.swp|DEADJOE|\.cvsignore|(?:/(?:CVS|RCS|\.deps|\{arch\}|\.arch-ids|\.svn|_darcs))(?:$|/.*$)';
 
 $sourcestyle = 'X';
 $dscformat = "1.0";


-- System Information:
Debian Release: 3.1
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)
Kernel: Linux 2.4.27-1-k7
Locale: LANG=C, LC_CTYPE=fr_FR (charmap=ISO-8859-1)

Versions of packages dpkg depends on:
ii  dselect                     1.10.25      a user tool to manage Debian packa
ii  libc6                       2.3.2.ds1-20 GNU C Library: Shared libraries an

-- no debconf information



Reply to: