From 56a77645d6fc07638cc11a1c4cca15a46f2989db Mon Sep 17 00:00:00 2001 From: Rik Mills Date: Tue, 25 Feb 2020 16:27:32 +0000 Subject: [PATCH] fix upgrade after sync from debian --- debian/changelog | 8 ++++++++ debian/control | 2 ++ 2 files changed, 10 insertions(+) diff --git a/debian/changelog b/debian/changelog index 765295a..6800eb9 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,11 @@ +qtermwidget (0.14.1-3ubuntu1) focal; urgency=medium + + * debian/control: Add Breaks/Replaces on qtermwidget-l10n to + qtermwidget5-data. Fixes upgrade from 0.14.1-0ubuntu3 or earlier. + (LP: #1864170) + + -- Rik Mills Tue, 25 Feb 2020 16:24:33 +0000 + qtermwidget (0.14.1-3) unstable; urgency=medium * Bumped Standards-Version to 4.5.0, no changes needed diff --git a/debian/control b/debian/control index 39a0084..b016be9 100644 --- a/debian/control +++ b/debian/control @@ -46,6 +46,8 @@ Package: qtermwidget5-data Architecture: all Multi-Arch: foreign Depends: ${misc:Depends} +Breaks: qtermwidget-l10n (<< 0.14.1-2~) +Replaces: qtermwidget-l10n (<< 0.14.1-2~) Description: Terminal emulator widget for Qt 5 (data files) QTermWidget is a Unicode-enabled, embeddable Qt widget that can be used as built-in console or terminal emulation widget.