Package: ddtc
Version: 0.17
Severity: serious
From my pbuilder build log:
...
debian/rules build
dh_testdir
touch configure-stamp
dh_testdir
set -ex;\
for i in 1; do\
pod2man --section=$i man/ddtc.$i.pod > man/ddtc.$i;\
for lang in fr; do\
if test -e man/ddtc.$lang.$i.pod; then\
pod2man --section=$i man/ddtc.$lang.$i.pod >
man/ddtc.$lang.$i;\
fi\
done\
done;\
for i in 5; do\
pod2man --section=$i man/ddtcrc.$i.pod > man/ddtcrc.$i;\
for lang in fr; do\
if test -e man/ddtcrc.$lang.$i.pod; then\
pod2man --section=$i man/ddtcrc.$lang.$i.pod >
man/ddtcrc.$lang.$i;\
fi\
done\
done
/bin/sh: -c: line 8: syntax error near unexpected token `donedone'
/bin/sh: -c: line 8: `done;\'
make: *** [build-stamp] Error 2
--
Daniel Schepler