[neon/backports-jammy/kcolorpicker/Neon/release] debian: conflict libkcolorpicker0

Jonathan Riddell null at kde.org
Wed Apr 3 15:22:46 BST 2024


Git commit d329fb071b4e9898019f151ecdc85730db186efe by Jonathan Riddell.
Committed on 03/04/2024 at 14:22.
Pushed by jriddell into branch 'Neon/release'.

conflict libkcolorpicker0
BUG: 484940

M  +7    -11   debian/control

https://invent.kde.org/neon/backports-jammy/kcolorpicker/-/commit/d329fb071b4e9898019f151ecdc85730db186efe

diff --git a/debian/control b/debian/control
index c20182b..7d8b49b 100644
--- a/debian/control
+++ b/debian/control
@@ -2,10 +2,7 @@ Source: kcolorpicker
 Section: libs
 Priority: optional
 Maintainer: Boyuan Yang <byang at debian.org>
-Build-Depends:
- cmake,
- debhelper-compat (= 13),
- qt6-base-dev
+Build-Depends: cmake, debhelper-compat (= 13), qt6-base-dev
 Rules-Requires-Root: no
 Standards-Version: 4.6.1
 Homepage: https://github.com/ksnip/kcolorpicker
@@ -15,10 +12,9 @@ Vcs-Browser: https://salsa.debian.org/debian/kcolorpicker
 Package: libkcolorpicker-qt6-dev
 Architecture: any
 Multi-Arch: same
-Depends:
- libkcolorpicker-qt6-0 (= ${binary:Version}),
- qt6-base-dev,
- ${misc:Depends},
+Depends: libkcolorpicker-qt6-0 (= ${binary:Version}),
+         qt6-base-dev,
+         ${misc:Depends}
 Description: QToolButton-like widget with color selection popup menu (dev)
  The kColorPicker library provides a QToolButton-like widget with color
  selection popup menu. This library is used by the ksnip project.
@@ -28,9 +24,9 @@ Description: QToolButton-like widget with color selection popup menu (dev)
 Package: libkcolorpicker-qt6-0
 Architecture: any
 Multi-Arch: same
-Depends:
- ${misc:Depends},
- ${shlibs:Depends},
+Depends: ${misc:Depends}, ${shlibs:Depends}
+Replaces: libkcolorpicker0
+Conflicts: libkcolorpicker0
 Description: QToolButton-like widget with color selection popup menu (lib)
  The kColorPicker library provides a QToolButton-like widget with color
  selection popup menu. This library is used by the ksnip project.


More information about the Neon-commits mailing list