From 29867d971de8d32c85bd598f221e62f04b603e35 Mon Sep 17 00:00:00 2001 From: Nathan Scott Date: Thu, 17 Nov 2011 16:47:26 -0600 Subject: [PATCH] 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 --- debian/control | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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/ -- 2.47.2