Package: debhelper Version: 13.2.1 Severity: normal X-Debbugs-Cc: [email protected]
Hi sometimes we need to install files depending on the architecture, so some files are *not* installed on a subset of the architectures (example kdeplasma-addons). This seems to be impossible with dh_install's .install files, so what we are doing is copy the files in d/rules. But these files are not seen by dh_install because it only checks the logged files, and not the *actually* installed files (BTW **why** does dh_missing not compare the actually installed files in debian/$package/ against the files in debian/tmp, and instead relies on all helpers correctly updating the list of installed files? This seems rather error prone as we see). Of course I can stash them into d/not-installed, but that sounds wrong, since these files **are** installed, only not via a debhelper tool. Best Norbert -- System Information: Debian Release: bullseye/sid APT prefers unstable APT policy: (500, 'unstable'), (1, 'experimental') Architecture: amd64 (x86_64) Foreign Architectures: i386 Kernel: Linux 5.9.1+ (SMP w/8 CPU threads) Kernel taint flags: TAINT_PROPRIETARY_MODULE, TAINT_OOT_MODULE, TAINT_UNSIGNED_MODULE Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8), LANGUAGE=en_US:en 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 19 ii dh-strip-nondeterminism 1.9.0-1 ii dpkg 1.20.5 ii dpkg-dev 1.20.5 ii dwz 0.13-5 ii file 1:5.38-5 ii libdebhelper-perl 13.2.1 ii libdpkg-perl 1.20.5 ii man-db 2.9.3-2 ii perl 5.30.3-4 ii po-debconf 1.0.21 debhelper recommends no packages. Versions of packages debhelper suggests: pn dh-make <none> -- no debconf information -- https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-kde-talk
