From d7e3f37aca5ff5e56c0b2f2d9c3241ed5c75af5e Mon Sep 17 00:00:00 2001 From: Sebastian Harl Date: Sat, 23 Nov 2013 20:19:15 +0100 Subject: [PATCH] rules: Use dh_autotools-dev* to update config.{sub,guess}. Thanks to Matthias Klose for reporting and suggesting this. Closes: #727416 --- debian/changelog | 2 ++ debian/rules | 2 ++ 2 files changed, 4 insertions(+) diff --git a/debian/changelog b/debian/changelog index 292c026..6a4ad01 100644 --- a/debian/changelog +++ b/debian/changelog @@ -8,6 +8,8 @@ libmpdclient (2.9-1) UNRELEASED; urgency=low * debian/rules: - Split build target into build-arch and build-indep. - Use dpkg-buildflags to get CPPFLAGS and CFLAGS. + - Use dh_autotools-dev* to update config.{sub,guess}; thanks to Matthias + Klose for reporting and suggesting this (Closes: #727416). * debian/control: - Updated standards-version to 3.9.4. diff --git a/debian/rules b/debian/rules index 4be60df..3075b45 100755 --- a/debian/rules +++ b/debian/rules @@ -29,6 +29,7 @@ endif config.status: configure dh_testdir + dh_autotools-dev_updateconfig ./configure \ --host=$(DEB_HOST_GNU_TYPE) \ @@ -57,6 +58,7 @@ clean: [ ! -f Makefile ] || $(MAKE) distclean + dh_autotools-dev_restoreconfig dh_clean install: build -- 2.30.2