[lintian] 01/01: Fix typos: pango -> pandoc
This is an automated email from the git hooks/post-receive script.
jwilk pushed a commit to branch master
in repository lintian.
commit 6ab54e24799004d36360e26bc1c3fdc6bfea5b79
Author: Jakub Wilk <jwilk@debian.org>
Date: Sat Jan 30 21:20:02 2016 +0100
Fix typos: pango -> pandoc
---
checks/cruft.desc | 4 ++--
checks/cruft.pm | 2 +-
debian/changelog | 2 +-
.../debian/oldfalsepositives/{pango => pandoc}/search_index.js | 0
t/tests/cruft-minified-js/tags | 2 +-
5 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/checks/cruft.desc b/checks/cruft.desc
index e8c0e3c..f1b1643 100644
--- a/checks/cruft.desc
+++ b/checks/cruft.desc
@@ -524,10 +524,10 @@ Info: The source tarball contains prebuilt Sphinx documentation.
.
It is preferable to rebuild documentation directly from source.
-Tag: source-contains-prebuilt-pango-documentation
+Tag: source-contains-prebuilt-pandoc-documentation
Severity: pedantic
Certainty: possible
-Info: The source tarball contains prebuilt pango documentation.
+Info: The source tarball contains prebuilt pandoc documentation.
This is usually left by mistake when generating the tarball without
first cleaning the source directory. You may want to report this as
an upstream bug, if there is no sign that this was intended.
diff --git a/checks/cruft.pm b/checks/cruft.pm
index 0595b29..1dcde65 100644
--- a/checks/cruft.pm
+++ b/checks/cruft.pm
@@ -948,7 +948,7 @@ sub _search_in_block0 {
}
if($basename eq 'search_index.js') {
if($block =~ m/\A\s*var\s*search_index\s*=/xms) {
- tag 'source-contains-prebuilt-pango-documentation', $dirname;
+ tag 'source-contains-prebuilt-pandoc-documentation', $dirname;
return;
}
}
diff --git a/debian/changelog b/debian/changelog
index 0ec7277..7b541d9 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -5,7 +5,7 @@ lintian (2.5.41) UNRELEASED; urgency=medium
* checks/cruft.{desc,pm}:
+ [BR] Filter some simple comments for long line in source-is-missing
(Closes: #798900).
- + [BR] Detect pango docs avoiding source-is-missing warning.
+ + [BR] Detect pandoc docs avoiding source-is-missing warning.
* checks/files.pm:
+ [JW] Treat packages without Multi-Arch field as if they had
"Multi-Arch: no". Thanks to Bas Couwenberg for the bug report.
diff --git a/t/tests/cruft-minified-js/debian/oldfalsepositives/pango/search_index.js b/t/tests/cruft-minified-js/debian/oldfalsepositives/pandoc/search_index.js
similarity index 100%
rename from t/tests/cruft-minified-js/debian/oldfalsepositives/pango/search_index.js
rename to t/tests/cruft-minified-js/debian/oldfalsepositives/pandoc/search_index.js
diff --git a/t/tests/cruft-minified-js/tags b/t/tests/cruft-minified-js/tags
index cba15cc..8c825b7 100644
--- a/t/tests/cruft-minified-js/tags
+++ b/t/tests/cruft-minified-js/tags
@@ -25,4 +25,4 @@ P: cruft-minified-js source: source-contains-prebuilt-javascript-object usr/shar
P: cruft-minified-js source: source-contains-prebuilt-javascript-object usr/share/javascript/minwithoutsource/notsourced.min.js
P: cruft-minified-js source: source-contains-prebuilt-javascript-object usr/share/javascript/sourced/sourced.min.js
P: cruft-minified-js source: source-contains-prebuilt-javascript-object usr/share/javascript/sourced_variant/sourced.min.js
-P: cruft-minified-js source: source-contains-prebuilt-pango-documentation oldfalsepositives/pango/
+P: cruft-minified-js source: source-contains-prebuilt-pandoc-documentation oldfalsepositives/pandoc/
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/lintian/lintian.git
Reply to: