Hi Michael, are you sure about that?
I am looking at my locally built packages and it does not contain the /etc/init/php7.4-fpm.conf: $ dpkg -X php7.4-fpm_7.4.3-3_amd64.deb deb | grep init ./etc/init.d/ ./etc/init.d/php7.4-fpm and the control files contain all the needed stanzas: $ dpkg -e php7.4-fpm_7.4.3-3_amd64.deb DEBIAN $ grep DEBIAN/dpkg-maintscript * DEBIAN/postinst:dpkg-maintscript-helper rm_conffile /etc/init/php7.4.conf 7.4.3-3\~ php7.4-fpm -- "$@" DEBIAN/postrm:dpkg-maintscript-helper rm_conffile /etc/init/php7.4.conf 7.4.3-3\~ php7.4-fpm -- "$@" DEBIAN/preinst:dpkg-maintscript-helper rm_conffile /etc/init/php7.4.conf 7.4.3-3\~ php7.4-fpm -- "$@" DEBIAN/prerm:dpkg-maintscript-helper rm_conffile /etc/init/php7.4.conf 7.4.3-3\~ php7.4-fpm -- "$@" And now I can spot the error. Damn. Thank you rubber ducky :) Ondrej -- Ondřej Surý ond...@sury.org > On 23 Feb 2020, at 02:08, Michael Biebl <bi...@debian.org> wrote: > > Control: found -1 7.4.3-3 > > > michael@pluto:~$ apt-cache policy php7.4-fpm > php7.4-fpm: > Installiert: 7.4.3-3 > Installationskandidat: 7.4.3-3 > Versionstabelle: > *** 7.4.3-3 500 > 500 http://ftp.debian.org/debian sid/main amd64 Packages > 100 /var/lib/dpkg/status > michael@pluto:~$ export LANG=C > michael@pluto:~$ apt-cache policy php7.4-fpm > php7.4-fpm: > Installed: 7.4.3-3 > Candidate: 7.4.3-3 > Version table: > *** 7.4.3-3 500 > 500 http://ftp.debian.org/debian sid/main amd64 Packages > 100 /var/lib/dpkg/status > michael@pluto:~$ dpkg -S /etc/init/php7.4-fpm.conf > php7.4-fpm: /etc/init/php7.4-fpm.conf >