This is an automated email from the git hooks/post-receive script. guillem pushed a commit to branch sid in repository dpkg.
commit a0cfee138889502f6a860b795680dbf33115ec17 Author: Guillem Jover <[email protected]> Date: Sun Oct 22 23:28:06 2017 +0200 debian: Add Breaks dgit << 3.13~ to libdpkg-perl Older dgit versions assumed that Dpkg::Compression::Process was available, via implicit import from Dpkg::Source::Package. Reported-by: Ian Jackson <[email protected]> (cherry picked from commit e1792f2285fc68fee89d63572a8de31b38dddce6) --- debian/changelog | 4 ++++ debian/control | 3 +++ 2 files changed, 7 insertions(+) diff --git a/debian/changelog b/debian/changelog index 81cd4d6..a0a0ec1 100644 --- a/debian/changelog +++ b/debian/changelog @@ -7,6 +7,10 @@ dpkg (1.19.0.4) UNRELEASED; urgency=medium * Packaging: - Add Breaks on debhelper << 10.10.1~ to dpkg-dev, so that debhelper users wanting to use R³ support do not need a versioned dependency on dpkg-dev. + - Add Breaks dgit << 3.13~ to libdpkg-perl, as older dgit versions assumed + that Dpkg::Compression::Process was available, via implicit import + from Dpkg::Source::Package. + Reported by Ian Jackson <[email protected]>. -- Guillem Jover <[email protected]> Sun, 22 Oct 2017 23:37:33 +0200 diff --git a/debian/control b/debian/control index 62e3b81..0dde9dc 100644 --- a/debian/control +++ b/debian/control @@ -150,6 +150,9 @@ Breaks: # Uses the private Dpkg::Shlibs::SymbolFile module with no API stability # guarantees! Which obviously broke with 1.19.0. pkg-kde-tools (<< 0.15.28~), +# Uses Dpkg::Compression::Process imported from Dpkg::Source::Package in +# versions prior to 1.19.0. + dgit (<< 3.13~), Description: Dpkg perl modules This package provides the perl modules used by the scripts in dpkg-dev. They cover a wide range of functionality. Among them -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/dpkg/dpkg.git

