From: Boyuan Yang Date: Tue, 11 Feb 2025 16:51:47 +0000 (-0500) Subject: Fix bug 1095715 X-Git-Tag: archive/raspbian/5.7.12-2+rpi1^2~8 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=74ee809f666723457c5ffd6134e8d9549fe01570;p=dtkcore.git Fix bug 1095715 --- diff --git a/debian/changelog b/debian/changelog index 4a1a7eb..dd8da8a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +dtkcore (5.7.9-1~exp2) experimental; urgency=medium + + * debian/control: Let libdtkcore-dev Breaks+Replaces: + libdtkcommon-dev (<< 5.7.5). (Closes: #1095715) + + -- Boyuan Yang Tue, 11 Feb 2025 11:50:59 -0500 + dtkcore (5.7.9-1~exp1) experimental; urgency=medium * New upstream release 5.7.9. diff --git a/debian/control b/debian/control index 73a5b30..c5261ad 100644 --- a/debian/control +++ b/debian/control @@ -35,12 +35,14 @@ Architecture: any Section: libdevel Multi-Arch: same Depends: - libdtkcommon-dev, + libdtkcommon-dev (>= 5.7.6), libdtkcore5 (= ${binary:Version}), ${misc:Depends}, Breaks: + libdtkcommon-dev (<< 5.7.5), libdtkwidget-dev (<< 5.2.2.10-1), Replaces: + libdtkcommon-dev (<< 5.7.5), libdtkwidget-dev (<< 5.2.2.10-1), Description: Deepin Tool Kit Core library (development files) DtkCore is a base library for Deepin Qt/C++ applications.