From: Nathan Scott Date: Thu, 28 Apr 2011 23:15:30 +0000 (+0000) Subject: xfsprogs: resolve Debian readline build issue X-Git-Tag: v3.1.6~44 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9de4c6df018f029d9266536a0ae961929a4a76ae;p=thirdparty%2Fxfsprogs-dev.git xfsprogs: resolve Debian readline build issue Address the recently reported build issue with libreadline5/6, via the gplv2 route. Since this appears to be a relatively recent pkg, I made its use conditional so the deb build continues to work for everyone not running a bleeding edge distro. Works For Me (tm). This addresses Debian bug 553875: libreadline5-dev removal pending Signed-off-by: Nathan Scott Signed-off-by: Alex Elder --- diff --git a/debian/control b/debian/control index 401cdab6c..f813a43c5 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, libreadline5-dev, libblkid-dev (>= 2.17) +Build-Depends: uuid-dev, autoconf, debhelper (>= 5), gettext, libtool, libreadline5-dev | libreadline-gplv2-dev, libblkid-dev (>= 2.17) Standards-Version: 3.9.1 Homepage: http://oss.sgi.com/projects/xfs/