fix upgrade after sync from debian

This commit is contained in:
Rik Mills 2020-02-25 16:27:32 +00:00
parent e9ed02d7d5
commit 56a77645d6
2 changed files with 10 additions and 0 deletions

8
debian/changelog vendored
View File

@ -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 <rikmills@kde.org> 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

2
debian/control vendored
View File

@ -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.