[dpkg] 07/27: debian: Add Breaks to libdpkg-perl against pkg-kde-tools

Mattia Rizzolo mattia at debian.org
Mon Oct 23 18:10:27 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 833274b1e2dc9551a346531dfd0b83bd417ad595
Author: Guillem Jover <guillem at debian.org>
Date:   Tue Oct 17 21:59:17 2017 +0200

    debian: Add Breaks to libdpkg-perl against pkg-kde-tools
    
    That package is using private modules with no API guarantees, and broke
    due to recent changes in 1.19.0.
    
    Closes: #878919
---
 debian/changelog | 3 +++
 debian/control   | 3 +++
 2 files changed, 6 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 0c29ccf..b0d8ca6 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,9 @@ dpkg (1.19.1) UNRELEASED; urgency=medium
 
   * Packaging:
     - Install update-alternatives policykit-1 file.
+    - Add Breaks to libdpkg-perl against pkg-kde-tools (<< 0.15.28~), as
+      that package is using private modules with no API guarantees, that
+      obviously broke due to recent changes in 1.19.0. Closes: #878919
   * Test suite:
     - Skip Dpkg::OpenPGP test if gpg is not present.
 
diff --git a/debian/control b/debian/control
index 89fba0b..72b5493 100644
--- a/debian/control
+++ b/debian/control
@@ -143,6 +143,9 @@ Suggests:
 Breaks:
 # Needed for git-style diffs.
  patch (<< 2.7),
+# 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~),
 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