grumble, my mta queued this one for a couple days apparently :/ anyway, the problem goes away if i downgrade to sarge. i suspect that the following lines are the culprit:
#some things may have been overriden by user options
&setallenv;
-if($opt_buildcmd || $opt_export) { # pass @ARGV but carefully
+if($opt_buildcmd) { # pass @ARGV but carefully
foreach(@ARGV) { s/"/\\"/g ; s/^/"/; s/$/"/;}
- @builder = ("/bin/sh", "-c", $opt_buildcmd." ".join(" ", @ARGV));
- undef @ARGV;
+ @builder = ("/bin/sh", "-c", $opt_buildcmd." ".join(" ", @ARGV));
}
else {
- push(@builder, "dpkg-buildpackage");
+ push(@builder, "dpkg-buildpackage",@ARGV);
# a simple "helper". Only executed if no custom command is choosen
and
# no -d switch is there and no prebuild hook is set
{
sean
On Sun, 2007-04-22 at 12:39 +0000, Debian Bug Tracking System wrote:
> Thank you for the problem report you have sent regarding Debian.
> This is an automatically generated reply, to let you know your message has
> been received. It is being forwarded to the package maintainers and other
> interested parties for their attention; they will reply in due course.
>
> Your message has been sent to the package maintainer(s):
> Eduard Bloch <[EMAIL PROTECTED]>
>
> If you wish to submit further information on your problem, please send
> it to [EMAIL PROTECTED] (and *not* to
> [EMAIL PROTECTED]).
>
> If you have filed this report in error and wish to close it, please
> send mail to [EMAIL PROTECTED] with an explanation
> why the bug report should be closed.
>
> Please do not reply to the address at the top of this message,
> unless you wish to report a problem with the Bug-tracking system.
>
> Debian bug tracking system administrator
> (administrator, Debian Bugs database)
>
signature.asc
Description: This is a digitally signed message part

