]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/commitdiff
Workaround the Debian build dependency handling for libreadline5.
authorNathan Scott <nathans@debian.org>
Thu, 17 Nov 2011 22:47:26 +0000 (16:47 -0600)
committerBen Myers <bpm@sgi.com>
Thu, 17 Nov 2011 22:47:26 +0000 (16:47 -0600)
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 <nathans@debian.org>
Signed-off-by: Alex Elder <aelder@sgi.com>
Signed-off-by: Ben Myers <bpm@sgi.com>
debian/control

index f813a43c51511cdb85c40e5b5fe431040ac869cf..ca517ad4764cc5f30bfd04f0803e621398cd343f 100644 (file)
@@ -3,7 +3,7 @@ Section: admin
 Priority: optional
 Maintainer: XFS Development Team <xfs@oss.sgi.com>
 Uploaders: Nathan Scott <nathans@debian.org>, Anibal Monsalve Salazar <anibal@debian.org>
-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/