[neon/neon-packaging/dbc-parser-cpp/Neon/unstable] debian: -DCMAKE_INSTALL_PREFIX=/usr/

Carlos De Maine null at kde.org
Mon Jan 20 01:09:24 GMT 2025


Git commit 7abb2b60287c3b983b37f1cad8c661f3be7150c7 by Carlos De Maine.
Committed on 20/01/2025 at 01:09.
Pushed by carlosdem into branch 'Neon/unstable'.

-DCMAKE_INSTALL_PREFIX=/usr/

M  +1    -1    debian/rules

https://invent.kde.org/neon/neon-packaging/dbc-parser-cpp/-/commit/7abb2b60287c3b983b37f1cad8c661f3be7150c7

diff --git a/debian/rules b/debian/rules
index fe2188e..0930751 100644
--- a/debian/rules
+++ b/debian/rules
@@ -5,4 +5,4 @@ export DEB_BUILD_MAINT_OPTIONS = hardening=+all
 	dh $@ --buildsystem=cmake
 
 override_dh_auto_configure:
-	dh_auto_configure -- -DDBC_ENABLE_TESTS=OFF -DDBC_GENERATE_DOCS=ON 
+	dh_auto_configure -- -DDBC_ENABLE_TESTS=OFF -DDBC_GENERATE_DOCS=ON -DCMAKE_INSTALL_PREFIX=/usr/


More information about the Neon-commits mailing list