[neon/kde/akonadi-calendar/Neon/unstable] debian: Revert "bring back the docs"
Carlos De Maine
null at kde.org
Sun Apr 12 15:25:15 BST 2026
Git commit c980049a26a669443296f26f8ed7baf0fec48eef by Carlos De Maine.
Committed on 12/04/2026 at 14:25.
Pushed by carlosdem into branch 'Neon/unstable'.
Revert "bring back the docs"
This reverts commit ec86447daad6912b59a1f14c64c878325b63bca1
M +0 -1 debian/control
M +0 -1 debian/kpim6-akonadi-calendar-dev.install
M +0 -21 debian/rules
https://invent.kde.org/neon/kde/akonadi-calendar/-/commit/c980049a26a669443296f26f8ed7baf0fec48eef
diff --git a/debian/control b/debian/control
index 7270056..6902391 100644
--- a/debian/control
+++ b/debian/control
@@ -7,7 +7,6 @@ Build-Depends: cmake,
debhelper-compat (= 13),
doxygen,
graphviz,
- kde-qdoc-common-dev,
kf6-kcodecs-dev,
kf6-kcompletion-dev,
kf6-extra-cmake-modules,
diff --git a/debian/kpim6-akonadi-calendar-dev.install b/debian/kpim6-akonadi-calendar-dev.install
index 35c6c69..d648e42 100644
--- a/debian/kpim6-akonadi-calendar-dev.install
+++ b/debian/kpim6-akonadi-calendar-dev.install
@@ -3,4 +3,3 @@ usr/lib/*/cmake/KPim6AkonadiCalendar/
usr/lib/*/cmake/KPim6AkonadiCalendarCore
usr/lib/*/libKPim6AkonadiCalendar.so
usr/lib/*/libKPim6AkonadiCalendarCore.so
-usr/share/qt6/doc/
diff --git a/debian/rules b/debian/rules
index 2e569be..ea2b61e 100755
--- a/debian/rules
+++ b/debian/rules
@@ -2,8 +2,6 @@
# SPDX-License-Identifier: LGPL-2.0-or-later
# SPDX-FileCopyrightText: 2023 Jonathan Riddell <jr at jriddell.org>
-export KDE_DOCS=/usr/share/qt6/doc/kde-qdoc-common-dev
-
%:
dh $@ --with kf6 --buildsystem kf6
@@ -12,22 +10,3 @@ override_dh_auto_configure:
dh_auto_configure -- \
-DCOMPILE_WITH_UNITY_CMAKE_SUPPORT=ON \
-DBUILD_QCH=ON
-
-override_dh_auto_configure:
- dh_auto_configure -- \
- -DBUILD_TOOLS=ON \
- -DBUILD_DESIGNERPLUGIN=ON \
- -DCMAKE_BUILD_RPATH_USE_ORIGIN=ON \
- -DCOMPILE_WITH_UNITY_CMAKE_SUPPORT=ON \
- -DDATABASE_BACKEND=SQLITE
-
-override_dh_auto_build:
- dh_auto_build
- dh_auto_build -- prepare_docs
- dh_auto_build -- generate_docs
- dh_auto_build -- generate_qch
-
-override_dh_auto_install:
- dh_auto_install
- dh_auto_install -- install_html_docs
- dh_auto_install -- install_qch_docs
More information about the Neon-commits
mailing list