The following commit has been merged in the master branch:
commit f3cf03c3be78dfd4e7fc52be72a9db81f5c51ce4
Author: Niels Thykier <[email protected]>
Date:   Sun Jan 27 17:59:30 2013 +0100

    L::Tag::Info: Use "&amp;" in $MANUAL URL
    
    Signed-off-by: Niels Thykier <[email protected]>

diff --git a/debian/changelog b/debian/changelog
index d45f93e..61aaa14 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -160,6 +160,9 @@ lintian (2.5.12) UNRELEASED; urgency=low
   * lib/Lintian/Relation/Version.pm:
     + [NT] Add and export "versions_comparator" that can be used for
       sorting purposes.
+  * lib/Lintian/Tag/Info.pm:
+    + [NT] Use "&amp;" in the manpage ref URLs to generate proper HTML.
+      Thanks to Vasudev Kamath for reporting the issue.
   * lib/Lintian/Util.pm:
     + [NT] Reject partially signed Deb822 files.  Most Deb822 files
       are not signed at all; but those that are should be completely
diff --git a/lib/Lintian/Tag/Info.pm b/lib/Lintian/Tag/Info.pm
index cf3f1bd..e7d1e2e 100644
--- a/lib/Lintian/Tag/Info.pm
+++ b/lib/Lintian/Tag/Info.pm
@@ -33,7 +33,7 @@ use Lintian::Util qw(fail);
 # when formatting references to manual pages into HTML to provide a link
 # to the manual page.
 our $MANURL
-    = 'http://manpages.debian.net/cgi-bin/man.cgi?query=NAME&sektion=SECTION';
+    = 
'http://manpages.debian.net/cgi-bin/man.cgi?query=NAME&amp;sektion=SECTION';
 
 # Stores the parsed manual reference data.  Loaded the first time info()
 # is called.

-- 
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