Your message dated Thu, 29 Mar 2018 19:49:50 +0000 with message-id <[email protected]> and subject line Bug#893160: fixed in debhelper 11.1.6 has caused the Debian Bug report #893160, regarding debhelper: dh_installinfo does not record files in a way that dh_missing can see to be marked as done.
This means that you claim that the problem has been dealt with. If this is not the case it is now your responsibility to reopen the Bug report if necessary, and/or fix the problem forthwith. (NB: If you are a system administrator and have no idea what this message is talking about, this may indicate a serious mail system misconfiguration somewhere. Please contact [email protected] immediately.) -- 893160: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=893160 Debian Bug Tracking System Contact [email protected] with problems
--- Begin Message ---Package: debhelper Version: 11.1.5 Severity: normal Control: affects -1 src:libgpg-error libgpg-error's debian/libgpg-error-dev.info contains: debian/tmp/usr/share/info/gpgrt.info but if i use dh_missing --fail-missing, it fails with: dh_missing --fail-missing dh_missing: usr/share/info/gpgrt.info exists in debian/tmp but is not installed to anywhere dh_missing: missing files, aborting The following debhelper tools have reported what they installed (with files per package) * dh_install: libgpg-error-dev (11), libgpg-error-mingw-w64-dev (18), libgpg-error0 (3), libgpg-error0-udeb (2) * dh_installdocs: libgpg-error-dev (2), libgpg-error-mingw-w64-dev (1), libgpg-error0 (1) * dh_installman: libgpg-error-dev (3), libgpg-error-mingw-w64-dev (0), libgpg-error0 (0) 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 debian/rules:34: recipe for target 'override_dh_missing' failed make[1]: *** [override_dh_missing] Error 2 Please update dh_installinfo to report info files so that dh_missing can know about them! thanks for maintaining debhelper, --dkg -- System Information: Debian Release: buster/sid APT prefers testing-debug APT policy: (500, 'testing-debug'), (500, 'testing'), (500, 'oldstable'), (200, 'unstable-debug'), (200, 'unstable'), (1, 'experimental-debug'), (1, 'experimental') Architecture: amd64 (x86_64) Foreign Architectures: i386 Kernel: Linux 4.14.0-3-amd64 (SMP w/4 CPU cores) Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8), LANGUAGE=en_US.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash Init: systemd (via /run/systemd/system) Versions of packages debhelper depends on: ii autotools-dev 20180224.1 ii dh-autoreconf 16 ii dh-strip-nondeterminism 0.040-1 ii dpkg 1.19.0.5 ii dpkg-dev 1.19.0.5 ii file 1:5.32-2 ii libdpkg-perl 1.19.0.5 ii make 4.1-9.1 ii man-db 2.8.2-1 ii perl 5.26.1-5 ii po-debconf 1.0.20 debhelper recommends no packages. Versions of packages debhelper suggests: pn dh-make <none> pn dwz <none> -- no debconf information
--- End Message ---
--- Begin Message ---Source: debhelper Source-Version: 11.1.6 We believe that the bug you reported is fixed in the latest version of debhelper, which is due to be installed in the Debian FTP archive. A summary of the changes between this version and the previous one is attached. Thank you for reporting the bug, which will now be closed. If you have further comments please address them to [email protected], and the maintainer will reopen the bug report if appropriate. Debian distribution maintenance software pp. Niels Thykier <[email protected]> (supplier of updated debhelper package) (This message was generated automatically at their request; if you believe that there is a problem with it please contact the archive administrators by mailing [email protected]) -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256 Format: 1.8 Date: Thu, 29 Mar 2018 19:26:59 +0000 Source: debhelper Binary: debhelper dh-systemd Architecture: source Version: 11.1.6 Distribution: unstable Urgency: medium Maintainer: Debhelper Maintainers <[email protected]> Changed-By: Niels Thykier <[email protected]> Description: debhelper - helper programs for debian/rules dh-systemd - debhelper add-on to handle systemd unit files - transitional pack Closes: 891546 892586 893160 894226 894227 894228 894229 Changes: debhelper (11.1.6) unstable; urgency=medium . * Dh_Lib: Avoid passing invalid parameters to a function, which caused tons of "package ARRAY(...) is not in control info" warnings from dh in some cases. It triggers when dh thinks the package might have architecture qualified debhelper config files. The warning is harmless (besides the noise) for all native builds and most cross builds, but it did invalidate attempt to make pkgfile() use "DEB_TARGET_ARCH{,_OS}" (see 11.1.5~alpha1). Thanks to Andreas Beckmann for reporting the issue. (Closes: #891546) * dh: Refactor handling of sequences to simplify some code paths. * autopkgtests: Remove "use-name" tests as it no longer works. The debhelper module makes assumptions in which directory it is run from and the test breaks these assumptions. * debian/control: Comment out versioned dependency on make. It is not strictly necessary for Debian and causes issues with make-guile. On the other hand, it is useful for people backporting debhelper on derivatives and hench leaving it as a comment. (Closes: #892586) * debian/control: Bump dependency on dh-autoreconf for the fix for #889567. * dh_installinfo: Accept --sourcedir like the documentation says for compat 11. Prevently the option was incorrectly silently ignored. Thanks to Nicolas Boulenguez for the report and the patch. (Closes: #894226) * dh_ucf.1: Apply patch from Nicolas Boulenguez to add missing documentation of the "--all" and non-option parameters. (Closes: #894228) * dh_installxfonts: Apply patch from Nicolas Boulenguez. This ensures that the generated maintscript snippets are bit-for-bit reproducible when a package ships xfons in multiple fonts directories. (Closes: #894227) * Dh_Lib: Improve the "make_symlink" code to avoid non-compliant symlinks when the link name was not a normalized path. Note that ".."-segments are now disallowed in the link name (but not the link target). Thanks to Nicolas Boulenguez for reporting the bug plus the test cases. (Closes: #894229) * dh_installinfo: Report installed files to dh_missing. Thanks to Daniel Kahn Gillmor for reporting this omission. (Closes: #893160) * Dh_Lib: Make Dh_Lib loadable again without a debian/control being present. This makes the autopkgtests work again. Checksums-Sha1: b50d4735817f02f50d42e34ef5eb55094d852bba 1712 debhelper_11.1.6.dsc 7b770b9670cb3058235adf4726e858301e83433b 453020 debhelper_11.1.6.tar.xz d1c628f20c5546e41047ce67806034bdfdcbb6f7 4552 debhelper_11.1.6_source.buildinfo Checksums-Sha256: b5f4747df854b3dcd1866bf1eb018b4a0ac6a225167f56d3f16d669867240a06 1712 debhelper_11.1.6.dsc f0c940152c0048afef20579c8e9bc6e706aaff2ca2033d23524a1592c12ee24d 453020 debhelper_11.1.6.tar.xz 5be89bbb6fdb7b4dc121fc8a67e9c6d65bd82b4d7a3a48da05c27ad55aecaa41 4552 debhelper_11.1.6_source.buildinfo Files: f0166e8206ca2d1b736ede736857e83f 1712 devel optional debhelper_11.1.6.dsc 5718d7295ffb1e51d6ac9befbffab243 453020 devel optional debhelper_11.1.6.tar.xz fb9428eddd13412529251932961e732e 4552 devel optional debhelper_11.1.6_source.buildinfo -----BEGIN PGP SIGNATURE----- iQIzBAEBCAAdFiEEsxMaRR2/33ygW0GXBUu7n32AZEIFAlq9Pw8ACgkQBUu7n32A ZEKrDg//Q5mY5nezzUJsFV6VmrXriKREL9v4NxaYSWE0WK4rtjt3+iQwol08uwAu 5IDbWi6xbIaRtHxV5WHB8jxdl6/IjUE+lGFPNbTo8uNn40FLlLmOHZwwl4+sgQkW f9LNvbPkocJgb+FMoJE4eQdM3tkN3+QwBconqv/Agw07JKye8x+IqUaaIyy65t3L L2b7l82zXrcNuVrJPzFLc/n4pf0geifNSrKJQWIgYAuKD/9d9rl+YzQi5lg2p7a3 HHf7asXGarmBg5tO1L9nuEYEsN6wi0TK2FnTWPJZ0crqfrMcwlwMYj0cCqJssQb8 zDKFJnP57+lrD8acO9d3hfmY8AFISpSkAapDqLl889jLFKMB+q1LEu3/tNwxckGe rz2chbnLlf5azPqGFd2YqG8Eso9GEgJtGhddwzyIcK+D+h13hsaeDLOe8UnUr2rq l8rvk1diMlwN/N2GCWhPTqcxK7iMqdMif2ZdvICO585Q5/whtHOahnVZyd1CEXMZ 89JLQ/KCbsanq6jycOG5JUPpH6EdM0M8i2aCYN77h0wRr3FV+G6FRH/PfZYvUPqK mvCPsdOgpX2rkVyp4GDJNG9zzfafTQ4YLO90kl2WW2kyxjjXMs8TTK4dkAncbHiJ 2sxIjRb5uHCLYBfKhZPWDiC1qARf/gC5KPIW+zv/8Yr1kSiOfM8= =61ny -----END PGP SIGNATURE-----
--- End Message ---

