Package: autoconf
Version: 2.59.cvs.2006.06.02-1
Severity: serious
Tags: patch
From my pbuilder build log:
...
echo "Updating man page autom4te.1"
Updating man page autom4te.1
PATH="../tests:../config:$PATH"; \
export PATH; \
/bin/sh /tmp/buildd/autoconf-2.59.cvs.2006.06.02/config/missing --run
help2man \
--include=autom4te.x \
--include=./common.x \
--output=autom4te.1.t `echo 'autom4te' | sed 's,.*/,,'`
/tmp/buildd/autoconf-2.59.cvs.2006.06.02/config/missing: line 54: help2man:
command not found
WARNING: `help2man' is missing on your system. You should only need it if
you modified a dependency of a manual page. You may need the
`Help2man' package in order for those modifications to take
effect. You can get `Help2man' from any GNU archive site.
make[2]: *** [autom4te.1] Error 1
make[2]: Leaving directory `/tmp/buildd/autoconf-2.59.cvs.2006.06.02/man'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/tmp/buildd/autoconf-2.59.cvs.2006.06.02'
make: *** [build-stamp] Error 2
Adding help2man to the Build-Depends-Indep allows the package to build
successfully.
--
Daniel Schepler