From: Nathan Scott Date: Tue, 31 Jan 2012 23:07:08 +0000 (+1100) Subject: xfsprogs: add debian linux-libc-dev build dependency X-Git-Tag: v3.1.8~22 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=d537334352329bca526e48a67c902e1d76264dde;p=thirdparty%2Fxfsprogs-dev.git 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 --- 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/