Package: libctk Version: 3.0.24.5 Severity: serious It's failing to build on all buildds. From the buildd logs:
(cd ctk && chmod +x autogen.sh config.guess config.sub install-sh \ ltconfig missing mkinstalldirs) (cd ctk && automake && autoconf && ./configure --prefix=/usr && SED=/bin/sed /u sr/bin/make) configure.in:12: version mismatch. This is Automake 1.9, configure.in:12: but the definition used by this AM_INIT_AUTOMAKE configure.in:12: comes from Automake 1.7.9. You should recreate configure.in:12: aclocal.m4 with aclocal and run automake again. make: *** [build-stamp] Error 63 I suggest you use AM_MAINTAINER_MODE. I also suggest you read /usr/share/doc/autotools-dev/README.Debian.gz Kurt