Package: tla-load-dirs
Version: 1.0.28
Severity: serious
From my pbuilder build log:
...
dh_installdeb -i
dh_shlibdeps -i
dh_gencontrol -i
... [snipping harmless warnings about LOGNAME being undefined]
dpkg-gencontrol: warning: unknown substitution variable ${shlibs:Depends}
dpkg-gencontrol: warning: unknown substitution variable ${misc:Depends}
...
dpkg-gencontrol: warning: can't parse dependency python (>= 2.3)
dpkg-gencontrol: error: error occoured while parsing Depends
dh_gencontrol: command returned error code 2304
make: *** [binary-indep] Error 1
This is most likely from missing commas in
Depends: ${shlibs:Depends} ${misc:Depends} ${python:Depends}
etc. (dpkg-gencontrol correctly handles the case where an entry between
commas is empty, but it chokes on extra space at the beginning of a Depends
line.)
--
Daniel Schepler