[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#208408: tetex-bin: No hyphenation patterns were loaded



From: Marcus Frings <protagonist@gmx.net>
Subject: Bug#208408: tetex-bin: No hyphenation patterns were loaded
Date: Wed, 03 Sep 2003 12:19:19 +0200

> Nevertheless it is not
> acceptable that languages are not loaded anymore without informing the
> user about the change.

Yes, this is a bug ;)  Basically previous answers should be
preserved and perhaps some mechanism using db_get and db_set 
could do this trick.  But need more investigation...

> > Couldn't we check wether the hyphen question has been seen and, if yes,
> > set it to unseen and warn the user about the changed defaults before
> > showing it? Then only noninteractive installs will break, but people

>From my brief test, it could be achived with something like

if dpkg --compare-versions "$2" lt 2.0.2-4.4; then
db_fset tetex-bin/use_debconf seen false
db_fset tetex-bin/hyphen seen false
fi

in postinst.

Further, combining the first mechanism (that is, preserving
previous answers), even noninteractive install could be more
easy in some cases, I guess.

And, anyway, we should provide more refined mechanism in the
next revision.

Regards,			2003-9-3(Wed)

-- 
 Debian Developer & Debian JP Developer - much more I18N of Debian
 Atsuhito Kohda <kohda@debian.org>
 Department of Math., Univ. of Tokushima



Reply to: