Skip to content

Commit f4dd009

Browse files
UTsweetyfishBLumia
authored andcommitted
fix: declare Breaks/Replaces against libgio-qt <= 0.0.14
Added Breaks and Replaces relations against the legacy libgio-qt binary packages (version 0.0.14 and earlier) to all three binary packages (libgio-qt-dev, libgio-qt5-0, libgio-qt6-0).
1 parent 70a6934 commit f4dd009

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

debian/control

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,10 @@ Depends:
2424
libgio-qt6-0 (= ${binary:Version}),
2525
libglibmm-2.4-dev,
2626
${misc:Depends},
27+
Breaks:
28+
libgio-qt (<= 0.0.14),
29+
Replaces:
30+
libgio-qt (<= 0.0.14),
2731
Multi-Arch: same
2832
Description: Gio wrapper for Qt (development files)
2933
Gio-qt provides Gio wrapper for Qt.
@@ -51,6 +55,10 @@ Multi-Arch: same
5155
Depends:
5256
${misc:Depends},
5357
${shlibs:Depends},
58+
Breaks:
59+
libgio-qt (<= 0.0.14),
60+
Replaces:
61+
libgio-qt (<= 0.0.14),
5462
Conflicts: libgio-qt
5563
Description: Gio wrapper for Qt (Qt5 library)
5664
Gio-qt provides Gio wrapper for Qt.
@@ -65,6 +73,10 @@ Multi-Arch: same
6573
Depends:
6674
${misc:Depends},
6775
${shlibs:Depends},
76+
Breaks:
77+
libgio-qt (<= 0.0.14),
78+
Replaces:
79+
libgio-qt (<= 0.0.14),
6880
Conflicts: libgio-qt
6981
Description: Gio wrapper for Qt (Qt6 library)
7082
Gio-qt provides Gio wrapper for Qt.

0 commit comments

Comments
 (0)