[dpkg] 26/27: debian: Add Breaks dgit << 3.13~ to libdpkg-perl
Mattia Rizzolo
mattia at debian.org
Mon Oct 23 18:10:30 UTC 2017
This is an automated email from the git hooks/post-receive script.
mattia pushed a commit to branch master
in repository dpkg.
commit e1792f2285fc68fee89d63572a8de31b38dddce6
Author: Guillem Jover <guillem at debian.org>
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 <ijackson at chiark.greenend.org.uk>
---
debian/changelog | 4 ++++
debian/control | 3 +++
2 files changed, 7 insertions(+)
diff --git a/debian/changelog b/debian/changelog
index 27a1fec..b52973a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -30,6 +30,10 @@ dpkg (1.19.1) UNRELEASED; urgency=medium
- Comment out Rules-Requires-Root field until debhelper supports it.
- 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 <ijackson at chiark.greenend.org.uk>.
* Test suite:
- Skip Dpkg::OpenPGP test if gpg is not present.
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/reproducible/dpkg.git
More information about the Reproducible-commits
mailing list