]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/commitdiff
Sent: Friday, October 11, 2013 12:38:11 AM
authorColin Watson <cjwatson@ubuntu.com>
Thu, 17 Oct 2013 20:27:02 +0000 (15:27 -0500)
committerRich Johnston <rjohnston@sgi.com>
Thu, 17 Oct 2013 20:27:02 +0000 (15:27 -0500)
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 <cjwatson@ubuntu.com>
Reviewed-by: Nathan Scott <nathans@debian.com>
Signed-off-by: Rich Johnston <rjohnston@sgi.com>
debian/control
debian/rules

index 502b48b5f11c104438652feefeecb95eedbddd14..7deaf9a27dd67b55e48a84c5bcdcd12ce76e2086 100644 (file)
@@ -3,7 +3,7 @@ Section: admin
 Priority: optional
 Maintainer: XFS Development Team <xfs@oss.sgi.com>
 Uploaders: Nathan Scott <nathans@debian.org>, Anibal Monsalve Salazar <anibal@debian.org>
-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/
 
index a26195dae81b6f3e7c0d4d40e0abfe781c1a3a9b..3e8fa234a6ea92a38a3fd5bf4c5eedc0e8983391 100755 (executable)
@@ -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: