[neon/neon-packaging/crow-translate/Neon/release] debian: it's a kde project
Carlos De Maine
null at kde.org
Fri Jul 5 14:13:58 BST 2024
Git commit f1aebe381e84c57eff3d3b36b24130bcd46d1c79 by Carlos De Maine.
Committed on 05/07/2024 at 13:13.
Pushed by carlosdem into branch 'Neon/release'.
it's a kde project
(cherry picked from commit 618098451d6d719693140a118118f3cba785ce4f)
M +1 -0 debian/control
M +2 -1 debian/rules
https://invent.kde.org/neon/neon-packaging/crow-translate/-/commit/f1aebe381e84c57eff3d3b36b24130bcd46d1c79
diff --git a/debian/control b/debian/control
index a13a174..b6cbd2f 100644
--- a/debian/control
+++ b/debian/control
@@ -3,6 +3,7 @@ Maintainer: KDE Neon <neon at kde.org>
Priority: optional
Build-Depends: cmake,
debhelper-compat (= 13),
+ kf6-extra-cmake-modules,
libtesseract-dev,
pkg-kde-tools,
qtbase5-dev,
diff --git a/debian/rules b/debian/rules
index c2100e3..1aae271 100755
--- a/debian/rules
+++ b/debian/rules
@@ -8,4 +8,5 @@ export DEB_LDFLAGS_MAINT_APPEND := -Wl,--as-needed
export DH_VERBOSE=1
%:
- dh $@ --buildsystem cmake
+ dh $@ --with kf5
+
More information about the Neon-commits
mailing list