On 5/18/20 7:52 PM, Darrick J. Wong wrote: > From: Darrick J. Wong <darrick.wong@xxxxxxxxxx> > > Now that upstream has dropped libreadline support entirely, switch the > debian package over to libedit. > > Signed-off-by: Darrick J. Wong <darrick.wong@xxxxxxxxxx> I don't really speak Debian, but this seems sane. Reviewed-by: Eric Sandeen <sandeen@xxxxxxxxxx> > --- > debian/control | 2 +- > debian/rules | 2 +- > 2 files changed, 2 insertions(+), 2 deletions(-) > > > diff --git a/debian/control b/debian/control > index 0b3205f5..ddd17850 100644 > --- a/debian/control > +++ b/debian/control > @@ -3,7 +3,7 @@ Section: admin > Priority: optional > Maintainer: XFS Development Team <linux-xfs@xxxxxxxxxxxxxxx> > Uploaders: Nathan Scott <nathans@xxxxxxxxxx>, Anibal Monsalve Salazar <anibal@xxxxxxxxxx> > -Build-Depends: uuid-dev, dh-autoreconf, debhelper (>= 5), gettext, libtool, libreadline-gplv2-dev, libblkid-dev (>= 2.17), linux-libc-dev, libdevmapper-dev, libattr1-dev, libicu-dev, dh-python, pkg-config > +Build-Depends: uuid-dev, dh-autoreconf, debhelper (>= 5), gettext, libtool, libedit-dev, libblkid-dev (>= 2.17), linux-libc-dev, libdevmapper-dev, libattr1-dev, libicu-dev, dh-python, pkg-config > Standards-Version: 4.0.0 > Homepage: https://xfs.wiki.kernel.org/ > > diff --git a/debian/rules b/debian/rules > index e8509fb3..7304222c 100755 > --- a/debian/rules > +++ b/debian/rules > @@ -25,7 +25,7 @@ stdenv = @GZIP=-q; export GZIP; > > options = export DEBUG=-DNDEBUG DISTRIBUTION=debian \ > INSTALL_USER=root INSTALL_GROUP=root \ > - LOCAL_CONFIGURE_OPTIONS="--enable-readline=yes --enable-blkid=yes --disable-ubsan --disable-addrsan --disable-threadsan --enable-lto" ; > + LOCAL_CONFIGURE_OPTIONS="--enable-editline=yes --enable-blkid=yes --disable-ubsan --disable-addrsan --disable-threadsan --enable-lto" ; > diopts = $(options) \ > export OPTIMIZER=-Os LOCAL_CONFIGURE_OPTIONS="--enable-gettext=no --disable-ubsan --disable-addrsan --disable-threadsan --enable-lto" ; > checkdir = test -f debian/rules >