[neon/extras/kpublictransport/Neon/unstable] debian: qch

Carlos De Maine null at kde.org
Sat Jan 6 06:51:57 GMT 2024


Git commit b8deda96120d43de541ff009a7f450f74713cd16 by Carlos De Maine.
Committed on 06/01/2024 at 07:51.
Pushed by carlosdem into branch 'Neon/unstable'.

qch

M  +2    -0    debian/control
M  +4    -0    debian/rules

https://invent.kde.org/neon/extras/kpublictransport/-/commit/b8deda96120d43de541ff009a7f450f74713cd16

diff --git a/debian/control b/debian/control
index a337719..ebf7c21 100644
--- a/debian/control
+++ b/debian/control
@@ -4,7 +4,9 @@ Priority: optional
 Build-Depends: bison,
                cmake,
                debhelper-compat (= 13),
+               doxygen,
                flex,
+               graphviz,
                kf6-extra-cmake-modules,
                kf6-ki18n-dev,
                kf6-networkmanager-qt-dev,
diff --git a/debian/rules b/debian/rules
index 3d69b0d..7fc4b46 100755
--- a/debian/rules
+++ b/debian/rules
@@ -4,3 +4,7 @@
 
 %:
 	dh $@ --with kf6 --buildsystem kf6
+
+override_dh_auto_configure:
+	dh_auto_configure -- \
+	-DBUILD_QCH=ON


More information about the Neon-commits mailing list