diff --git a/debian/changelog b/debian/changelog index baa2b47caf6eada15d6750f6dcb994eba9340fd6..303e8cca4061f9f031441f61d983c127c67f0cc2 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,13 @@ +apertis-dev-tools (0.2023.5) apertis; urgency=medium + + * apertis-abi-compare: don't fail in case of soname change. + When the soname changes, the name of the binary package changes + accordingly. In this case, ABI breakage is expected thus there is + no need to run abi-compliance-checker. apertis-abi-compare detects + this case and report the soname change without failing. + + -- Dylan Aïssi <dylan.aissi@collabora.com> Tue, 20 Jun 2023 17:44:09 +0200 + apertis-dev-tools (0.2023.4) apertis; urgency=medium * import-debian-package: add a mandatory flag --reason.