This is an automated email from the git hooks/post-receive script. guillem pushed a commit to branch master in repository dpkg.
View the commit online: https://git.dpkg.org/cgit/dpkg/dpkg.git/commit/?id=232728accd5a3d12e93ef1296f407ee02184fdce commit 232728accd5a3d12e93ef1296f407ee02184fdce Author: Guillem Jover <[email protected]> AuthorDate: Tue Oct 2 03:55:19 2018 +0200 debian: Break libapt-pkg5.0 instead of apt The behavior we are breaking is implemented in the shared library, not the standalone binary, which affects other frontends, such as aptitude. The affected behavior was introduced in apt 1.4~beta1, and the last ABI change of libapt-pkg was in apt 1.1~exp9, so earlier libapt-pkg* versions are not affected. Analysis-by: Sven Joachim <[email protected]> Closes: #909959 --- debian/changelog | 3 +++ debian/control | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index c2f1af073..7406d5bde 100644 --- a/debian/changelog +++ b/debian/changelog @@ -20,6 +20,9 @@ dpkg (1.19.2) UNRELEASED; urgency=medium - Add a release_status key to the CPAN metadata. - Fix typo in CPAN recommends key. - Improve test and author CPAN dependencies. + * Packaging: + - Break libapt-pkg5.0 instead of apt. Closes: #909959 + Analysis by Sven Joachim <[email protected]>. * Test suite: - Skip version checks involving «dpkg --compare-versions» if not available. This is relevant on CPAN or on non-dpkg-based systems. diff --git a/debian/control b/debian/control index 2cbb0fe76..043c68f4b 100644 --- a/debian/control +++ b/debian/control @@ -41,7 +41,7 @@ Suggests: debsig-verify, Breaks: # Due to --status-fd not duplicating output. - apt (<< 1.7~b), + libapt-pkg5.0 (<< 1.7~b), # Due to removal of dpkg-divert compat symlink. amule (<< 2.3.1+git1a369e47-3), # Due to removal of dpkg-statoverride compat symlink. -- Dpkg.Org's dpkg

