From 7d71042260412b2759310696e64db9dcfd3be96a Mon Sep 17 00:00:00 2001 From: Maximilian Engelhardt Date: Sun, 6 Dec 2020 16:17:15 +0100 Subject: [PATCH] debian/rules: remove unused pybuild settings These are currently not used and not needed. Signed-off-by: Maximilian Engelhardt --- debian/rules | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/debian/rules b/debian/rules index 93e0e2eba2..f245a29e42 100755 --- a/debian/rules +++ b/debian/rules @@ -165,12 +165,9 @@ export XEN_BUILD_TIME=$(shell LC_ALL=C date -u -d "@$(SOURCE_DATE_EPOCH)" "+%T") export SMBIOS_REL_DATE=$(shell LC_ALL=C date -u -d "@$(SOURCE_DATE_EPOCH)" "+%m/%d/%Y") export VGABIOS_REL_DATE=$(shell LC_ALL=C date -u -d "@$(SOURCE_DATE_EPOCH)" "+%d %b %Y") -export PYBUILD_NAME=xen -export PYBUILD_DISABLE=test -export PYBUILD_SYSTEM=distutils %: - dh $@ --with=python3 --buildsystem=pybuild + dh $@ --with=python3 # Without this, something on stretch passes CFLAGS in the environment # to the Xen build system, which then (with 4.11) chokes printing -- 2.30.2