[neon/kf6/kf6-kuserfeedback/Neon/unstable] debian: make docs explicit until tooling doesn't try binary only builds on arm all the time
Carlos De Maine
null at kde.org
Thu Oct 26 06:44:55 BST 2023
Git commit c2fbde56c39868e52f1c6a8ebbb4ecf5238c6457 by Carlos De Maine.
Committed on 26/10/2023 at 07:44.
Pushed by carlosdem into branch 'Neon/unstable'.
make docs explicit until tooling doesn't try binary only builds on arm all the time
M +2 -1 debian/control
M +1 -5 debian/rules
https://invent.kde.org/neon/kf6/kf6-kuserfeedback/-/commit/c2fbde56c39868e52f1c6a8ebbb4ecf5238c6457
diff --git a/debian/control b/debian/control
index 79d3445..49d9643 100644
--- a/debian/control
+++ b/debian/control
@@ -14,11 +14,12 @@ Build-Depends: bison,
qt6-svg-dev,
qt6-base-dev,
qt6-declarative-dev,
+ qt6-doc-dev
qt6-tools-dev,
qt6-tools-dev-tools,
xauth <!nocheck>,
xvfb <!nocheck>,
-Build-Depends-Indep: qt6-doc
+#Build-Depends-Indep: qt6-doc
Rules-Requires-Root: no
Standards-Version: 4.6.0
Homepage: https://invent.kde.org/libraries/kuserfeedback
diff --git a/debian/rules b/debian/rules
index 113c5e3..0c9d532 100755
--- a/debian/rules
+++ b/debian/rules
@@ -3,8 +3,4 @@
# SPDX-FileCopyrightText: 2023 Jonathan Riddell <jr at jriddell.org>
%:
- dh $@ --with kf6 --buildsystem kf6
-
-override_dh_shlibdeps:
- dh_shlibdeps -l$(CURDIR)/debian/$(shell dh_listpackages | head -n1)/usr/kf6/lib/$(DEB_HOST_MULTIARCH)/
-
+ dh $@ --with kf6 --buildsystem kf6
\ No newline at end of file
More information about the Neon-commits
mailing list