Bug#496383: xastir - broken temp file patch (#496383)

2008-08-28 Thread Tomas Hoger
Hi Joop! You probably wanted to use: TMPFILE=`mktemp -t` instead of TMPFILE = 'mktemp -t' in your patch for #496383, right? HTH -- Tomas Hoger -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Bug#496383: xastir - broken temp file patch (#496383)

2008-08-28 Thread Joop Stakenborg
Op donderdag 28-08-2008 om 16:06 uur [tijdzone +0200], schreef Tomas Hoger: > Hi Joop! > > You probably wanted to use: > > TMPFILE=`mktemp -t` > > instead of > > TMPFILE = 'mktemp -t' > > in your patch for #496383, right? > Ouch, will fix ASAP, thanks! > HTH > > -- > Tomas Hoger > >

Bug#496383: xastir - broken temp file patch (#496383)

2008-08-31 Thread Gerfried Fuchs
* Joop Stakenborg <[EMAIL PROTECTED]> [2008-08-28 16:53:41 CEST]: > Op donderdag 28-08-2008 om 16:06 uur [tijdzone +0200], schreef Tomas > Hoger: > > You probably wanted to use: > > TMPFILE=`mktemp -t` > > instead of > > TMPFILE = 'mktemp -t' > > in your patch for #496383, right? > > Ouch, wil

Bug#496383: xastir - broken temp file patch (#496383)

2008-08-31 Thread Gerfried Fuchs
* Gerfried Fuchs <[EMAIL PROTECTED]> [2008-08-31 18:06:54 CEST]: > I'm currently building an NMU to fix this problem (find attached the > interdiff for it). Furthermore, the TMPFILE never gets removed, is there > a particular reason to not do so? Uploaded, one further question, did you actually

Bug#496383: xastir - broken temp file patch (#496383)

2008-08-31 Thread Joop Stakenborg
Op zondag 31-08-2008 om 18:06 uur [tijdzone +0200], schreef Gerfried Fuchs: > * Joop Stakenborg <[EMAIL PROTECTED]> [2008-08-28 16:53:41 CEST]: > > Op donderdag 28-08-2008 om 16:06 uur [tijdzone +0200], schreef Tomas > > Hoger: > > > You probably wanted to use: > > > TMPFILE=`mktemp -t` > > > ins