From d537334352329bca526e48a67c902e1d76264dde Mon Sep 17 00:00:00 2001 From: Nathan Scott Date: Wed, 1 Feb 2012 10:07:08 +1100 Subject: [PATCH] xfsprogs: add debian linux-libc-dev build dependency Add a build dependency on linux-libc-dev, to ensure we build packages with have_fiemap set to true if the headers support it. Noticed by Dave, some package builds didn't enable this when they should have. Reviewed-by: Dave Chinner Signed-off-by: Nathan Scott Signed-off-by: Christoph Hellwig --- debian/control | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/control b/debian/control index ca517ad47..502b48b5f 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) +Build-Depends: uuid-dev, autoconf, debhelper (>= 5), gettext, libtool, libreadline-gplv2-dev | libreadline5-dev, libblkid-dev (>= 2.17), linux-libc-dev Standards-Version: 3.9.1 Homepage: http://oss.sgi.com/projects/xfs/ -- 2.47.2