[debhelper-devel] [debhelper] 01/01: dh_installman: Add missing close(IN) call

Niels Thykier nthykier at moszumanska.debian.org
Fri Oct 2 12:35:50 UTC 2015


This is an automated email from the git hooks/post-receive script.

nthykier pushed a commit to branch master
in repository debhelper.

commit f84b74d727514393d16a188ba5e2500624f5bdbc
Author: Niels Thykier <niels at thykier.net>
Date:   Fri Oct 2 14:35:42 2015 +0200

    dh_installman: Add missing close(IN) call
    
    Signed-off-by: Niels Thykier <niels at thykier.net>
---
 dh_installman | 1 +
 1 file changed, 1 insertion(+)

diff --git a/dh_installman b/dh_installman
index 135181a..46b0366 100755
--- a/dh_installman
+++ b/dh_installman
@@ -137,6 +137,7 @@ foreach my $package (@{$dh{DOPACKAGES}}) {
 				last;
 			}
 		}
+		close(IN);
 		# Failing that, we can try to get it from the filename.
 		if (! $section) {
 			($section)=$basename=~m/.*\.([1-9]\S*)/;

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debhelper/debhelper.git




More information about the debhelper-devel mailing list