Re: Problems with debconf files

2002-03-11 Thread Gergely Nagy
Thus spoke Bob Hilliard <[EMAIL PROTECTED]> on 2002-03-11 10:55:29: > Gergely Nagy <[EMAIL PROTECTED]> writes: > > > Looking at the files on master, I think I know the problem. The quick > > fix is to call db_get dict-web1913/reconf in your postinst. Also, > > since config might be called at prein

Re: Problems with debconf files

2002-03-11 Thread Gergely Nagy
Thus spoke Bob Hilliard <[EMAIL PROTECTED]> on 2002-03-11 10:55:29: > Gergely Nagy <[EMAIL PROTECTED]> writes: > > > Looking at the files on master, I think I know the problem. The quick > > fix is to call db_get dict-web1913/reconf in your postinst. Also, > > since config might be called at prei

Re: Problems with debconf files

2002-03-11 Thread Bob Hilliard
Gergely Nagy <[EMAIL PROTECTED]> writes: > Looking at the files on master, I think I know the problem. The quick > fix is to call db_get dict-web1913/reconf in your postinst. Also, > since config might be called at preinst time, it might not be a good > idea to check the filesystem. So I'd put the

Re: Problems with debconf files

2002-03-11 Thread Bob Hilliard
Gergely Nagy <[EMAIL PROTECTED]> writes: > Looking at the files on master, I think I know the problem. The quick > fix is to call db_get dict-web1913/reconf in your postinst. Also, > since config might be called at preinst time, it might not be a good > idea to check the filesystem. So I'd put th

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

Re: Problems with debconf files

2002-03-08 Thread Gergely Nagy
> I have the files dict-web1913.config dict-web1913.templates in > ../debian. After running debuild, these files, and control, are in > ../debian/dict-web1939/DEBIAN. > > However, when the package is installed, var/lib/dpkg/info > contains: >/var/lib/dpkg/info/dict-web1913.dict-we

Problems with debconf files - corrected

2002-03-08 Thread Bob Hilliard
I wrote: > I have the files dict-web1913.config dict-web1913.templates in > ../debian. After running debuild, these files, and control, are in > ../debian/dict-web1939/DEBIAN. That should have been: I have the files dict-web1913.config and dict-web1913.templates in ../debian

Problems with debconf files

2002-03-08 Thread Bob Hilliard
I am trying to add a debconf note to dict-web1913 to warn of a mis-configuration that will prevent dictd from running. I have the files dict-web1913.config dict-web1913.templates in ../debian. After running debuild, these files, and control, are in ../debian/dict-web1939/DEBIAN.

Re: Problems with debconf files

2002-03-08 Thread Gergely Nagy
> I have the files dict-web1913.config dict-web1913.templates in > ../debian. After running debuild, these files, and control, are in > ../debian/dict-web1939/DEBIAN. > > However, when the package is installed, var/lib/dpkg/info > contains: >/var/lib/dpkg/info/dict-web1913.dict-w

Problems with debconf files - corrected

2002-03-08 Thread Bob Hilliard
I wrote: > I have the files dict-web1913.config dict-web1913.templates in > ../debian. After running debuild, these files, and control, are in > ../debian/dict-web1939/DEBIAN. That should have been: I have the files dict-web1913.config and dict-web1913.templates in ../debia

Problems with debconf files

2002-03-08 Thread Bob Hilliard
I am trying to add a debconf note to dict-web1913 to warn of a mis-configuration that will prevent dictd from running. I have the files dict-web1913.config dict-web1913.templates in ../debian. After running debuild, these files, and control, are in ../debian/dict-web1939/DEBIAN.