Your message dated Fri, 30 Jan 2009 22:17:05 +0000
with message-id <[email protected]>
and subject line Bug#478845: fixed in dwww 1.11.0
has caused the Debian Bug report #478845,
regarding dwww: Doesn't have a gnome menu entry
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.)


-- 
478845: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=478845
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: dwww
Version: 1.10.3
Severity: wishlist
Tags: patch


This .desktop fixes that (for /usr/share/applications).  Launches 
x-www-browser http://localhost/dwww

I set the category to Utility so it will go in Accessories.

The doesn't depend on GNOME, it's just convenient if you have it.

-- System Information:
Debian Release: 4.0
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.18-6-686
Locale: LANG=en_CA.UTF-8, LC_CTYPE=en_CA.UTF-8 (charmap=UTF-8)

Versions of packages dwww depends on:
ii  apache [httpd-cgi]     1.3.34-4.1+etch1  versatile, high-performance HTTP s
ii  debconf [debconf-2.0]  1.5.11etch1       Debian configuration management sy
ii  debianutils            2.17              Miscellaneous utilities specific t
ii  doc-base               0.7.21            utilities to manage online documen
ii  file                   4.17-5etch3       Determines file type using "magic"
ii  libc6                  2.3.6.ds1-13etch5 GNU C Library: Shared libraries
ii  libfile-ncopy-perl     0.34-1            file copying like cp for perl
ii  libmime-types-perl     1.18-1            Perl extension for determining MIM
ii  man-db                 2.4.3-6           The on-line manual pager
ii  menu                   2.1.33            generates programs menu for all me
ii  mime-support           3.39-1            MIME files 'mime.types' & 'mailcap
ii  perl                   5.8.8-7etch1      Larry Wall's Practical Extraction 

Versions of packages dwww recommends:
ii  apt                         0.6.46.4-0.1 Advanced front-end for dpkg
pn  dlocate                     <none>       (no description available)
ii  info2www                    1.2.2.9-23   Read info files with a WWW browser

-- debconf information:
  dwww/cgiuser: www-data
  dwww/nosuchuser:
  dwww/cgidir: /usr/lib/cgi-bin
  dwww/docrootdir: /var/www
  dwww/serverport: 80
  dwww/servername: localhost
  dwww/index_docs: true
  dwww/badport:
  dwww/nosuchdir:
[Desktop Entry]
Encoding=UTF-8
Name=Debian Documentation Browser
Exec=x-www-browser http://localhost/dwww
Terminal=false
X-MultipleArgs=false
Type=Application
Icon=gnome-touristinfo
Categories=Application;Utility;
StartupNotify=true

--- End Message ---
--- Begin Message ---
Source: dwww
Source-Version: 1.11.0

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

dwww_1.11.0.dsc
  to pool/main/d/dwww/dwww_1.11.0.dsc
dwww_1.11.0.tar.gz
  to pool/main/d/dwww/dwww_1.11.0.tar.gz
dwww_1.11.0_i386.deb
  to pool/main/d/dwww/dwww_1.11.0_i386.deb



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 dwww 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: Fri, 30 Jan 2009 22:10:54 +0100
Source: dwww
Binary: dwww
Architecture: source i386
Version: 1.11.0
Distribution: experimental
Urgency: low
Maintainer: Robert Luberda <[email protected]>
Changed-By: Robert Luberda <[email protected]>
Description: 
 dwww       - Read all on-line documentation with a WWW browser
Closes: 180733 478845
Changes: 
 dwww (1.11.0) experimental; urgency=low
 .
   * Apply a patch from Harold Melton (kv5r at kv5r.com) for a better design
     of dwww-generated pages with a light peach background (closes: #180733),
     menu bar, and larger pre/code/tt mono face for the man pages, much more
     suitable for the newer 1280x1024 LCD monitors with sub-pixel anti-aliasing.
     His changes are:
     + Added css file manuals.css;
     + Change most dwww template files;
     + Minor output-related  changes in dwww.cgi, dwww-build, dwww-build-menu,
       dwww-convert, dwww-find and Utils.pm;
     + Changed iso-8859-1 to UTF-8 in all files, for compatibility with some
       of the newer documentation (some were displaying wacky characters).
     + Logos: created a ubuntu.png; recreated a better debian.png.
    Many thanks for the patch, Harold!
 .
   * Rename manuals.css to dwww.css.
   * Standardise menu bar in `by name' and `by section' man indices.
   * dwww-txt2html.c: convert utf8hyphen to '-'.
   * Add desktop file based on patch from the bug log (closes: #478845),
     but with the following changes:
     + remove encoding line (lintian);
     + exec dwww(1) instead of x-www-browser (lintian).
   * dwww-build-menu: don't display "..." when menu section is expanded.
   * dwww-build, Utils.pm: don't specify widths for cells of `man by name'
     table.
   * Fix minus as hyphen usage in dwww-index++(8), dwww-convert(8), dwww(8),
     and dwww-build-menu(8) man pages.
   * Reorganise source tree:
     + rename lib to data;
     + make dirs src and scripts and move there files from top-level directory;
     + move templates to data/templates;
     + move mozilla-dwww.* files to data/mozilla;
     + remove dwww.man.template, it's no used;
     + compile with -Wextra, fix warnings;
     + use build system from doc-base.
   * dwww-text2html: add support for LP: tags.
   * dwww-convert: ignore broken links in BuiltinDwww2HTML().
   * Reorganise binary tree:
     + move template files to new templates sub-directory of /usr/share/dwww;
     + move mozilla files to new mozilla sub-dir.
   * dwww-links: put link into /usr/share/iceape instead of /usr/lib/mozilla.
   * Made binary package a bit different when compiled on Ubuntu:
     + use theirs logo on the dwww pages;
     + install searchplugins in unbranded directories.
   * Update copyright.
   * Standards-Version: 3.8.0 (no changes).
   * Remove 2nd "Section: doc" line from control file (lintian).
   * Bump debhelper compat version to 7.
Checksums-Sha1: 
 3d26fd366956b626d7fbfce8359898e9e7d1cff7 697 dwww_1.11.0.dsc
 87f5a8d8feafb6c5f2ff98a3d40be6bbfe086ebe 135760 dwww_1.11.0.tar.gz
 eb17f5b58d0545e381d3a1432cd78a2ccb8697c3 126066 dwww_1.11.0_i386.deb
Checksums-Sha256: 
 328de055d4d5344d43b86445c12f6540cc36315c309116966afcc206c56b43dd 697 
dwww_1.11.0.dsc
 56ad850a61274c5a6dfe03945175009390bac900499fac9405cb593b5b993896 135760 
dwww_1.11.0.tar.gz
 d0c7b1fd8e845847337ea7bef84c232f190722c2ee492faa0b840ba32fda17ba 126066 
dwww_1.11.0_i386.deb
Files: 
 973b94e0f3b5279721a29cda93953902 697 doc optional dwww_1.11.0.dsc
 290a296b0cd29a49484015e06d8bdf46 135760 doc optional dwww_1.11.0.tar.gz
 d2da66478d6f472a1961e1357bfed43c 126066 doc optional dwww_1.11.0_i386.deb

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

iEYEARECAAYFAkmDbXQACgkQThh1cJ0wnDsoVgCfQUZ95rQxDbH9xEAki9P1lRjt
sLUAnRdxqJH7GiWbzXXBL4OzKu1+KtNj
=jtNE
-----END PGP SIGNATURE-----



--- End Message ---

Reply via email to