Hello, Paul Wise, le mer. 02 déc. 2020 12:53:05 +0800, a ecrit: > The recent upgrade did not deal with obsolete conffiles properly. > Please use the dpkg-maintscript-helper support provided by > dh_installdeb to remove these obsolete conffiles on upgrade, > or to move them to speech-dispatcher-{kali,ibmtts,baratinoo}.
Mmmm. I however wonder how to tell maintscript what we need: we don't want to make the new speech-dispatcher package depend on these non-free package, so there are two cases: - the user had only speech-dispatcher installed, upgrading should remove the obsolete configuration file - the user had both speech-dispatcher and speech-dispatcher-{kali,ibmtts,baratinoo} installed, upgrading should just transfer ownership to the latter package(s). If I use mv_conffile in speech-dispatcher-{kali,ibmtts,baratinoo} and rm_conffile in speech-dispatcher, will that "just work"? Samuel