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=a27e90bae7341901f48bada3451487c2229ab341 commit a27e90bae7341901f48bada3451487c2229ab341 Author: Guillem Jover <[email protected]> AuthorDate: Wed Sep 19 02:40:55 2018 +0200 debian: Add Breaks on apt for --status-fd duplicate removals apt was expecting duplicate entries, and was producing confusing warnings. We add a versioned Breaks to avoid confusing users. --- debian/changelog | 1 + debian/control | 2 ++ 2 files changed, 3 insertions(+) diff --git a/debian/changelog b/debian/changelog index 3f8de197d..277da7a0f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -280,6 +280,7 @@ dpkg (1.19.1) UNRELEASED; urgency=medium - Switch libdpkg-perl again to depend on perl:any, now that debootstrap in stable (stretch) supports arch-qualified dependencies. - Update libdpkg-perl public module list in package description. + - Add Breaks on apt (<< 1.7~b) for --status-fd duplicate removals. * Test suite: - Skip Dpkg::OpenPGP test if gpg is not present. - Check POD in all perl scripts. diff --git a/debian/control b/debian/control index 4e6913539..2cbb0fe76 100644 --- a/debian/control +++ b/debian/control @@ -40,6 +40,8 @@ Suggests: apt, debsig-verify, Breaks: +# Due to --status-fd not duplicating output. + apt (<< 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

