diff --git a/debian/changelog b/debian/changelog index db7af42..f18be2d 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +libfm-qt (1.1.0-0ubuntu7) UNRELEASED; urgency=medium + + * Fix upgrades from 22.04 by providing an additional Breaks/Replaces on + libfm-qt9. + + -- Simon Quigley Sat, 11 Jun 2022 16:27:36 -0400 + libfm-qt (1.1.0-0ubuntu6) kinetic; urgency=medium * Backport upstream patches: diff --git a/debian/control b/debian/control index de93b10..5e13877 100644 --- a/debian/control +++ b/debian/control @@ -44,8 +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) +Breaks: libfm-qt11 (<< 1.1.0-0ubuntu4), libfm-qt9 +Replaces: libfm-qt11 (<< 1.1.0-0ubuntu4), libfm-qt9 Description: Common files for libfm-qt Libfm-Qt is a companion library providing components to build desktop file managers.