[neon/extras/kuserfeedback/Neon/release] debian: Update build-deps and deps with the info from cmake
Aurélien COUDERC
null at kde.org
Thu Sep 8 16:47:13 BST 2022
Git commit a18b1e9563e2e328bc6ae65f1ab6c4b8121cae10 by Aurélien COUDERC.
Committed on 06/02/2022 at 22:02.
Pushed by jriddell into branch 'Neon/release'.
Update build-deps and deps with the info from cmake
M +1 -1 debian/control
M +2 -2 debian/rules
https://invent.kde.org/neon/extras/kuserfeedback/commit/a18b1e9563e2e328bc6ae65f1ab6c4b8121cae10
diff --git a/debian/control b/debian/control
index 99b55a3..1ea06d5 100644
--- a/debian/control
+++ b/debian/control
@@ -18,7 +18,7 @@ Build-Depends: bison,
qttools5-dev-tools (>= 5.4),
xauth,
xvfb,
-Build-Depends-Indep: qdoc-qt5,
+Build-Depends-Indep: qdoc-qt5
Rules-Requires-Root: no
Standards-Version: 4.5.0
Homepage: https://invent.kde.org/libraries/kuserfeedback
diff --git a/debian/rules b/debian/rules
index 7877a33..8d126f7 100755
--- a/debian/rules
+++ b/debian/rules
@@ -7,10 +7,10 @@ export DEB_BUILD_MAINT_OPTIONS = hardening=+all
dh $@ --with kf5,pkgkde_symbolshelper --buildsystem kf5 --without build_stamp
override_dh_auto_configure-arch:
- dh_auto_configure -- -DENABLE_DOCS=OFF
+ dh_auto_configure -- -DENABLE_DOCS=OFF -DQT_MAJOR_VERSION=5
override_dh_auto_configure-indep:
- dh_auto_configure -- -DENABLE_DOCS=ON
+ dh_auto_configure -- -DENABLE_DOCS=ON -DQT_MAJOR_VERSION=5
override_dh_auto_test:
xvfb-run dh_auto_test --no-parallel
More information about the Neon-commits
mailing list