From a7e58166420042739917d8ffbc86b2932336755b Mon Sep 17 00:00:00 2001 From: Chris Hofstaedtler Date: Mon, 5 Aug 2024 03:34:01 +0200 Subject: [PATCH] Fix FTBFS on hurd DEB_HOST_ARCH_OS was unset. Gbp-Dch: full --- debian/rules | 1 + 1 file changed, 1 insertion(+) diff --git a/debian/rules b/debian/rules index 37a18e1c..a444e928 100755 --- a/debian/rules +++ b/debian/rules @@ -4,6 +4,7 @@ # Enable PIE, BINDNOW, and possible future flags. export DEB_BUILD_MAINT_OPTIONS = hardening=+all DPKG_EXPORT_BUILDFLAGS = 1 +include /usr/share/dpkg/architecture.mk include /usr/share/dpkg/buildflags.mk include /usr/share/debhelper/dh_package_notes/package-notes.mk