tags 982559 +patch
thanks

Taking a poke through the source it seems there is a bunch of logic in the 
build system to
detect if readline is available, but I can't find any evidence of any code 
actually
using readline. After removing the build-dependency I can successfully build 
xscorch
in an environment with no readline development packages installed.

I would thus propose simply dropping the build-dependency, a debdiff doing that 
is
attached, I may or may not NMU it later.
diff -Nru xscorch-0.2.1/debian/changelog xscorch-0.2.1/debian/changelog
--- xscorch-0.2.1/debian/changelog      2020-08-05 04:00:19.000000000 +0000
+++ xscorch-0.2.1/debian/changelog      2021-02-11 21:53:35.000000000 +0000
@@ -1,3 +1,10 @@
+xscorch (0.2.1-1+nmu5) UNRELEASED; urgency=medium
+
+  * Non-maintainer upload.
+  * Remove build-dependency on libreadline-gplv2-dev
+
+ -- Peter Michael Green <plugw...@debian.org>  Thu, 11 Feb 2021 21:53:35 +0000
+
 xscorch (0.2.1-1+nmu4) unstable; urgency=medium
 
   * Non-maintainer upload.
diff -Nru xscorch-0.2.1/debian/control xscorch-0.2.1/debian/control
--- xscorch-0.2.1/debian/control        2020-07-02 14:45:01.000000000 +0000
+++ xscorch-0.2.1/debian/control        2021-02-11 21:53:35.000000000 +0000
@@ -4,7 +4,7 @@
 Homepage: http://www.xscorch.org/
 Maintainer: Jacob Luna Lundberg <ja...@gnifty.net>
 Standards-Version: 3.9.2
-Build-Depends: debhelper (>= 7), groff, libglib2.0-dev, libgtk2.0-dev (>= 
2.20), libmikmod-dev, libreadline-gplv2-dev | libreadline5-dev, libx11-dev, 
libxext-dev, libxi-dev, autotools-dev
+Build-Depends: debhelper (>= 7), groff, libglib2.0-dev, libgtk2.0-dev (>= 
2.20), libmikmod-dev, libx11-dev, libxext-dev, libxi-dev, autotools-dev
 
 Package: xscorch
 Architecture: any

Reply via email to