[neon/neon-packaging/kdsoap/Neon/unstable] debian: trya and get the double build to work
Carlos De Maine
null at kde.org
Tue Jun 13 03:12:33 BST 2023
Git commit fe46a0e0aa5293e54e1a06cba8fe9af81c945945 by Carlos De Maine.
Committed on 13/06/2023 at 02:12.
Pushed by carlosdem into branch 'Neon/unstable'.
trya and get the double build to work
M +3 -2 debian/control
M +2 -2 debian/rules
https://invent.kde.org/neon/neon-packaging/kdsoap/-/commit/fe46a0e0aa5293e54e1a06cba8fe9af81c945945
diff --git a/debian/control b/debian/control
index 7daaf31..c2fe193 100644
--- a/debian/control
+++ b/debian/control
@@ -3,11 +3,12 @@ Section: libs
Priority: optional
Maintainer: Thanh Tung Nguyen <thngtong at gmail.com>
Homepage: http://www.kdab.com/kd-soap/
-Standards-Version: 3.9.5
-Build-Depends: cmake (>= 2.8.9),
+Standards-Version: 4.6.2
+Build-Depends: cmake,
debhelper-compat (= 13),
doxygen,
graphviz,
+ pkg-kde-tools,
qhelpgenerator-qt5,
qtbase5-dev,
qt6-base-dev,
diff --git a/debian/rules b/debian/rules
index 3d17aa0..6bc2630 100755
--- a/debian/rules
+++ b/debian/rules
@@ -9,8 +9,8 @@ export DEB_LDFLAGS_MAINT_APPEND=-Wl,--as-needed
DEB_HOST_MULTIARCH?=$(shell dpkg-architecture -qDEB_HOST_MULTIARCH)
%:
- dh $@ --with quilt
-
+ dh $@ --with pkgkde_symbolshelper
+
#override_dh_install:
# dh_install -plibkdsoap-doc -Xjquery.js
# dh_install --remaining-packages
More information about the Neon-commits
mailing list