[neon/extras/labplot/Neon/unstable] debian: don't build the bundled dbc-parser

Carlos De Maine null at kde.org
Mon Apr 3 11:48:33 BST 2023


Git commit 5664f0ffb770bd5cf099aa9b422e19a352f45046 by Carlos De Maine.
Committed on 03/04/2023 at 10:48.
Pushed by carlosdem into branch 'Neon/unstable'.

don't build the bundled dbc-parser

M  +1    -1    debian/rules

https://invent.kde.org/neon/extras/labplot/commit/5664f0ffb770bd5cf099aa9b422e19a352f45046

diff --git a/debian/rules b/debian/rules
index 53b779e..ef3e935 100755
--- a/debian/rules
+++ b/debian/rules
@@ -7,7 +7,7 @@ export DEB_BUILD_MAINT_OPTIONS = reproducible=-fixfilepath
 	dh $@ --with kf5
 
 override_dh_auto_configure:
-	dh_auto_configure -Skf5 -- -DENABLE_REPRODUCIBLE=ON -DLOCAL_VECTOR_BLF=OFF
+	dh_auto_configure -Skf5 -- -DENABLE_REPRODUCIBLE=ON -DLOCAL_VECTOR_BLF=OFF -DLOCAL_DBC_PARSER=OFF
 
 override_dh_auto_test:
 	# non-fatal, as tests fail on almost non-amd64 archs


More information about the Neon-commits mailing list