From 8654c7904b8ab8f758d0ab13ba434c64dbd95630 Mon Sep 17 00:00:00 2001 From: Simon Quigley Date: Wed, 8 Jun 2022 19:19:58 -0500 Subject: [PATCH] Add some missing Breaks/Replaces. --- debian/changelog | 6 ++++++ debian/control | 2 ++ 2 files changed, 8 insertions(+) diff --git a/debian/changelog b/debian/changelog index 9d3a3ff..ce3c9eb 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +libfm-qt (1.1.0-0ubuntu5) kinetic; urgency=medium + + * Add some missing Breaks/Replaces. + + -- Simon Quigley Wed, 08 Jun 2022 19:19:31 -0500 + libfm-qt (1.1.0-0ubuntu4) kinetic; urgency=medium * Split common files out into a different package. diff --git a/debian/control b/debian/control index 9e4cbfd..de93b10 100644 --- a/debian/control +++ b/debian/control @@ -44,6 +44,8 @@ Architecture: all Multi-Arch: foreign Section: libs Depends: ${misc:Depends} +Breaks: libfm-qt11 (<< 1.1.0-0ubuntu4) +Replaces: libfm-qt11 (<< 1.1.0-0ubuntu4) Description: Common files for libfm-qt Libfm-Qt is a companion library providing components to build desktop file managers.