[neon/kde/akonadi/Neon/unstable] debian: port to kf6
Carlos De Maine
null at kde.org
Sun Sep 24 08:02:04 BST 2023
Git commit 3e0fcbae7b15a480ed28a13646c9643864b6092c by Carlos De Maine.
Committed on 24/09/2023 at 08:03.
Pushed by carlosdem into branch 'Neon/unstable'.
port to kf6
M +0 -1 debian/control
M +0 -21 debian/rules
https://invent.kde.org/neon/kde/akonadi/-/commit/3e0fcbae7b15a480ed28a13646c9643864b6092c
diff --git a/debian/control b/debian/control
index f29d1f1..372f201 100644
--- a/debian/control
+++ b/debian/control
@@ -8,7 +8,6 @@ Uploaders: Sune Vuorela <debian at pusling.com>,
Build-Depends: cmake,
debhelper-compat (= 13),
dh-apparmor,
-# kdesignerplugin,
kf6-extra-cmake-modules,
kf6-kcolorscheme-dev,
kf6-kcompletion-dev,
diff --git a/debian/rules b/debian/rules
index d0f7d5e..3d69b0d 100644
--- a/debian/rules
+++ b/debian/rules
@@ -4,24 +4,3 @@
%:
dh $@ --with kf6 --buildsystem kf6
-
- override_dh_shlibdeps:
- dh_shlibdeps -l$(CURDIR)/debian/$(shell dh_listpackages | head -n1)/usr/kf6/lib/$(DEB_HOST_MULTIARCH)/
-
-override_dh_auto_configure:
- dh_auto_configure -- -DMYSQLD_EXECUTABLE:STRING=/usr/sbin/mysqld-akonadi \
- -DBUILD_TESTING=OFF -DBUILD_TOOLS=ON \
- -D_testrunner=/usr/bin/akonaditest
-
-override_dh_installinit:
- dh_installinit
- dh_apparmor -pakonadi-backend-mysql --profile-name=mysqld_akonadi
-
-override_dh_installdocs:
- dh_installdocs
-
-override_dh_makeshlibs:
- dh_makeshlibs -V -- -c0
-
-override_dh_auto_test:
- # Avoid tests extra build dependencies, check them with autopkgtests
More information about the Neon-commits
mailing list