From d3e1f1fd93068af1b596db902b76b5750f258092 Mon Sep 17 00:00:00 2001 From: Wichert Akkerman Date: Mon, 8 Jan 2001 23:13:05 +0000 Subject: [PATCH] ignore vim swapfiles --- ChangeLog | 4 ++++ debian/changelog | 1 + scripts/dpkg-source.pl | 2 +- 3 files changed, 6 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index d693b07f..10bae163 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +Mon Jan 8 15:12:21 PST 2001 Wichert Akkerman + + * scripts/dpkg-source.pl: add vim swapfiles to the default ignore regexp + Mon Jan 8 10:38:28 PST 2001 Wichert Akkerman * po/fr.po: updated diff --git a/debian/changelog b/debian/changelog index 672a828d..13016a1e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -6,6 +6,7 @@ dpkg (1.9.0) unstable; urgency=low a warning if used. * Update French translation, Closes: Bug#65284 * Add French manpages, courtesy of Philippe Batailler + * Ingore vim swapfiles in dpkg-soruce, Closes: Bug#81630 -- Wichert Akkerman UNRELEASED diff --git a/scripts/dpkg-source.pl b/scripts/dpkg-source.pl index 6f700586..af13bf57 100755 --- a/scripts/dpkg-source.pl +++ b/scripts/dpkg-source.pl @@ -8,7 +8,7 @@ my %dirincluded; my %notfileobject; my $fn; -$diff_ignore_default_regexp = '^.*~$|DEAD_JOE|(?:/CVS|/RCS|/.deps)(?:$|/.*$)'; +$diff_ignore_default_regexp = '^.*~$|^\..*\.swp|DEAD_JOE|(?:/CVS|/RCS|/.deps)(?:$|/.*$)'; $sourcestyle = 'X'; $dscformat = "1.0"; -- 2.39.5