From: Colin Watson Date: Thu, 17 Oct 2013 20:27:02 +0000 (-0500) Subject: Sent: Friday, October 11, 2013 12:38:11 AM X-Git-Tag: v3.2.0-alpha2~58 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=773d6f6e3800dce5d27af687ebd3ff323dcdfd72;p=thirdparty%2Fxfsprogs-dev.git Sent: Friday, October 11, 2013 12:38:11 AM Subject: Bug#725971: xfsprogs: config.guess/config.sub out of date for arm64 Package: xfsprogs Version: 3.1.9 Severity: important Tags: patch User: debian-arm@lists.debian.org Usertags: arm64 xfsprogs' config.guess/config.sub are out of date for the forthcoming arm64 port. The attached patch sets things up so that you don't have to be bothered by this type of bug for future ports. * Use the autotools-dev dh addon to update config.guess/config.sub for arm64. Signed-off-by: Colin Watson Reviewed-by: Nathan Scott Signed-off-by: Rich Johnston --- diff --git a/debian/control b/debian/control index 502b48b5f..7deaf9a27 100644 --- a/debian/control +++ b/debian/control @@ -3,7 +3,7 @@ Section: admin Priority: optional Maintainer: XFS Development Team Uploaders: Nathan Scott , Anibal Monsalve Salazar -Build-Depends: uuid-dev, autoconf, debhelper (>= 5), gettext, libtool, libreadline-gplv2-dev | libreadline5-dev, libblkid-dev (>= 2.17), linux-libc-dev +Build-Depends: uuid-dev, autoconf, debhelper (>= 5), gettext, libtool, libreadline-gplv2-dev | libreadline5-dev, libblkid-dev (>= 2.17), linux-libc-dev, autotools-dev Standards-Version: 3.9.1 Homepage: http://oss.sgi.com/projects/xfs/ diff --git a/debian/rules b/debian/rules index a26195dae..3e8fa234a 100755 --- a/debian/rules +++ b/debian/rules @@ -35,6 +35,7 @@ config: .census .census: @echo "== dpkg-buildpackage: configure" 1>&2 $(checkdir) + dh_autotools-dev_updateconfig $(options) $(MAKE) include/platform_defs.h touch .census @@ -57,6 +58,8 @@ clean: $(MAKE) distclean -rm -rf $(dirme) $(dirdev) $(dirdi) -rm -f debian/*substvars debian/files* debian/*.debhelper + dh_autotools-dev_restoreconfig + dh_clean binary-indep: