[neon/extras/qca2/Neon/release] debian: enable all the plugins
Carlos De Maine
null at kde.org
Mon May 12 09:56:29 BST 2025
Git commit 524471bcc26c3e4f796b881d396d41642a95f3ac by Carlos De Maine.
Committed on 12/05/2025 at 08:56.
Pushed by carlosdem into branch 'Neon/release'.
enable all the plugins
M +8 -4 debian/control
M +1 -1 debian/rules
https://invent.kde.org/neon/extras/qca2/-/commit/524471bcc26c3e4f796b881d396d41642a95f3ac
diff --git a/debian/control b/debian/control
index 5f4be4f..65c6132 100644
--- a/debian/control
+++ b/debian/control
@@ -4,17 +4,21 @@ Priority: optional
Maintainer: Debian Qt/KDE Maintainers <debian-qt-kde at lists.debian.org>
Uploaders: Pino Toscano <pino at debian.org>
Build-Depends: ca-certificates,
- cmake (>= 3.16~),
+ cmake,
debhelper-compat (= 13),
gnupg <!nocheck>,
+ libbotan-2-dev,
+ libgcrypt20-dev,
+ libnss3-dev,
+ libpkcs11-helper1-dev,
libsasl2-dev,
- libssl-dev (>= 1.1.1~),
+ libssl-dev,
openssl <!nocheck>,
- pkg-config,
+ pkgconf,
pkg-kde-tools (>= 0.15.16),
qt6-5compat-dev,
qt6-base-dev,
- qtbase5-dev (>= 5.14.0~)
+ qtbase5-dev,
Build-Depends-Indep: doxygen, graphviz
Build-Conflicts: libqca2-dev, qca-dev
Standards-Version: 4.6.2
diff --git a/debian/rules b/debian/rules
index d9695f7..83e170d 100755
--- a/debian/rules
+++ b/debian/rules
@@ -9,7 +9,7 @@ export DEB_CXXFLAGS_MAINT_APPEND = -fvisibility=hidden -fvisibility-inlines-hidd
libpkgs_gen_strict_local_shlibs = $(libpkgs_all_packages)
include /usr/share/pkg-kde-tools/qt-kde-team/3/library-packages.mk
-COMMON_CMAKE_ARGS = -DLIB_SUFFIX="/$(DEB_HOST_MULTIARCH)" -DWITH_botan_PLUGIN=NO -DWITH_gcrypt_PLUGIN=NO -DWITH_nss_PLUGIN=NO -DWITH_pkcs11_PLUGIN=NO
+COMMON_CMAKE_ARGS = -DLIB_SUFFIX="/$(DEB_HOST_MULTIARCH)"
%:
dh $@ --builddirectory=build
More information about the Neon-commits
mailing list