Hi Nathan, On Thu, Nov 17, 2011 at 01:42:24PM -0600, Alex Elder wrote: > On Thu, 2011-11-17 at 13:28 -0600, Alex Elder wrote: > > On Tue, 2011-11-15 at 20:39 +1100, Nathan Scott wrote: > > > Workaround the Debian buildd dependency handling for libreadline5 library > > > handling > > > > > > Evidently the buildd daemons process depenencies differently to local > > > builds, and > > > expect the first of optional dependencies to be resolved. Flip the > > > ordering to match > > > this dependency. > > > > > > Signed-off-by: Nathan Scott <nathans@xxxxxxxxxx> > > > > Looks fine to me. > > > > Signed-off-by: Alex Elder <aelder@xxxxxxx> > > > > Actually, it *looked* fine superficially, but it's crap. Is this what you're after? diff --git a/debian/control b/debian/control index f813a43..ca517ad 100644 --- a/debian/control +++ b/debian/control @@ -3,7 +3,7 @@ Section: admin Priority: optional Maintainer: XFS Development Team <xfs@xxxxxxxxxxx> Uploaders: Nathan Scott <nathans@xxxxxxxxxx>, Anibal Monsalve Salazar <anibal@xxxxxxxxxx> -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/ Thanks, Ben _______________________________________________ xfs mailing list xfs@xxxxxxxxxxx http://oss.sgi.com/mailman/listinfo/xfs