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

[SCM] Debian package checker branch, master, updated. 2.2.18-97-g3cfffb8



The following commit has been merged in the master branch:
commit 5c282ce5ec84ce6d8551bd3353b6b8031a51041a
Author: Russ Allbery <rra@debian.org>
Date:   Sat Dec 26 16:47:11 2009 -0800

    Rename manpage-has-spelling-error to spelling-error-in-manpage

diff --git a/checks/manpages b/checks/manpages
index c0cce98..bf6177e 100644
--- a/checks/manpages
+++ b/checks/manpages
@@ -317,7 +317,7 @@ foreach my $file (sort keys %{$info->index}) {
 		tag "manpage-has-errors-from-pod2man", "$file:$lc";
 	    }
 	    # Check for spelling errors if the manpage is English
-	    spelling_check("manpage-has-spelling-error", $line, $file)
+	    spelling_check("spelling-error-in-manpage", $line, $file)
 		if ($path =~ m,/man/man\d/,);
 	}
 	tag "hyphen-used-as-minus-sign", $file, ($hc - 10),
diff --git a/checks/manpages.desc b/checks/manpages.desc
index 61567ae..e3b93cb 100644
--- a/checks/manpages.desc
+++ b/checks/manpages.desc
@@ -281,7 +281,7 @@ Info: This package installs a manual page in a locale directory that
  and zh_*.  Please file a bug against Lintian if this is another case
  where a country name is appropriate.
 
-Tag: manpage-has-spelling-error
+Tag: spelling-error-in-manpage
 Severity: normal
 Certainty: possible
 Info: Lintian found a spelling error in the manpage. Lintian has a list
diff --git a/debian/changelog b/debian/changelog
index 126c60b..acb28c4 100755
--- a/debian/changelog
+++ b/debian/changelog
@@ -16,6 +16,7 @@ lintian (2.3.0) UNRELEASED; urgency=low
       - ocaml-dev-file-not-in-usr-lib-ocaml (pedantic)
       - ocaml-meta-without-suggesting-findlib (pedantic)
       - ocaml-stray-cmo
+      - spelling-error-in-manpage
     + Removed:
       - build-depends-without-arch-dep
 
diff --git a/t/tests/manpages-general/desc b/t/tests/manpages-general/desc
index 7f4e6b5..bf2f169 100644
--- a/t/tests/manpages-general/desc
+++ b/t/tests/manpages-general/desc
@@ -11,7 +11,6 @@ Test-For:
  manpage-has-bad-whatis-entry
  manpage-has-errors-from-man
  manpage-has-errors-from-pod2man
- manpage-has-spelling-error
  manpage-has-useless-whatis-entry
  manpage-has-wrong-extension
  manpage-is-dh_make-template
@@ -20,4 +19,5 @@ Test-For:
  manpage-not-compressed-with-gzip
  manpage-not-compressed-with-max-compression
  manpage-section-mismatch
+ spelling-error-in-manpage
  x11-games-should-be-in-usr-games
diff --git a/t/tests/manpages-general/tags b/t/tests/manpages-general/tags
index 580670a..d2d4e39 100644
--- a/t/tests/manpages-general/tags
+++ b/t/tests/manpages-general/tags
@@ -41,8 +41,8 @@ W: manpages-general: manpage-has-bad-whatis-entry usr/share/man/man6/usr-games-b
 W: manpages-general: manpage-has-errors-from-man usr/share/man/man1/test.1p.gz 12: warning: macro `dep' not defined (possibly missing space after `de')
 W: manpages-general: manpage-has-errors-from-man usr/share/man/man3/included.3.gz 6: warning: macro `zY' not defined
 W: manpages-general: manpage-has-errors-from-pod2man usr/share/man/man1/test.1p.gz:17
-W: manpages-general: manpage-has-spelling-error usr/X11R6/man/man1/rstartd.1x.gz speling spelling
-W: manpages-general: manpage-has-spelling-error usr/share/man/man1/program.1.gz speling spelling
 W: manpages-general: manpage-has-useless-whatis-entry usr/share/man/man1/true.1.gz
 W: manpages-general: manpage-locale-dir-country-specific usr/share/man/de_DE/man1/test-utf8-chars.1p.gz
 W: manpages-general: manpage-section-mismatch usr/X11R6/man/man1/rstartd.1x.gz:5 1x != 1
+W: manpages-general: spelling-error-in-manpage usr/X11R6/man/man1/rstartd.1x.gz speling spelling
+W: manpages-general: spelling-error-in-manpage usr/share/man/man1/program.1.gz speling spelling

-- 
Debian package checker


Reply to: