From 5ee6749c28fac037ab04ea29edca17b22a97c479 Mon Sep 17 00:00:00 2001 From: max Date: Tue, 28 Mar 2023 10:11:49 +0800 Subject: [PATCH] fix: resolve the install conflicts with libgio-qt0 update the debian config Log: resolve the install conflicts with libgio-qt0 Bug: no,just from community --- debian/control | 2 ++ 1 file changed, 2 insertions(+) diff --git a/debian/control b/debian/control index 259b3ad..f4c2b70 100644 --- a/debian/control +++ b/debian/control @@ -17,6 +17,8 @@ Homepage: https://github.com/linuxdeepin/gio-qt Package: libgio-qt Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends}, libglibmm-2.4-1v5 +Conflicts: libgio–qt0 +Replaces: libgio–qt0 Description: Gio wrapper for Qt. A convenient way to bind gio with Qt5.