Your message dated Mon, 27 Jun 2011 20:47:27 +0000
with message-id <e1qbiin-0004ch...@franck.debian.org>
and subject line Bug#622892: fixed in dwww 1.11.6
has caused the Debian Bug report #622892,
regarding dwww: allow easy addition/configuration of local directory trees
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 ow...@bugs.debian.org
immediately.)


-- 
622892: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=622892
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: dwww
Version: 1.11.5
Severity: wishlist

As far as I can tell, the only place where the indexing of the
directory trees is configured is in

 /usr/share/dwww/functions.sh

by the environmental variable

 DWWW_DOCPATH="/usr/share/doc:/usr/doc:/usr/share/info:
/usr/info:/usr/share/man:/usr/man:/usr/X11R6/man:
/usr/local/man:/usr/local/doc:/usr/local/info:
/usr/share/common-licenses"

dwww should allow the easy addition or configuration of
the search path, especially for /usr/local document
directory trees, either by a variable in the /etc/dww/dww.conf
file, or perhaps a variable in /etc/default/dwww.

In this way, local directory trees such as /usr/local/X11R6/man
or /usr/local/share/doc can be added.

Why /usr/local/doc is specified in the original, rather than
/usr/local/share/doc is not clear.

Thanks for your support,
J G Miller


-- System Information:
Debian Release: wheezy/sid
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: i386 (i686)

Kernel: Linux 2.6.38-2-686 (SMP w/1 CPU core)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages dwww depends on:
ii  apache2                       2.2.17-2   Apache HTTP Server metapackage
ii  apache2-mpm-prefork [httpd-cg 2.2.17-2   Apache HTTP Server - traditional n
ii  debconf [debconf-2.0]         1.5.38     Debian configuration management sy
ii  debianutils                   3.4.4      Miscellaneous utilities specific t
ii  doc-base                      0.10.1     utilities to manage online documen
ii  file                          5.04-5     Determines file type using "magic"
ii  libc6                         2.11.2-11  Embedded GNU C Library: Shared lib
ii  libfile-ncopy-perl            0.34-1     file copying like cp for perl
ii  libmime-types-perl            1.30-1     Perl extension for determining MIM
ii  man-db                        2.5.9-4    on-line manual pager
ii  mime-support                  3.51-1     MIME files 'mime.types' & 'mailcap
ii  perl                          5.10.1-19  Larry Wall's Practical Extraction

Versions of packages dwww recommends:
ii  apt                           0.8.13.1   Advanced front-end for dpkg
ii  dlocate                       1.02       fast alternative to dpkg -L and dp
ii  info2www                      1.2.2.9-24 Read info files with a WWW browser
ii  swish++                       6.1.5-2    Simple Document Indexing System fo

Versions of packages dwww suggests:
ii  doc-debian                    4.0.2      Debian Project documentation and o
ii  dpkg-www                      2.54+nmu1  Web based Debian package browser
ii  epiphany-browser [www-browser 2.30.6-2   Intuitive GNOME web browser
ii  konqueror [www-browser]       4:4.4.5-3  advanced file manager, web browser
ii  w3m [www-browser]             0.5.3-2+b1 WWW browsable pager with excellent

-- Configuration Files:
/etc/dwww/apache.conf changed:
Alias	/dwww		"/srv/httpd/dwww"
<Directory "/srv/httpd/dwww">
	AllowOverride	None
	Order		deny,allow
	Deny from	all
	Allow from	.myhost.mydomain
</Directory>
<Location "/cgi-bin/dwww">
	Order		deny,allow
	Deny from	all
	Allow from	.myhost.mydomain
</Location>


-- debconf information excluded



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

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.6.dsc
  to main/d/dwww/dwww_1.11.6.dsc
dwww_1.11.6.tar.gz
  to main/d/dwww/dwww_1.11.6.tar.gz
dwww_1.11.6_i386.deb
  to main/d/dwww/dwww_1.11.6_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 622...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Robert Luberda <rob...@debian.org> (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 ftpmas...@debian.org)


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

Format: 1.8
Date: Mon, 27 Jun 2011 20:10:10 +0200
Source: dwww
Binary: dwww
Architecture: source i386
Version: 1.11.6
Distribution: unstable
Urgency: low
Maintainer: Robert Luberda <rob...@debian.org>
Changed-By: Robert Luberda <rob...@debian.org>
Description: 
 dwww       - Read all on-line documentation with a WWW browser
Closes: 620530 622892 626301
Changes: 
 dwww (1.11.6) unstable; urgency=low
 .
   * Add Italian translation of the debconf templates (closes: #620530).
   * Add Danish translation of the debconf templates (closes: #626301).
   * Improve configuration file management:
     + include all supported variables and provide theirs descriptions
       (closes: #622892);
     + add a ConfigFile.pm utility module;
     + update maintainer scripts and use ucf to manage changes in the file.
   * Remove references to non-FHS dirs like /usr/doc from programs and
     documentation. Use /usr/local/share/{doc,man,info} hierarchy instead of
     /usr/local/{doc,man,info}.
   * debian/control:
     + sort dependency fields with wrap-and-sort from the devscripts package;
     + add build dependency on lsb-release;
     + bump Standards-Version to 3.9.2 (no changes);
     + add VCS-* fields;
     + add dependency on ucf.
Checksums-Sha1: 
 3427b0ec3f6fd74e7d0eb888c9ede2397714b7a5 841 dwww_1.11.6.dsc
 cbf44112438960397138e2be541ec288a8282442 139507 dwww_1.11.6.tar.gz
 3439708f5434b2bee19d1b1196b64c46dffc59ab 130800 dwww_1.11.6_i386.deb
Checksums-Sha256: 
 92cdd70d5940550b64987b04e95077904f414c4c580a5db43839bc46b5c317b1 841 
dwww_1.11.6.dsc
 81e36f3ff4824709bcaf890a8a96a8996b0edea15432c79543b8f9b8ba541888 139507 
dwww_1.11.6.tar.gz
 e67048099b4454a670528532efe4979293c761427440e1059b9f0525485f3e77 130800 
dwww_1.11.6_i386.deb
Files: 
 f57f8ea788c2192394a3c2c4c8bc5ee7 841 doc optional dwww_1.11.6.dsc
 180683a24deca117ebab1dde8f012a38 139507 doc optional dwww_1.11.6.tar.gz
 a90c2d402ac8f48a1eab16b663aaf26b 130800 doc optional dwww_1.11.6_i386.deb

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

iEYEARECAAYFAk4I4mEACgkQThh1cJ0wnDu7PgCePmZYHIdtsJG00yV0X+sFwdOc
tBQAnRsgUb6rrDOVUpIwzBaYaicSXDF4
=as4k
-----END PGP SIGNATURE-----



--- End Message ---

Reply via email to