From: Jochen Sprickerhof Date: Tue, 13 Oct 2020 20:38:24 +0000 (+0200) Subject: Set TZ for tests X-Git-Tag: archive/raspbian/1.10.0+ds-2+rpi1~1^2~64 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=9a7ae42897b0c657cf0e4dfcfcf7748526f80f51;p=gpsbabel.git Set TZ for tests Fixes build on rb.org --- diff --git a/debian/rules b/debian/rules index 3db965a9f..55ead870b 100755 --- a/debian/rules +++ b/debian/rules @@ -4,6 +4,8 @@ dh $@ export DEB_BUILD_MAINT_OPTIONS = hardening=+all +# tests depending on a TZ with a small offset +export TZ='/usr/share/zoneinfo/Etc/GMT' DOCTEMP = $(CURDIR)/debian/doctmp include /usr/share/dpkg/pkg-info.mk