> It appears that commas are being replaced with dashes. > > DEB_BUILD_OPTIONS="dpdk_config_options=-Duse_hpet=true,-Dmax_ethports=128,-Dmax_numa_nodes=8,-Ddisable_drivers=net/softnic" > gbp buildpackage -uc -us > > dh_auto_configure -- > -Duse_hpet=true-Dmax_ethports=128-Dmax_numa_nodes=8-Ddisable_drivers=net/softnic
Correction, the commas are not being replaced with dashes, but should have been replaced with spaces. Presumably due to this not working any more: https://salsa.debian.org/debian/dpdk/-/blob/unstable/debian/rules#L41