This is a change introduced in 5.10.0-2ubuntu2 with the changelog:
xfsprogs upstream has regressed config.guess, so use
dh_update_autotools_config.
Reported-by: Steve Langasek <redacted>
Signed-off-by: Bastian Germann <redacted>
---
debian/changelog | 3 +++
debian/rules | 1 +
2 files changed, 4 insertions(+)
diff --git a/debian/changelog b/debian/changelog
index c77f04ab..6cc9926b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,6 +4,9 @@ xfsprogs (5.11.0-rc0-1) experimental; urgency=medium
* Drop trying to create upstream distribution
* Enable CET on amd64
+ [ Steve Langasek ]
+ * Regenerate config.guess using debhelper
+
-- Bastian Germann <bastiangermann@fishpost.de> Sat, 20 Feb 2021 11:57:31 +0100
xfsprogs (5.10.0-3) unstable; urgency=medium
diff --git a/debian/rules b/debian/rules
index dd093f2c..1913ccb6 100755
--- a/debian/rules
+++ b/debian/rules
@@ -49,6 +49,7 @@ config: .census
@echo "== dpkg-buildpackage: configure" 1>&2
$(checkdir)
AUTOHEADER=/bin/true dh_autoreconf
+ dh_update_autotools_config
$(options) $(MAKE) $(PMAKEFLAGS) include/platform_defs.h
touch .census
--
2.30.1