[PATCH 30/29] debian/control: remove nonexistent libreadline5-dev build dependency
From: Darrick J. Wong <hidden>
Date: 2018-01-31 17:30:21
Subsystem:
the rest · Maintainer:
Linus Torvalds
From: Darrick J. Wong <hidden>
Date: 2018-01-31 17:30:21
Subsystem:
the rest · Maintainer:
Linus Torvalds
From: Darrick J. Wong <redacted> libreadline5-dev hasn't existed as a package for quite some time now; even Debian "oldoldstable" doesn't know what that is. Drop it in favor of libreadline-gplv2-dev. Signed-off-by: Darrick J. Wong <redacted> --- debian/control | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/debian/control b/debian/control
index a833571..60fcc46 100644
--- a/debian/control
+++ b/debian/control@@ -3,7 +3,7 @@ Section: admin Priority: optional Maintainer: XFS Development Team <linux-xfs@vger.kernel.org> Uploaders: Nathan Scott <nathans@debian.org>, Anibal Monsalve Salazar <anibal@debian.org> -Build-Depends: uuid-dev, dh-autoreconf, debhelper (>= 5), gettext, libtool, libreadline-gplv2-dev | libreadline5-dev, libblkid-dev (>= 2.17), linux-libc-dev, libdevmapper-dev, libattr1-dev, libunistring-dev, dh-python +Build-Depends: uuid-dev, dh-autoreconf, debhelper (>= 5), gettext, libtool, libreadline-gplv2-dev, libblkid-dev (>= 2.17), linux-libc-dev, libdevmapper-dev, libattr1-dev, libunistring-dev, dh-python Standards-Version: 3.9.1 Homepage: https://xfs.wiki.kernel.org/