Package: gnupg2 Version: 2.2.16-1 Hi,
in 2.2.16-1, "dh_missing --fail-missing" was introduced which breaks building arch-dep packages only: ---snip--- [...] debian/rules override_dh_missing make[1]: Entering directory '/build/gnupg2-2.2.16-1_progress5+u1' dh_missing --fail-missing dh_missing: usr/share/info/gnupg.info-1 exists in debian/tmp but is not installed to anywhere dh_missing: usr/share/info/gnupg.info-2 exists in debian/tmp but is not installed to anywhere dh_missing: usr/share/info/gnupg.info exists in debian/tmp but is not installed to anywhere The following debhelper tools have reported what they installed (with files per package) * dh_install: dirmngr (6), gnupg (0), gnupg-agent (0), gnupg-l10n (29), gnupg-utils (12), gnupg2 (0), gpg (1), gpg-agent (11), gpg-wk s-client (1), gpg-wks-server (1), gpgconf (3), gpgsm (1), gpgv (1), gpgv-static (1), gpgv-udeb (1), gpgv-win32 (0), gpgv2 (0), scdaemon (2) * dh_installdocs: dirmngr (5), gnupg (12), gnupg-agent (0), gnupg-l10n (0), gnupg-utils (0), gnupg2 (0), gpg (0), gpg-agent (0), gpg- wks-client (0), gpg-wks-server (0), gpgconf (0), gpgsm (0), gpgv (0), gpgv-static (0), gpgv-win32 (0), gpgv2 (0), scdaemon (0) * dh_installexamples: dirmngr (0), gnupg (0), gnupg-agent (0), gnupg-l10n (0), gnupg-utils (0), gnupg2 (0), gpg (0), gpg-agent (2), g pg-wks-client (0), gpg-wks-server (0), gpgconf (1), gpgsm (0), gpgv (0), gpgv-static (0), gpgv-win32 (0), gpgv2 (0), scdaemon (1) * dh_installman: dirmngr (2), gnupg (1), gnupg-agent (0), gnupg-l10n (0), gnupg-utils (12), gnupg2 (0), gpg (1), gpg-agent (3), gpg-w ks-client (1), gpg-wks-server (1), gpgconf (2), gpgsm (1), gpgv (1), gpgv-static (1), gpgv-win32 (0), gpgv2 (0), scdaemon (1) If the missing files are installed by another tool, please file a bug against it. When filing the report, if the tool is not part of debhelper itself, please reference the "Logging helpers and dh_missing" section from the "PROGRAMMING" guide for debhelper (10.6.3+). (in the debhelper package: /usr/share/doc/debhelper/PROGRAMMING.gz) Be sure to test with dpkg-buildpackage -A/-B as the results may vary when only a subset is built For a short-term work-around: Add the files to debian/not-installed dh_missing: missing files, aborting make[1]: *** [debian/rules:82: override_dh_missing] Error 2 make[1]: Leaving directory '/build/gnupg2-2.2.16-1_progress5+u1' make: *** [debian/rules:35: binary-arch] Error 2 dpkg-buildpackage: error: debian/rules binary-arch subprocess returned exit status 2 ---snap--- Regards, Daniel