[Reproducible-commits] [debhelper] 52/56: dh_installman: Add missing close(IN) call
Mattia Rizzolo
mattia at mapreri.org
Sun Oct 4 17:06:22 UTC 2015
This is an automated email from the git hooks/post-receive script.
mapreri-guest 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/reproducible/debhelper.git
More information about the Reproducible-commits
mailing list