tags 463871 + patch
thanks

Hello,

On Sun, 03 Feb 2008, Kevin Baradon wrote:
> After upgrade to version 2.53, dpkg-www doesn't display package list
> anymore. Here is text transcript of the web page shown :

The enclosed patch appears to fix the problem.

Regards,

Kapil.
--
=================patch=======================
--- /usr/lib/cgi-bin/dpkg.orig  2008-01-22 21:51:06.000000000 +0530
+++ /usr/lib/cgi-bin/dpkg       2008-02-04 15:17:33.000000000 +0530
@@ -945,10 +945,6 @@
            NR--
            next
        }
-       (is_hdr) {
-           header[NR] = $0
-           next
-       }
        (is_hdr == 1) && ($1 == "||/") {
            # ||/ Name           Version        Description
            hstat  = $1
@@ -992,6 +988,10 @@
                needs_desc = missing_desc[name] = NR
            }
        }
+       (is_hdr) {
+           header[NR] = $0
+           next
+       }
        END {
            if (needs_desc) {
                update_descs()
=================end of patch================



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to