From: Nathan Scott Date: Thu, 17 Nov 2011 22:47:26 +0000 (-0600) Subject: Workaround the Debian build dependency handling for libreadline5. X-Git-Tag: v3.1.7~2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=29867d971de8d32c85bd598f221e62f04b603e35;p=thirdparty%2Fxfsprogs-dev.git Workaround the Debian build dependency handling for libreadline5. Evidently the build daemons process dependencies differently than local builds, and expect the first of optional dependencies to be resolved. Flip the ordering to match this dependency. Signed-off-by: Nathan Scott Signed-off-by: Alex Elder Signed-off-by: Ben Myers --- diff --git a/debian/control b/debian/control index f813a43c5..ca517ad47 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 | libreadline-gplv2-dev, libblkid-dev (>= 2.17) +Build-Depends: uuid-dev, autoconf, debhelper (>= 5), gettext, libtool, libreadline-gplv2-dev | libreadline5-dev, libblkid-dev (>= 2.17) Standards-Version: 3.9.1 Homepage: http://oss.sgi.com/projects/xfs/