Re: lintian warning: debconf-is-not-a-registry

2003-02-24 Thread Andreas Metzler
Martin Orr <[EMAIL PROTECTED]> wrote: > I am packaging the MCBSAM package, for managing a squid proxy server. > This package uses configuration files which must be set up at install > time, so I have a script /usr/sbin/mcbsam-configure which is run by my > postinst to do the setting up. When I run

Re: lintian warning: debconf-is-not-a-registry

2003-02-24 Thread Andreas Metzler
Martin Orr <[EMAIL PROTECTED]> wrote: > I am packaging the MCBSAM package, for managing a squid proxy server. > This package uses configuration files which must be set up at install > time, so I have a script /usr/sbin/mcbsam-configure which is run by my > postinst to do the setting up. When I run

Re: lintian warning: debconf-is-not-a-registry

2003-02-22 Thread Martin Orr
On Sat, Feb 22, 2003 at 05:54:20PM +0100, Simon Richter wrote: > Martin, > > > W: mcbsam: debconf-is-not-a-registry ./usr/sbin/mcbsam-configure > > You should not use debconf outside of the config and postinst (and > possibly preinst) scripts. What you really mean to do is to merge the > setup sc

Re: lintian warning: debconf-is-not-a-registry

2003-02-22 Thread Martin Orr
On Sat, Feb 22, 2003 at 05:54:20PM +0100, Simon Richter wrote: > Martin, > > > W: mcbsam: debconf-is-not-a-registry ./usr/sbin/mcbsam-configure > > You should not use debconf outside of the config and postinst (and > possibly preinst) scripts. What you really mean to do is to merge the > setup sc

Re: lintian warning: debconf-is-not-a-registry

2003-02-22 Thread Simon Richter
Martin, > W: mcbsam: debconf-is-not-a-registry ./usr/sbin/mcbsam-configure You should not use debconf outside of the config and postinst (and possibly preinst) scripts. What you really mean to do is to merge the setup script into the postinst and let the user reconfigure the package with dpkg-rec

Re: lintian warning: debconf-is-not-a-registry

2003-02-22 Thread Bastian Kleineidam
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Sat, Feb 22, 2003 at 04:05:06PM +, Martin Orr wrote: > I am packaging the MCBSAM package, for managing a squid proxy server. This > package uses configuration files which must be set up at install time, so I > have a script /usr/sbin/mcbsam-con

lintian warning: debconf-is-not-a-registry

2003-02-22 Thread Martin Orr
I am packaging the MCBSAM package, for managing a squid proxy server. This package uses configuration files which must be set up at install time, so I have a script /usr/sbin/mcbsam-configure which is run by my postinst to do the setting up. When I run lintian on the .deb, I get the following war

Re: lintian warning: debconf-is-not-a-registry

2003-02-22 Thread Simon Richter
Martin, > W: mcbsam: debconf-is-not-a-registry ./usr/sbin/mcbsam-configure You should not use debconf outside of the config and postinst (and possibly preinst) scripts. What you really mean to do is to merge the setup script into the postinst and let the user reconfigure the package with dpkg-rec

Re: lintian warning: debconf-is-not-a-registry

2003-02-22 Thread Bastian Kleineidam
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Sat, Feb 22, 2003 at 04:05:06PM +, Martin Orr wrote: > I am packaging the MCBSAM package, for managing a squid proxy server. This > package uses configuration files which must be set up at install time, so I > have a script /usr/sbin/mcbsam-con

lintian warning: debconf-is-not-a-registry

2003-02-22 Thread Martin Orr
I am packaging the MCBSAM package, for managing a squid proxy server. This package uses configuration files which must be set up at install time, so I have a script /usr/sbin/mcbsam-configure which is run by my postinst to do the setting up. When I run lintian on the .deb, I get the following war