[neon/kf6/kf6-syntax-highlighting/Neon/stable] debian: Revert "qch is no more"

Carlos De Maine null at kde.org
Sat May 31 01:53:02 BST 2025


Git commit 3b17e7c42f30767a60cfa3bcec180226613445a5 by Carlos De Maine.
Committed on 31/05/2025 at 00:53.
Pushed by carlosdem into branch 'Neon/stable'.

Revert "qch is no more"

This reverts commit dc2db784d24247e7f0eee69f0e932b9a9545d604

M  +1    -0    debian/kf6-syntax-highlighting-dev.install
M  +1    -1    debian/rules

https://invent.kde.org/neon/kf6/kf6-syntax-highlighting/-/commit/3b17e7c42f30767a60cfa3bcec180226613445a5

diff --git a/debian/kf6-syntax-highlighting-dev.install b/debian/kf6-syntax-highlighting-dev.install
index d72da4c..cf31a4c 100644
--- a/debian/kf6-syntax-highlighting-dev.install
+++ b/debian/kf6-syntax-highlighting-dev.install
@@ -1,3 +1,4 @@
 usr/include/KF6/KSyntaxHighlighting
 usr/lib/*/cmake/KF6SyntaxHighlighting
 usr/lib/*/libKF6SyntaxHighlighting.so
+usr/share/qt6/doc/
\ No newline at end of file
diff --git a/debian/rules b/debian/rules
index 43d5926..6ae5ae9 100755
--- a/debian/rules
+++ b/debian/rules
@@ -5,5 +5,5 @@
 	dh $@ --with kf6 --buildsystem kf6
 
 override_dh_auto_configure:
-	dh_auto_configure -- -DFEATURE_NO_STANDARD_PATHS=OFF
+	dh_auto_configure -- -DBUILD_QCH=ON -DFEATURE_NO_STANDARD_PATHS=OFF
 


More information about the Neon-commits mailing list