[neon/kf6/kf6-kdoctools/Neon/stable] debian: Revert "qch is no more"
    Carlos De Maine 
    null at kde.org
       
    Sat May 31 01:54:48 BST 2025
    
    
  
Git commit 7350613122f1387b8824bf1e72be5fd94afc328d by Carlos De Maine.
Committed on 31/05/2025 at 00:54.
Pushed by carlosdem into branch 'Neon/stable'.
Revert "qch is no more"
This reverts commit 9ac435112a03385d098919d22878a55693fc06f2
M  +1    -0    debian/kf6-kdoctools-dev.install
M  +3    -0    debian/rules
https://invent.kde.org/neon/kf6/kf6-kdoctools/-/commit/7350613122f1387b8824bf1e72be5fd94afc328d
diff --git a/debian/kf6-kdoctools-dev.install b/debian/kf6-kdoctools-dev.install
index 8d50449..71ccd63 100644
--- a/debian/kf6-kdoctools-dev.install
+++ b/debian/kf6-kdoctools-dev.install
@@ -1,3 +1,4 @@
 usr/include/KF6/KDocTools/
 usr/lib/*/cmake/KF6DocTools/
 usr/lib/*/libKF6DocTools.so
+usr/share/qt6/doc/
\ No newline at end of file
diff --git a/debian/rules b/debian/rules
index 5bd7734..c1dd599 100755
--- a/debian/rules
+++ b/debian/rules
@@ -3,3 +3,6 @@
 
 %:
 	dh $@ --with kf6 --buildsystem kf6
+
+override_dh_auto_configure:
+	dh_auto_configure -- -DBUILD_QCH=ON
    
    
More information about the Neon-commits
mailing list