From da19b9d23349c21f3df5c70fda86d05516b38a72 Mon Sep 17 00:00:00 2001 From: Bdale Garbee Date: Thu, 18 Nov 2021 13:29:05 -0700 Subject: [PATCH] fix FTCBFS --- debian/changelog | 7 +++++++ debian/rules | 4 +++- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index ba7704e..0ecdc49 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +as31 (2.3.1-9) unstable; urgency=medium + + * Fix from Helmut Grohne for FTCBFS: Pass --build/--host to configure, + closes: #999885 + + -- Bdale Garbee Thu, 18 Nov 2021 13:28:44 -0700 + as31 (2.3.1-8) unstable; urgency=medium * note in debian/copyright that we assume the 3-clause BSD variant, diff --git a/debian/rules b/debian/rules index 9d919b4..932092a 100755 --- a/debian/rules +++ b/debian/rules @@ -1,5 +1,7 @@ #!/usr/bin/make -f +include /usr/share/dpkg/architecture.mk + # Uncomment this to turn on verbose mode. #export DH_VERBOSE=1 @@ -7,7 +9,7 @@ configure: configure-stamp configure-stamp: dh_testdir chmod a+x ./configure ./missing - ./configure --prefix=/usr --mandir=/usr/share/man + ./configure --prefix=/usr --mandir=/usr/share/man --build=$(DEB_BUILD_GNU_TYPE) --host=$(DEB_HOST_GNU_TYPE) touch configure-stamp build: build-arch build-indep -- 2.30.2