Package: kmod Version: 26-2 Severity: normal After the switch to dh, kmod no longer ships the /etc/modprobe.d directory, which is apparently unintended. The reason is the following line in debian/rules:
rmdir --parents --ignore-fail-on-non-empty $$(find $D -type d -empty) While this line was also present in 26.1, the old rules file ran dh_installdirs _after_ it. In the dh sequence dh_installdirs runs _before_ dh_install, and so the directory is wiped out. -- System Information: Debian Release: bullseye/sid APT prefers unstable APT policy: (500, 'unstable'), (101, 'experimental') Architecture: amd64 (x86_64) Foreign Architectures: i386 Kernel: Linux 5.3.0-rc8-nouveau (SMP w/2 CPU cores) Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8), LANGUAGE=de_DE.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash Init: systemd (via /run/systemd/system) Versions of packages kmod depends on: ii libc6 2.29-1 ii libkmod2 26-2 ii liblzma5 5.2.4-1+b1 ii libssl1.1 1.1.1c-1 ii lsb-base 11.1.0 kmod recommends no packages. kmod suggests no packages. -- no debconf information

