summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--debian/changelog1
-rw-r--r--t/codespell.t2
2 files changed, 3 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index c8dcaac32..c3ca9bf1a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -63,6 +63,7 @@ dpkg (1.20.0) UNRELEASED; urgency=medium
* Test suite:
- Remove perlcritic Documentation::RequirePodLinksIncludeText suppression.
- Clarify cppcheck va_list_usedBeforeStarted suppression.
+ - Skip build directories from codespell check.
[ Updated man pages translations ]
* German (Helge Kreutzmann). Closes: #931135
diff --git a/t/codespell.t b/t/codespell.t
index 101b00bba..7b4dd3c2a 100644
--- a/t/codespell.t
+++ b/t/codespell.t
@@ -39,6 +39,8 @@ my @codespell_skip = qw(
libtool
libtool.m4
aclocal.m4
+ build-tree
+ tmp
);
my $codespell_skip = join ',', @codespell_skip;