Hi, On Sun, January 10, 2010 09:42, Joseph Rawson wrote: > I was hoping that this problem would've been fixed by now, but since I got > tired of being unable to run debuild, I tried to figure out what happened. > > I compared the debuild from lenny to find what change had caused the > problem, > and I just reverted that part of debuild back to the way it was done in > lenny. > I attached a simple patch that I've been using successfully (so far).
- $shell_cmd .= 'while [ $# -gt 0 ]; do printf "%s\n" $1; shift; done;' . "\n"; + $shell_cmd .= 'while [ $# -gt 0 ]; do echo $1; shift; done;' . "\n"; Unfortunately, that also reintroduces another bug, which is what the change was made to fix in the first place, namely that the use of echo means that the dpkg / lintian options parameters can't contain any string which a valid option to echo (e.g. "-e"). Regards, Adam -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org