[neon/kde/akonadi/Neon/unstable] debian: sqlite is now default backend
Carlos De Maine
null at kde.org
Sat Oct 28 05:45:04 BST 2023
Git commit a4b819b4de40fa9c323e2f15cf6dda3fa9e77bce by Carlos De Maine.
Committed on 28/10/2023 at 06:45.
Pushed by carlosdem into branch 'Neon/unstable'.
sqlite is now default backend
M +2 -3 debian/control
M +1 -1 debian/rules
https://invent.kde.org/neon/kde/akonadi/-/commit/a4b819b4de40fa9c323e2f15cf6dda3fa9e77bce
diff --git a/debian/control b/debian/control
index 7be3415..7779a37 100644
--- a/debian/control
+++ b/debian/control
@@ -29,7 +29,6 @@ Build-Depends: cmake,
libboost-dev (>= 1.34.0~),
libkaccounts6-dev,
liblzma-dev,
- libmariadb-dev-compat,
libsqlite3-dev (>= 3.6.23),
libxml2-dev,
libxml2-utils,
@@ -94,8 +93,8 @@ Description: MySQL storage backend for Akonadi
Package: akonadi-backend-postgresql
Section: misc
Architecture: all
-Depends: qt6-base, ${misc:Depends}
-Recommends: akonadi-server, postgresql
+Depends: postgresql, qt6-base, ${misc:Depends}
+Recommends: akonadi-server
Description: PostgreSQL storage backend for Akonadi
Akonadi is an extensible cross-desktop Personal Information Management (PIM)
storage service. It provides a common framework for applications to store and
diff --git a/debian/rules b/debian/rules
index 8fa211c..716c736 100644
--- a/debian/rules
+++ b/debian/rules
@@ -9,7 +9,7 @@ override_dh_auto_configure:
dh_auto_configure -- \
-DBUILD_TOOLS=ON \
-DBUILD_DESIGNERPLUGIN=ON \
- -COMPILE_WITH_UNITY_CMAKE_SUPPORT ON \
+ -COMPILE_WITH_UNITY_CMAKE_SUPPORT=ON \
# -DCMAKE_BUILD_RPATH_USE_ORIGIN=ON
execute_after_dh_install:
More information about the Neon-commits
mailing list