Hello James.
Okay, yes, I have the code in mumble-server.preinst slated for removal.
It looks like I can remove the whole file.
Thanks, I'll get this fixed.
-- Chris
Chris Knadle
chris.kna...@coredump.us
On 12/31/24 11:10, James Valleroy via Pkg-voip-maintainers wrote:
It looks like there was a duplication of handling of the file being
moved in the package:
1. Using mv_conffile:
https://salsa.debian.org/pkg-voip-team/mumble/-/blob/debian/debian/mumble-server.maintscript?ref_type=heads
2. Custom code in mumble-server.preinst:
https://salsa.debian.org/pkg-voip-team/mumble/-/blob/debian/debian/mumble-server.preinst?ref_type=heads#L18
I recommend to keep using mv_conffile, and remove the handling in
mumble-server.preinst.