Package: src:namazu2 Version: 2.0.21-14 Severity: serious Dear maintainer:
I tried to build this package with "dpkg-buildpackage -A" (i.e. only architecture-independent packages), and it failed: -------------------------------------------------------------------------------- [...] debian/rules build-indep dh build-indep --with autoreconf dh_testdir -i dh_update_autotools_config -i dh_autoreconf -i aclocal: warning: autoconf input should be named 'configure.ac', not 'configure.in' [... snipped ...] dh_installchangelogs -plibnmz7 -plibnmz7-dev ChangeLog dh_installchangelogs: No packages to build. cp /<<PKGBUILDDIR>>/debian/copyright /<<PKGBUILDDIR>>/debian/libnmz7-dev/usr/share/doc/libnmz7-dev/ cp: cannot create regular file '/<<PKGBUILDDIR>>/debian/libnmz7-dev/usr/share/doc/libnmz7-dev/': No such file or directory debian/rules:70: recipe for target 'override_dh_installchangelogs' failed make[1]: *** [override_dh_installchangelogs] Error 1 make[1]: Leaving directory '/<<PKGBUILDDIR>>' debian/rules:10: recipe for target 'binary-indep' failed make: *** [binary-indep] Error 2 dpkg-buildpackage: error: fakeroot debian/rules binary-indep gave error exit status 2 -------------------------------------------------------------------------------- The package also fails on every official autobuilder: https://buildd.debian.org/status/package.php?p=namazu2 (they do "dpkg-buildpackage -B"). So, to summarize: Please ensure that both "dpkg-buildpackage -A" and "dpkg-buildpackage -B" work properly, not just "dpkg-buildpackage". After that, the package will be suitable to be uploaded in source-only form if you wish. Thanks.