<div>Workaround the Debian buildd dependency handling for libreadline5 library handling</div><div><br></div><div>Evidently the buildd daemons process depenencies differently to local builds, and</div><div>expect the first of optional dependencies to be resolved.  Flip the ordering to match</div>
<div>this dependency.</div><div><br></div><div>Signed-off-by: Nathan Scott &lt;<a href="mailto:nathans@debian.org">nathans@debian.org</a>&gt;</div><div><div><br></div><div><br></div><div>diff --git a/debian/control b/debian/control</div>
<div>index f813a43..89f8c6e 100644</div><div>--- a/debian/control</div><div>+++ b/debian/control</div><div>@@ -4,6 +4,7 @@ Priority: optional</div><div> Maintainer: XFS Development Team &lt;<a href="mailto:xfs@oss.sgi.com">xfs@oss.sgi.com</a>&gt;</div>
<div> Uploaders: Nathan Scott &lt;<a href="mailto:nathans@debian.org">nathans@debian.org</a>&gt;, Anibal Monsalve Salazar &lt;<a href="mailto:anibal@debian.org">anibal@debian.org</a>&gt;</div><div> Build-Depends: uuid-dev, autoconf, debhelper (&gt;= 5), gettext, libtool, libreadline5-dev | libreadline-gplv2-dev, libblkid-dev (&gt;= 2.17)</div>
<div>+Build-Depends: uuid-dev, autoconf, debhelper (&gt;= 5), gettext, libtool, libreadline-gplv2-dev | libreadline5-dev, libblkid-dev (&gt;= 2.17)</div><div> Standards-Version: 3.9.1</div><div> Homepage: <a href="http://oss.sgi.com/projects/xfs/">http://oss.sgi.com/projects/xfs/</a></div>
</div><div><br></div><div><br></div>