Fix FTBFS on hurd

DEB_HOST_ARCH_OS was unset.

Gbp-Dch: full
This commit is contained in:
Chris Hofstaedtler
2024-08-05 03:34:01 +02:00
parent a2f607ed76
commit a7e5816642

1
debian/rules vendored
View File

@@ -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