[neon/neon-packaging/dbc-parser-cpp/Neon/release] debian: dh $@ --buildsystem=cmake

Carlos De Maine null at kde.org
Fri Jul 5 08:50:26 BST 2024


Git commit e386bdbb563befe9ae2752ce637cb71e5af85c80 by Carlos De Maine.
Committed on 05/07/2024 at 07:50.
Pushed by carlosdem into branch 'Neon/release'.

dh $@ --buildsystem=cmake

M  +1    -1    debian/rules

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

diff --git a/debian/rules b/debian/rules
index d584077..fd6b80d 100644
--- a/debian/rules
+++ b/debian/rules
@@ -2,7 +2,7 @@
 export DEB_BUILD_MAINT_OPTIONS = hardening=+all
 
 %:
-	dh $@
+	dh $@ --buildsystem=cmake
 
 override_dh_auto_configure:
 	dh_auto_configure -- -DDBC_ENABLE_TESTS=OFF -DDBC_GENERATE_DOCS=ON


More information about the Neon-commits mailing list