[neon/kde/kldap/Neon/unstable] debian: docs, unity build

Carlos De Maine null at kde.org
Mon Oct 30 04:52:14 GMT 2023


Git commit b898165a7062c74b4bf63197fffff3243d234a79 by Carlos De Maine.
Committed on 30/10/2023 at 05:52.
Pushed by carlosdem into branch 'Neon/unstable'.

docs, unity build

M  +1    -0    debian/kpim6-kldap-dev.install
D  +0    -20   debian/kpim6-ldap-dev.acc.in
M  +5    -0    debian/rules

https://invent.kde.org/neon/kde/kldap/-/commit/b898165a7062c74b4bf63197fffff3243d234a79

diff --git a/debian/kpim6-kldap-dev.install b/debian/kpim6-kldap-dev.install
index 86636a0..1a11bd2 100644
--- a/debian/kpim6-kldap-dev.install
+++ b/debian/kpim6-kldap-dev.install
@@ -4,3 +4,4 @@ usr/lib/*/cmake/KPim6LdapCore/
 usr/lib/*/cmake/KPim6LdapWidgets/
 usr/lib/*/libKPim6LdapCore.so
 usr/lib/*/libKPim6LdapWidgets.so
+usr/share/qt6/doc/
\ No newline at end of file
diff --git a/debian/kpim6-ldap-dev.acc.in b/debian/kpim6-ldap-dev.acc.in
deleted file mode 100644
index 3e3ff27..0000000
--- a/debian/kpim6-ldap-dev.acc.in
+++ /dev/null
@@ -1,20 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<descriptor>
-
-<version>
-    15.07.90
-</version>
-
-<headers>
-    /usr/include/KF5/KLDAP/
-</headers>
-
-<libs>
-    /usr/lib/@@DEB_HOST_MULTIARCH@@/libKF5Ldap.so
-</libs>
-
-<gcc_options>
-    -fPIC
-</gcc_options>
-
-</descriptor>
diff --git a/debian/rules b/debian/rules
index 3d69b0d..141287f 100644
--- a/debian/rules
+++ b/debian/rules
@@ -4,3 +4,8 @@
 
 %:
 	dh $@ --with kf6 --buildsystem kf6
+
+override_dh_auto_configure:
+	dh_auto_configure -- \
+		-DCOMPILE_WITH_UNITY_CMAKE_SUPPORT=ON \
+		-DBUILD_QCH=ON
\ No newline at end of file


More information about the Neon-commits mailing list