[neon/backports-focal/kcolorpicker/Neon/release-lts] debian: add missing dep on qtbase to the dev package

Harald Sitter null at kde.org
Fri Feb 12 12:24:13 GMT 2021


Git commit 05e193c8baee078933c6f9385ee0b72d526aeba3 by Harald Sitter.
Committed on 12/02/2021 at 12:24.
Pushed by sitter into branch 'Neon/release-lts'.

add missing dep on qtbase to the dev package

it's a find_dependency call on qtwidgets

M  +1    -3    debian/control

https://invent.kde.org/neon/backports-focal/kcolorpicker/commit/05e193c8baee078933c6f9385ee0b72d526aeba3

diff --git a/debian/control b/debian/control
index a90d70d..d654eaa 100644
--- a/debian/control
+++ b/debian/control
@@ -15,9 +15,7 @@ Vcs-Browser: https://salsa.debian.org/debian/kcolorpicker
 Package: libkcolorpicker-dev
 Architecture: any
 Multi-Arch: same
-Depends:
- libkcolorpicker0 (= ${binary:Version}),
- ${misc:Depends},
+Depends: libkcolorpicker0 (= ${binary:Version}), qtbase5-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.


More information about the Neon-commits mailing list