Re: Using debconf-set-selections in my package script

2008-08-29 Thread Thomas Goirand
Neil Williams wrote: > On Fri, 2008-08-29 at 15:37 +0800, Thomas Goirand wrote: >> Hi, >> >> My package depends pure-ftpd, but only when it's using the standalone >> mode, which is annoying as this is NOT the default. > > There may be a good reason why this is not the default - have you talked > t

Re: Using debconf-set-selections in my package script

2008-08-29 Thread Neil Williams
On Fri, 2008-08-29 at 15:37 +0800, Thomas Goirand wrote: > Hi, > > My package depends pure-ftpd, but only when it's using the standalone > mode, which is annoying as this is NOT the default. There may be a good reason why this is not the default - have you talked to the pure-ftpd maintainer(s) ?

Re: Using debconf-set-selections in my package script

2008-08-29 Thread Vincent Bernat
OoO En cette matinée ensoleillée du vendredi 29 août 2008, vers 09:37, Thomas Goirand <[EMAIL PROTECTED]> disait : > My package depends pure-ftpd, but only when it's using the standalone > mode, which is annoying as this is NOT the default. Am I allowed to use > debconf-set-selections somewhere

Using debconf-set-selections in my package script

2008-08-29 Thread Thomas Goirand
Hi, My package depends pure-ftpd, but only when it's using the standalone mode, which is annoying as this is NOT the default. Am I allowed to use debconf-set-selections somewhere in my package script to set it correctly? If yes, where's the correct place? I guess in the debian/config scripts? Tho