[patch] xfsprogs - workaround debian build daemon dependency resolution

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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>


diff --git a/debian/control b/debian/control
index f813a43..89f8c6e 100644
--- a/debian/control
+++ b/debian/control
@@ -4,6 +4,7 @@ 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/


_______________________________________________
xfs mailing list
xfs@xxxxxxxxxxx
http://oss.sgi.com/mailman/listinfo/xfs

[Index of Archives]     [Linux XFS Devel]     [Linux Filesystem Development]     [Filesystem Testing]     [Linux USB Devel]     [Linux Audio Users]     [Yosemite News]     [Linux Kernel]     [Linux SCSI]

  Powered by Linux