[neon/backports-noble/kcolorpicker-noble/Neon/unstable] debian: Prepare new upload.
Boyuan Yang
null at kde.org
Wed Jul 3 15:10:16 BST 2024
Git commit f54c600ed52b8364fe004f8c12bbd715b61b1c08 by Boyuan Yang.
Committed on 23/05/2022 at 19:54.
Pushed by jriddell into branch 'Neon/unstable'.
Prepare new upload.
M +8 -0 debian/changelog
M +1 -1 debian/control
M +1 -1 debian/libkcolorpicker0.shlibs
M +2 -1 debian/rules
https://invent.kde.org/neon/backports-noble/kcolorpicker-noble/-/commit/f54c600ed52b8364fe004f8c12bbd715b61b1c08
diff --git a/debian/changelog b/debian/changelog
index 2bd4ee6..935a1c7 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+kcolorpicker (0.2.0-1~exp1) experimental; urgency=medium
+
+ * New upstream release.
+ * debian/control: Bump Standards-Version to 4.6.1.
+ * debian/libkcolorpicker0.shlibs: Tighten version requirement.
+
+ -- Boyuan Yang <byang at debian.org> Mon, 23 May 2022 15:54:36 -0400
+
kcolorpicker (0.1.6-2) unstable; urgency=medium
* debian/watch: Fix uscan grammar.
diff --git a/debian/control b/debian/control
index a7fd423..0fe4d05 100644
--- a/debian/control
+++ b/debian/control
@@ -3,8 +3,8 @@ Section: libs
Priority: optional
Maintainer: Boyuan Yang <byang at debian.org>
Build-Depends:
- debhelper-compat (= 13),
cmake,
+ debhelper-compat (= 13),
qtbase5-dev,
Rules-Requires-Root: no
Standards-Version: 4.6.1
diff --git a/debian/libkcolorpicker0.shlibs b/debian/libkcolorpicker0.shlibs
index b9d0846..a0b3c24 100644
--- a/debian/libkcolorpicker0.shlibs
+++ b/debian/libkcolorpicker0.shlibs
@@ -1 +1 @@
-libkColorPicker 0 libkcolorpicker0 (>= 0.1.6)
+libkColorPicker 0 libkcolorpicker0 (>= 0.2.0)
diff --git a/debian/rules b/debian/rules
index 1190f2d..ca83181 100755
--- a/debian/rules
+++ b/debian/rules
@@ -20,4 +20,5 @@ export QT_SELECT := 5
override_dh_auto_configure:
dh_auto_configure -- \
- -DBUILD_SHARED_LIBS=ON
+ -DBUILD_SHARED_LIBS=ON \
+ $(NULL)
More information about the Neon-commits
mailing list