[neon/backports-jammy/kimageannotator/Neon/release] debian: debian/: More updates
Boyuan Yang
null at kde.org
Tue Jan 16 14:14:14 GMT 2024
Git commit 0e6420fdcf6a6738bd11021fa56fc1735d20daf8 by Boyuan Yang.
Committed on 09/04/2020 at 20:38.
Pushed by jriddell into branch 'Neon/release'.
debian/: More updates
M +6 -0 debian/control
M +1 -1 debian/copyright
M +4 -0 debian/rules
A +1 -0 debian/upstream/metadata
https://invent.kde.org/neon/backports-jammy/kimageannotator/-/commit/0e6420fdcf6a6738bd11021fa56fc1735d20daf8
diff --git a/debian/control b/debian/control
index 30a8e32..f8bda5d 100644
--- a/debian/control
+++ b/debian/control
@@ -6,7 +6,13 @@ Build-Depends:
debhelper-compat (= 12),
cmake (>= 3.5),
qtbase5-dev,
+ libkcolorpicker-dev,
+Standards-Version: 4.5.0
+Rules-Requires-Root: no
Homepage: https://github.com/ksnip/kImageAnnotator
+Vcs-Git: https://salsa.debian.org/debian/kimageannotator.git
+Vcs-Browser: https://salsa.debian.org/debian/kimageannotator
+
Package: kimageannotator
Architecture: any
diff --git a/debian/copyright b/debian/copyright
index d076647..5d3909e 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -3,7 +3,7 @@ Upstream-Name: kImageAnnotator
Source: https://github.com/ksnip/kImageAnnotator
Files: *
-Copyright: 2018 Damir Porobic <damir.porobic at gmx.com>
+Copyright: 2018-2020 Damir Porobic <damir.porobic at gmx.com>
License: GPL-2.0+
Files: debian/*
diff --git a/debian/rules b/debian/rules
index 97c9d23..721bddc 100755
--- a/debian/rules
+++ b/debian/rules
@@ -18,5 +18,9 @@ export QT_SELECT := 5
%:
dh $@
+override_dh_auto_configure:
+ dh_auto_configure -- \
+ -DBUILD_SHARED_LIBS=ON
+
override_dh_missing:
dh_missing --fail-missing
diff --git a/debian/upstream/metadata b/debian/upstream/metadata
new file mode 100644
index 0000000..87caea8
--- /dev/null
+++ b/debian/upstream/metadata
@@ -0,0 +1 @@
+Upstream-Repository: https://github.com/ksnip/kImageAnnotator.git
More information about the Neon-commits
mailing list