The following commit has been merged in the master branch:
commit 285c6c4476c7471af6c5bbc0e2bb0646ea1fa664
Author: Niels Thykier <[email protected]>
Date:   Tue Feb 8 18:24:46 2011 +0100

    Fixed typo in locale name in checks/manpages

diff --git a/checks/manpages b/checks/manpages
index 1e24615..5e03e2e 100644
--- a/checks/manpages
+++ b/checks/manpages
@@ -248,7 +248,7 @@ foreach my $file (@{$info->sorted_index}) {
        if (not defined $pid) {
            fail("cannot run man -E UTF-8 -l: $!");
        } elsif ($pid == 0) {
-           my %newenv = (LANG => 'en_US.UTF8', PATH => $ENV{PATH},
+           my %newenv = (LANG => 'en_US.UTF-8', PATH => $ENV{PATH},
                          MANWIDTH => 80, LOCPATH => $ENV{LOCPATH});
            undef %ENV;
            %ENV = %newenv;
diff --git a/debian/changelog b/debian/changelog
index 68e7270..98242c1 100755
--- a/debian/changelog
+++ b/debian/changelog
@@ -111,6 +111,8 @@ lintian (2.5.0) UNRELEASED; urgency=low
       check to include ".pyo" files.  Thanks to Piotr Ożarowski,
       Jakub Wilk and the people in #debian-python for the report and
       help with implementing this.  (Closes: #576005)
+  * checks/manpages:
+    + [NT] Fixed typo in locale name.
   * checks/menu-format.desc:
     + [CW] Fix several typos.
   * checks/menus.desc:

-- 
Debian package checker


-- 
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]
Archive: http://lists.debian.org/[email protected]

Reply via email to