Re: Problems with debconf files

2002-03-09 Thread Gergely Nagy
> > > #! /bin/sh > > > set -e > > > . /usr/share/debconf/confmodule > > > > > > > Only that? > > It is a dummy package to ease the transition from dict-web1913 to > dict-gcide. The postinst was only added to try make debconf work from > dpkg -i. > Looking at the files on master, I think

Re: Problems with debconf files

2002-03-09 Thread Bob Hilliard
Gergely Nagy <[EMAIL PROTECTED]> writes: > --pgp-sign-Multipart_Sat_Mar__9_23:24:54_2002-1 > Content-Type: text/plain; charset=US-ASCII > > > If I install the package with dpkg -i, the debconf note is not > > displayed. I have DEBCONF_DEBUG set to ``developer'', but no messages > > are outp

Re: Problems with debconf files

2002-03-09 Thread Gergely Nagy
> If I install the package with dpkg -i, the debconf note is not > displayed. I have DEBCONF_DEBUG set to ``developer'', but no messages > are output by debconf. I do have a postinst that contains: > > #! /bin/sh > set -e > . /usr/share/debconf/confmodule > Only that? Can you put the sou

Re: Problems with debconf files

2002-03-09 Thread Bob Hilliard
Gergely Nagy <[EMAIL PROTECTED]> writes: > I think those files should be called > ../debian/dict-web1939/DEBIAN/config and templates, respectively, and > not .. Thanks. That solves part of my problem - at least it gets both config and templates in /var/lib/dpkg/info. If I install the

Re: Problems with debconf files

2002-03-09 Thread Gergely Nagy
> > > #! /bin/sh > > > set -e > > > . /usr/share/debconf/confmodule > > > > > > > Only that? > > It is a dummy package to ease the transition from dict-web1913 to > dict-gcide. The postinst was only added to try make debconf work from > dpkg -i. > Looking at the files on master, I thin

Re: Problems with debconf files

2002-03-09 Thread Bob Hilliard
Gergely Nagy <[EMAIL PROTECTED]> writes: > --pgp-sign-Multipart_Sat_Mar__9_23:24:54_2002-1 > Content-Type: text/plain; charset=US-ASCII > > > If I install the package with dpkg -i, the debconf note is not > > displayed. I have DEBCONF_DEBUG set to ``developer'', but no messages > > are out

Re: Problems with debconf files

2002-03-09 Thread Gergely Nagy
> If I install the package with dpkg -i, the debconf note is not > displayed. I have DEBCONF_DEBUG set to ``developer'', but no messages > are output by debconf. I do have a postinst that contains: > > #! /bin/sh > set -e > . /usr/share/debconf/confmodule > Only that? Can you put the so

Re: Problems with debconf files

2002-03-09 Thread Bob Hilliard
Gergely Nagy <[EMAIL PROTECTED]> writes: > I think those files should be called > ../debian/dict-web1939/DEBIAN/config and templates, respectively, and > not .. Thanks. That solves part of my problem - at least it gets both config and templates in /var/lib/dpkg/info. If I install the