From: Bastian Germann Date: Fri, 12 Feb 2021 21:35:22 +0000 (-0500) Subject: debian: Only build for Linux X-Git-Tag: v5.11.0-rc0~2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=a35f8da4788b6263bb82df972aba5a34095bab6b;p=thirdparty%2Fxfsprogs-dev.git debian: Only build for Linux Use architecture linux-any to exclude kfreebsd and hurd from building the package. Those will always fail. Signed-off-by: Bastian Germann Reviewed-by: Darrick J. Wong Signed-off-by: Eric Sandeen --- diff --git a/debian/changelog b/debian/changelog index 7b0120c2f..2da58f307 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,7 @@ xfsprogs (5.10.0-3) unstable; urgency=medium * Drop unused dh-python from Build-Depends (Closes: #981361) + * Only build for Linux -- Bastian Germann Fri, 05 Feb 2021 00:18:31 +0100 diff --git a/debian/control b/debian/control index 8975bd13f..1da8093dc 100644 --- a/debian/control +++ b/debian/control @@ -13,7 +13,7 @@ Provides: fsck-backend Suggests: xfsdump, acl, attr, quota Breaks: xfsdump (<< 3.0.0) Replaces: xfsdump (<< 3.0.0) -Architecture: any +Architecture: linux-any Description: Utilities for managing the XFS filesystem A set of commands to use the XFS filesystem, including mkfs.xfs. . @@ -31,7 +31,7 @@ Package: xfslibs-dev Section: libdevel Depends: libc6-dev | libc-dev, uuid-dev, xfsprogs (>= 3.0.0), ${misc:Depends} Breaks: xfsprogs (<< 3.0.0) -Architecture: any +Architecture: linux-any Description: XFS filesystem-specific static libraries and headers xfslibs-dev contains the libraries and header files needed to develop XFS filesystem-specific programs. @@ -49,7 +49,7 @@ Description: XFS filesystem-specific static libraries and headers Package: xfsprogs-udeb Package-Type: udeb Section: debian-installer -Architecture: any +Architecture: linux-any Depends: ${shlibs:Depends}, ${misc:Depends} Description: A stripped-down version of xfsprogs, for debian-installer This package is an xfsprogs package built for reduced size, so that it