Bug#414478: dtc: ETOOMUCHCRACK quote

2007-03-12 Thread Thomas Goirand
Steve Langasek wrote: > It's wrong if there's any chance that any of these variables will contain > values with embedded spaces. If I'm right, this is not possible if the value is a boolean like it is right now, as these values are booleans. Anyway, as previously said, it's on the way to be like r

Bug#414478: dtc: ETOOMUCHCRACK quote

2007-03-11 Thread Steve Langasek
On Mon, Mar 12, 2007 at 12:44:35PM +0800, Thomas Goirand wrote: > Pierre Habouzit wrote: > > Package: dtc > > Severity: grave > > Justification: renders package unusable > > in the debian_config script you can find oddities like: > > if [ ""$conf_use_nated_vhosts = "true" -o ""$conf_use_nat

Bug#414478: dtc: ETOOMUCHCRACK quote

2007-03-11 Thread Thomas Goirand
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Pierre HABOUZIT wrote: > severity 414478 grave > thanks > >> On Mon, Mar 12, 2007 at 12:49:25AM +0100, Pierre Habouzit wrote: >>> Package: dtc >>> Severity: grave >>> Justification: renders package unusable >>> >>> >>> in the debian_config script yo

Bug#414478: dtc: ETOOMUCHCRACK quote

2007-03-11 Thread Thomas Goirand
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Pierre Habouzit wrote: > Package: dtc > Severity: grave > Justification: renders package unusable > > > in the debian_config script you can find oddities like: > > if [ ""$conf_use_nated_vhosts = "true" -o ""$conf_use_nated_vhosts = > "yes" ]

Bug#414478: dtc: ETOOMUCHCRACK quote

2007-03-11 Thread Pierre HABOUZIT
severity 414478 grave thanks > On Mon, Mar 12, 2007 at 12:49:25AM +0100, Pierre Habouzit wrote: > > Package: dtc > > Severity: grave > > Justification: renders package unusable > > > > > > in the debian_config script you can find oddities like: > > > > if [ ""$conf_use_nated_vhosts = "tru

Bug#414478: dtc: ETOOMUCHCRACK quote

2007-03-11 Thread Pierre HABOUZIT
severity 414478 normal thanks On Mon, Mar 12, 2007 at 12:49:25AM +0100, Pierre Habouzit wrote: > Package: dtc > Severity: grave > Justification: renders package unusable > > > in the debian_config script you can find oddities like: > > if [ ""$conf_use_nated_vhosts = "true" -o ""$conf_use

Bug#414478: dtc: ETOOMUCHCRACK quote

2007-03-11 Thread Pierre Habouzit
Package: dtc Severity: grave Justification: renders package unusable in the debian_config script you can find oddities like: if [ ""$conf_use_nated_vhosts = "true" -o ""$conf_use_nated_vhosts = "yes" ] ; then or if [ ""$RET = "true" -o ""$RET = "yes" ] ; then Please learn pro