Hi,
The patch I attached is incomplete: you also have to remove the debconf
references to the /etc/dhelp/www-browser-{x,console} files.
For that, I think it's enough applying the attached patch and removing
altogether debian/config and debian/po (sorry for the translators :-( ).
Regards,
--
Esteban Manchado Velázquez <[EMAIL PROTECTED]> - http://www.foton.es
EuropeSwPatentFree - http://EuropeSwPatentFree.hispalinux.es
--- debian/postinst-orig 2005-09-03 20:17:04.880187464 +0100
+++ debian/postinst 2005-09-03 20:22:32.247420080 +0100
@@ -17,9 +17,6 @@
# Software Foundation, Inc., 59 Temple Place, Suite 330, Boston,
# MA 02111-1307 USA.
-# source debconf library
-. /usr/share/debconf/confmodule
-
# create configuration directory if necessary
if [ ! -d /etc/dhelp ]; then
mkdir /etc/dhelp
@@ -30,12 +27,6 @@
mkdir /var/lib/dhelp
fi
-# store debconf configuration values in files there
-db_get dhelp/www-browser-console
-echo $RET > /etc/dhelp/www-browser-console
-db_get dhelp/www-browser-x
-echo $RET > /etc/dhelp/www-browser-x
-
# remove /usr/doc/HTML2 if upgrading from old dhelp package
if [ "$1" = configure -a -d /usr/doc/HTML2 ]; then
rm -rf /usr/doc/HTML2
--- debian/rules-orig 2005-09-03 20:24:25.349225992 +0100
+++ debian/rules 2005-09-03 20:24:38.898166240 +0100
@@ -38,7 +38,6 @@
mkdir -p $(R)/usr/lib/cgi-bin
cp dsearch $(R)/usr/lib/cgi-bin
- dh_installdebconf
dh_fixperms
dh_shlibdeps
dh_strip
--- debian/control-orig 2005-09-03 20:24:27.834848120 +0100
+++ debian/control 2005-09-03 20:24:34.586821664 +0100
@@ -6,7 +6,7 @@
Build-Depends: libdb3-dev, debhelper (>= 4.1.16)
Package: dhelp
-Depends: ${shlibs:Depends}, debconf, perl-modules
+Depends: ${shlibs:Depends}, perl-modules
Recommends: mozilla-firefox | www-browser
Suggests: httpd, swish++, info2www, man2html
Architecture: any