Package: devscripts
Version: 2.10.69
Severity: minor
Justification: cosmetic

$ debuild -I -i -b
Name "main::OLDOUT" used only once: possible typo at /usr/bin/debuild line 617.
Name "main::OLDERR" used only once: possible typo at /usr/bin/debuild line 618.
 dpkg-buildpackage -rfakeroot -D -us -uc -I -i -b
[...]
$ dpkg -l perl | tail -1
ii  perl   5.12.2-2      Larry Wall's Practical Extraction and Report Language
$ sed -n '615,618 p' /usr/bin/debuild

# Start by duping STDOUT and STDERR
open OLDOUT, ">&STDOUT" or fatal "can't dup stdout: $!\n";
open OLDERR, ">&STDERR" or fatal "can't dup stderr: $!\n";
$

Ideas for suppressing this?



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to