On Fri, Apr 11, 2025 at 10:11:22AM +0100, Peter B wrote: > Would my latest commit fix this? > > https://salsa.debian.org/debian/kdsingleapplication/-/commit/516332788134a4d7028e7140f5048ae7a4ebc7bf
Not quite. The Breaks from the library package are not necessary, because the -dev package installs a (= ...) dependency. The additional Replaces is what is missing here, but the indicated version does not match the version in trixie (though all lower versions). Usually, you'd use (<< $changed_version~) where $changed_version is the one that introduced the file move. Helmut