Codebase list libvirt / dee12e6
rules: Pass runstatedir dh_auto_configure does this automatically for autotools, but since it's not a standardized option in Meson we have to take care of it ourselves or we're going to get a lot of systemd-service-file-refers-to-var-run Lintian warnings. Gbp-Dch: Ignore Andrea Bolognani 3 years ago
1 changed file(s) with 1 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
8383
8484 DEB_CONFIGURE_EXTRA_ARGS := \
8585 --libexecdir=/usr/lib/libvirt \
86 -Drunstatedir=/run \
8687 -Dpackager="$(DEB_BUILDUSER) $(DEB_BUILDDATE)" \
8788 -Dpackager_version="$(DEB_RELEASE)" \
8889 -Ddriver_qemu=enabled \