Package: src:debian-keyring Version: 2016.07.02 Severity: serious Dear maintainer:
I tried to build this package with "dpkg-buildpackage -A" (which is what the "Arch: all" autobuilder would do to build it) but it failed: -------------------------------------------------------------------------------- [...] debian/rules build-indep dh build-indep dh_testdir -i dh_update_autotools_config -i dh_auto_configure -i dh_auto_build -i make -j1 make[1]: Entering directory '/<<PKGBUILDDIR>>' cat debian-keyring-gpg/0x* > output/keyrings/debian-keyring.gpg cat debian-maintainers-gpg/0x* > output/keyrings/debian-maintainers.gpg cat debian-nonupload-gpg/0x* > output/keyrings/debian-nonupload.gpg cat debian-role-keys-gpg/0x* > output/keyrings/debian-role-keys.gpg cat emeritus-keyring-gpg/0x* > output/keyrings/emeritus-keyring.gpg cat emeritus-keyring-pgp/0x* > output/keyrings/emeritus-keyring.pgp cat removed-keys-gpg/0x* > output/keyrings/removed-keys.gpg cat removed-keys-pgp/0x* > output/keyrings/removed-keys.pgp cd output; sha512sum keyrings/* > sha512sums.txt cp README output/ cp debian/changelog output/ make[1]: Leaving directory '/<<PKGBUILDDIR>>' dh_auto_test -i make -j1 test make[1]: Entering directory '/<<PKGBUILDDIR>>' ./runtests t/at-least-2048.t: 7: t/at-least-2048.t: gpg: not found t/at-least-2048.t: 7: t/at-least-2048.t: gpg: not found t/at-least-2048.t: 7: t/at-least-2048.t: gpg: not found t/at-least-2048.t: 7: t/at-least-2048.t: gpg: not found t/dm-vs-dd.t: 7: t/dm-vs-dd.t: gpg: not found test t/dm-vs-dd.t failed t/no-expired.t: 7: t/no-expired.t: gpg: not found t/no-expired.t: 7: t/no-expired.t: gpg: not found t/no-expired.t: 7: t/no-expired.t: gpg: not found t/no-revoked.t: 7: t/no-revoked.t: gpg: not found t/no-revoked.t: 7: t/no-revoked.t: gpg: not found t/no-revoked.t: 7: t/no-revoked.t: gpg: not found ** failed 1/5 tests Makefile:37: recipe for target 'test' failed make[1]: *** [test] Error 1 make[1]: Leaving directory '/<<PKGBUILDDIR>>' dh_auto_test: make -j1 test returned exit code 2 debian/rules:6: recipe for target 'build-indep' failed make: *** [build-indep] Error 2 dpkg-buildpackage: error: debian/rules build-indep gave error exit status 2 -------------------------------------------------------------------------------- The gnupg package is not "Essential: yes". To reproduce, please try to build the package on a chroot not having gnupg installed (sbuild now allows this). Once that "dpkg-buildpackage -A" work properly, the package would be suitable to be uploaded in source-only form if you wish. Thanks.