Your message dated Mon, 18 Nov 2013 09:20:44 +0000
with message-id <[email protected]>
and subject line Bug#630530: fixed in man2html 1.6g-7
has caused the Debian Bug report #630530,
regarding [man2html] Malformed links to 'SEE ALSO' manpages
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)


-- 
630530: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=630530
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: man2html
Version: 1.6g-5
Severity: normal
Tags: patch

--- Please enter the report below this line. ---

HTML links to 'SEE ALSO' manpages should follow the format:
/cgi-bin/man/man2html?query=sectionnumber+pagename

However, man2html is generating links in the format:
/cgi-bin/man/man2html?sectionnumber+pagename

The attached patch fixes this bug.

--- System information. ---
Architecture: amd64
Kernel:       Linux 2.6.39-2-amd64

Debian Release: wheezy/sid
  500 testing         sft.if.usp.br
  500 testing         linorg.usp.br
  500 squeeze-backports mozilla.debian.net
  500 maverick        ppa.launchpad.net
  200 unstable        sft.if.usp.br

--- Package information. ---
Depends            (Version) | Installed
============================-+-===========
libc6               (>= 2.3) | 2.13-4
debconf            (>= 0.5)  | 1.5.39
 OR debconf-2.0              |
man2html-base     (= 1.6g-5) | 1.6g-5
gawk                         | 1:3.1.7.dfsg-5
man-db            (>= 2.4.1) | 2.6.0.2-1
debianutils         (>= 2.1) | 4.0.1
apache2                      |
 OR httpd-cgi                |
 OR lynx-cur                 | 2.8.8dev.8-1


Package's Recommends field is empty.

Suggests         (Version) | Installed
==========================-+-===========
swish++                    | 6.1.5-2
lynx-cur                   | 2.8.8dev.8-1
 OR www-browser            |
--- man-1.6g.orig/man2html/cgibase.c	2005-08-20 20:26:06.000000000 -0300
+++ man-1.6g/man2html/cgibase.c	2011-06-14 16:27:12.000000000 -0300
@@ -114,10 +114,10 @@
 			printf("<A HREF=\"%s%s\">Return to Main Contents</A>",
 			       cgibase, man2htmlpath);
 		else if (!sec)
-			printf("<A HREF=\"%s%s%c%s\">%s</A>",
+			printf("<A HREF=\"%s%s%cquery=%s\">%s</A>",
 			       cgibase, man2htmlpath, sep, h, h);
 		else
-			printf("<A HREF=\"%s%s%c%s+%s\">%s</A>",
+			printf("<A HREF=\"%s%s%cquery=%s+%s\">%s</A>",
 			       cgibase, man2htmlpath, sep, sec, h, h);
 	}
 }

--- End Message ---
--- Begin Message ---
Source: man2html
Source-Version: 1.6g-7

We believe that the bug you reported is fixed in the latest version of
man2html, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [email protected],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Robert Luberda <[email protected]> (supplier of updated man2html package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [email protected])


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.8
Date: Sun, 17 Nov 2013 23:57:03 +0100
Source: man2html
Binary: man2html-base man2html
Architecture: source i386
Version: 1.6g-7
Distribution: unstable
Urgency: low
Maintainer: Robert Luberda <[email protected]>
Changed-By: Robert Luberda <[email protected]>
Description: 
 man2html   - browse man pages in your web browser
 man2html-base - convert man pages into HTML format
Closes: 630530 653424 672821 729548 729549
Changes: 
 man2html (1.6g-7) unstable; urgency=low
 .
   * utils.c: Fix querystring2argv() to create argv in case man2html and
     manwhatis scripts are run on http server (like lighttpd) that fails
     to do it by its own (closes: #729549, #630530, LP: #389582).
   * man2html.cron.weekly: set proper permissions for generated index
     file (closes: #729548).
   * manwhatis.c: Fix format string warnings (closes: #672821).
   * Refresh debian/patches with `gpb pq import; gbp pq export'.
   * Add 034-UTF8-charset.patch: set charset in `Content-type' header
     to UTF-8 (LP: #873102).
   * mansearch, utils.h: set `Content-type' charset to UTF-8 as well.
   * Switch build system to debhelper v9 and its tiny rules file:
     + make sure debian default CFLAGS, CPPFLAGS, and LDFLAGS are
       properly handled;
     + add support for cross-compiling;
     + ensure parallel builds work (closes: #653424);
     + enable LFS support (lintian).
   * Standards-Version: 3.9.5 (no changes).
Checksums-Sha1: 
 8c78f30e330365caa8fc0966e0b9612d7eaf595d 1123 man2html_1.6g-7.dsc
 71ebaa97aec792e05527b78a0018b585e9c366f2 65431 man2html_1.6g-7.debian.tar.gz
 7e7482e912e37ef935db3f51d0084ef5ed0c104f 56386 man2html-base_1.6g-7_i386.deb
 61eb66ad7ec6b83f2e85b1e020d3ca688c0b1061 28834 man2html_1.6g-7_i386.deb
Checksums-Sha256: 
 b3b79076af9b748dd640a6ecea26569e0d0b65e25e05c73a876de65ae0cfc5e7 1123 
man2html_1.6g-7.dsc
 e5efde5da3a9877a93947bdfd37ecf87091e1d6476c99f78844517866706a4e9 65431 
man2html_1.6g-7.debian.tar.gz
 2f090fd55809b8c0e781f92f181414776c84cb0d971a7979506ec7df6308c8c2 56386 
man2html-base_1.6g-7_i386.deb
 4e189237f8b7b07f28752cedfd1eac5e1d50117b7f8844c93c5f95a266c8dc63 28834 
man2html_1.6g-7_i386.deb
Files: 
 dd19c9b5d4fd35a72fa4af71bd058089 1123 doc optional man2html_1.6g-7.dsc
 f2c1767f0c8bcacf2638afacaca75352 65431 doc optional 
man2html_1.6g-7.debian.tar.gz
 ea28f5e6679b2b0b16d198484510da44 56386 doc optional 
man2html-base_1.6g-7_i386.deb
 802fd6d58c1e9e571cc598f8ccadaaaf 28834 doc optional man2html_1.6g-7_i386.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.15 (GNU/Linux)

iEYEARECAAYFAlKJSvEACgkQThh1cJ0wnDvKkQCeMq5Lb/4TbG5J6YXNdMYfMr3c
I7IAn2WEd4Cs9T8gVwNbPXUzv9zaXwg6
=B+Gc
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to