Package: src:rtorrent Version: 0.9.6-2 Severity: normal Dear Maintainer,
[ cppunit 0.14 is not in Debian yet, see #861718. Thus normal for now ] On a rebuild test using ratt I noticed your package doesn't build with cppunit 0.14: [...] dh build --with autoreconf --parallel dh_testdir -O--parallel dh_update_autotools_config -O--parallel dh_autoreconf -O--parallel configure.ac:7: warning: macro 'AM_PATH_CPPUNIT' not found in library libtoolize: putting auxiliary files in '.'. libtoolize: copying file './ltmain.sh' libtoolize: putting macros in 'scripts'. libtoolize: copying file 'scripts/libtool.m4' libtoolize: copying file 'scripts/ltoptions.m4' libtoolize: copying file 'scripts/ltsugar.m4' libtoolize: copying file 'scripts/ltversion.m4' libtoolize: copying file 'scripts/lt~obsolete.m4' libtoolize: Consider adding 'AC_CONFIG_MACRO_DIRS([scripts])' to configure.ac, libtoolize: and rerunning libtoolize and aclocal. configure.ac:7: warning: macro 'AM_PATH_CPPUNIT' not found in library configure.ac:7: error: possibly undefined macro: AM_PATH_CPPUNIT If this token and others are legitimate, please use m4_pattern_allow. See the Autoconf documentation. autoreconf: /usr/bin/autoconf failed with exit status: 1 dh_autoreconf: autoreconf -f -i returned exit code 1 debian/rules:4: recipe for target 'build' failed make: *** [build] Error 2 dpkg-buildpackage: error: debian/rules build gave error exit status 2 [...] cppunit 0.14 removed cppunit-config (and thus also /usr/share/aclocal, which of course then means AM_PATH_CPPUNIT isn't there anymore.) You should use pkg-config for it now. (that one is available since long.) I put my package for testing to https://people.debian.org/~rene/libreoffice/5.4/cppunit/ Regards, Rene