Package: libosinfo-db Version: 0.3.1-1 Severity: serious Tags: patch Hi,
todays upgrade failed due to a file conflict between libosinfo-1.0-0 and libosinfo-db. Seems the Replaces/Breaks in a9a31e7f50e6b2b45152ffb623b4785c0636b1c4 was added to the wrong package (libosinfo-bin) whereas it should have been libosinfo-db. Trivial patch attached. Regards, Michael -- System Information: Debian Release: stretch/sid APT prefers unstable APT policy: (500, 'unstable') Architecture: amd64 (x86_64) Foreign Architectures: i386 Kernel: Linux 4.6.0-1-amd64 (SMP w/4 CPU cores) Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash Init: systemd (via /run/systemd/system)
>From f3162d372bce811abb8176c856e047f258a97450 Mon Sep 17 00:00:00 2001 From: Michael Biebl <[email protected]> Date: Sun, 3 Jul 2016 09:43:38 +0200 Subject: [PATCH] Move Breaks/Replaces to libosinfo-db --- debian/control | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/debian/control b/debian/control index c3f14af..b60475c 100644 --- a/debian/control +++ b/debian/control @@ -44,8 +44,6 @@ Description: Library for managing information about operating systems and hyperv Package: libosinfo-bin Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends} -Replaces: libosinfo-1.0-0 (<< 0.3.0-3~) -Breaks: libosinfo-1.0.0 (<< 0.3.0-3~) Description: Library for managing information about operating systems and hypervisors libosinfo is a GObject based library API for managing information about operating systems, hypervisors and the (virtual) hardware devices they @@ -60,6 +58,8 @@ Description: Library for managing information about operating systems and hyperv Package: libosinfo-db Architecture: any +Replaces: libosinfo-1.0-0 (<< 0.3.0-3~) +Breaks: libosinfo-1.0.0 (<< 0.3.0-3~) Description: Library for managing information about operating systems and hypervisors libosinfo is a GObject based library API for managing information about operating systems, hypervisors and the (virtual) hardware devices they -- 2.8.1

