[neon/neon-packaging/alpaka/Neon/unstable] debian: build docs and various lints

Carlos De Maine null at kde.org
Tue Dec 9 21:59:06 GMT 2025


Git commit 8743511255c3a8cd454fb55a2adc6a0a9812191a by Carlos De Maine.
Committed on 09/12/2025 at 21:59.
Pushed by carlosdem into branch 'Neon/unstable'.

build docs and various lints

M  +4    -4    debian/control
M  +2    -0    debian/lintian-overrides
M  +3    -1    debian/rules

https://invent.kde.org/neon/neon-packaging/alpaka/-/commit/8743511255c3a8cd454fb55a2adc6a0a9812191a

diff --git a/debian/control b/debian/control
index 7534a12..21bdd99 100644
--- a/debian/control
+++ b/debian/control
@@ -27,8 +27,8 @@ Package: alpaka
 Architecture: any
 Section: devel
 Depends: ${misc:Depends}, ${shlibs:Depends}
-Description: A client for Ollama built with Kirigami
+Description: Client for Ollama built with Kirigami
  To run Alpaka, you will need to install Ollama and have it serving on
- http://localhost:11434. You will also need to install a model for ollama to use;
- you can do so by running ollama pull llama2. After that, you can build and run
- Alpaka and it will interface with the Ollama API.
+ http://localhost:11434. You will also need to install a model for ollama to
+ use; you can do so by running ollama pull llama2. After that, you can build
+ and run Alpaka and it will interface with the Ollama API.
diff --git a/debian/lintian-overrides b/debian/lintian-overrides
index e69de29..0586920 100644
--- a/debian/lintian-overrides
+++ b/debian/lintian-overrides
@@ -0,0 +1,2 @@
+alpaka: link-to-shared-library-in-wrong-package usr/lib/x86_64-linux-gnu/libkllmcore.so.0.1.1 [usr/lib/x86_64-linux-gnu/libkllmcore.so]
+alpaka: package-name-doesnt-match-sonames libkllmcore0
diff --git a/debian/rules b/debian/rules
index a86c5f3..b849758 100755
--- a/debian/rules
+++ b/debian/rules
@@ -6,6 +6,8 @@
 	dh $@ --with kf6 --buildsystem kf6
 
 override_dh_auto_configure:
-	dh_auto_configure -- -DCOMPILE_WITH_UNITY_CMAKE_SUPPORT=ON
+	dh_auto_configure -- /
+	-DCOMPILE_WITH_UNITY_CMAKE_SUPPORT=ON
+	-DBUILD_QCH=ON
 
 override_dh_auto_test:


More information about the Neon-commits mailing list