[neon/neon-packaging/dbc-parser-cpp/Neon/unstable] debian: +ninja

Carlos De Maine null at kde.org
Mon Jan 27 05:31:23 GMT 2025


Git commit 9667a71a54090920cce8f49b34b0382a813f221b by Carlos De Maine.
Committed on 27/01/2025 at 05:31.
Pushed by carlosdem into branch 'Neon/unstable'.

+ninja

M  +2    -2    debian/rules

https://invent.kde.org/neon/neon-packaging/dbc-parser-cpp/-/commit/9667a71a54090920cce8f49b34b0382a813f221b

diff --git a/debian/rules b/debian/rules
index 2404366..3ec9b66 100755
--- a/debian/rules
+++ b/debian/rules
@@ -2,12 +2,12 @@
 export DEB_BUILD_MAINT_OPTIONS = hardening=+all
 
 %:
-	dh $@ --buildsystem=cmake
+	dh $@ --buildsystem=cmake+ninja
 
 override_dh_auto_configure:
 	dh_auto_configure -- -DDBC_ENABLE_TESTS=OFF \
 						 -DDBC_GENERATE_DOCS=ON \
-						 -DCMAKE_INSTALL_PREFIX=/usr \
+						 -DCMAKE_INSTALL_PREFIX=/usr/ \
 						 -DCMAKE_INCLUDEDIR_PREFIX=include \
 						 -DCMAKE_INSTALL_LIBDIR=lib \
 						 -DCMAKE_BUILD_TYPE=Release \


More information about the Neon-commits mailing list