On 2017-07-08 14:54 +0200, Andreas Beckmann wrote: > Package: libglib2.0-dev-bin > Version: 2.53.3-1 > Severity: serious > User: debian...@lists.debian.org > Usertags: piuparts > > Hi, > > during a test with piuparts I noticed your package fails to upgrade from > 'sid' to 'experimental'. > It installed fine in 'sid', then the upgrade to 'experimental' fails > because it tries to overwrite other packages files without declaring a > Breaks+Replaces relation.
There is already a Breaks+Replaces combo, but the versions are too low: ,---- | $ apt-cache show libglib2.0-dev-bin | grep -E '^(Breaks|Replaces)' | Replaces: libglib2.0-dev (<< 2.51.4-1~) | Breaks: libglib2.0-dev (<< 2.51.4-1~) `---- They need to be bumped to 2.53 or so, because glib2.0 2.52.3 ended up in unstable without the libglib2.0-dev-bin binary package. Cheers, Sven