Control: tags -1 + patch * Michael Tautschnig <m...@debian.org>, 2014-05-26, 17:26:
It seems the build makes a second attempt (possibly just the install target trying to satisfy a dependency) of building molly-guard.8.
Keeping the non-gzipped file around fixes the problem for me.
The problem might be caused by the failing download attempt - the build system does not provide network connectivity, which package builds must not rely on.
This warning is a red herring. There's actually no network access here, thanks to the --nonet option.
-- Jakub Wilk
--- molly-guard-0.4.5/Makefile 2012-02-23 23:59:43.000000000 +0100 +++ molly-guard-0.4.5/Makefile 2014-05-27 00:23:55.000000000 +0200 @@ -11,7 +11,7 @@ $(XP) $(DB2MAN) $< %.gz: % - gzip -9 $< + gzip -9 < $< > $@ man: molly-guard.8 man -l $<