Fix bug 1095715
authorBoyuan Yang <byang@debian.org>
Tue, 11 Feb 2025 16:51:47 +0000 (11:51 -0500)
committerBoyuan Yang <byang@debian.org>
Tue, 11 Feb 2025 16:51:47 +0000 (11:51 -0500)
debian/changelog
debian/control

index 4a1a7eb115d34362170647dae2f8d98bb1fe41ba..dd8da8a3ca36d266461dc7a78d8e5757212606ca 100644 (file)
@@ -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 <byang@debian.org>  Tue, 11 Feb 2025 11:50:59 -0500
+
 dtkcore (5.7.9-1~exp1) experimental; urgency=medium
 
   * New upstream release 5.7.9.
index 73a5b3051d2db08182bc0f812c9b8869a7e0adff..c5261ad9e21ea40d00deceff4271199d6da87ca2 100644 (file)
@@ -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.