The following commit has been merged in the master branch:
commit e71c4dc8bcefd3747d74b3da1480fb3d413fa2e3
Author: Russ Allbery <[EMAIL PROTECTED]>
Date: Mon Aug 25 18:45:59 2008 -0700
Remove now-unnecessary code to close the lintian-info pipe
diff --git a/frontend/lintian b/frontend/lintian
index bfd3576..927ff35 100755
--- a/frontend/lintian
+++ b/frontend/lintian
@@ -1645,14 +1645,6 @@ if ($action eq 'check' and not $quiet and not
$no_override and not $show_overrid
# }}}
-# {{{ close up lintian-info pipe if needed
-# did I pipe output through lintian-info?
-if ($lintian_info) {
- close(OUTPUT_PIPE) or fail("cannot close output pipe to $lintian_info_cmd:
$!");
- select STDOUT;
-}
-# }}}
-
exit $exit_code;
# {{{ Some subroutines
--
Debian package checker
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]