Source: shellinabox Version: 2.20 Tags: patch User: helm...@debian.org Usertags: rebootstrap
shellinabox cannot satisfy its cross Build-Depends, because its explicit binutils dependency (host architecture) is in conflict with the implicit one via build-essential. Dropping the dependency makes shellinabox cross build successfully. Please consider applying the attached patch. Helmut
diff --minimal -Nru shellinabox-2.20/debian/changelog shellinabox-2.20+nmu1/debian/changelog --- shellinabox-2.20/debian/changelog 2016-11-09 18:52:24.000000000 +0100 +++ shellinabox-2.20+nmu1/debian/changelog 2017-08-29 16:41:55.000000000 +0200 @@ -1,3 +1,10 @@ +shellinabox (2.20+nmu1) UNRELEASED; urgency=medium + + * Non-maintainer upload. + * Drop implicitly satisfied build dependency on binutils. (Closes: #-1) + + -- Helmut Grohne <hel...@subdivi.de> Tue, 29 Aug 2017 16:41:55 +0200 + shellinabox (2.20) unstable; urgency=medium * Fixed issue #222, LOGIN service diff --minimal -Nru shellinabox-2.20/debian/control shellinabox-2.20+nmu1/debian/control --- shellinabox-2.20/debian/control 2016-11-09 18:48:27.000000000 +0100 +++ shellinabox-2.20+nmu1/debian/control 2017-08-29 16:38:55.000000000 +0200 @@ -2,7 +2,7 @@ Section: web Priority: optional Maintainer: Marc Singer <e...@debian.org> -Build-Depends: debhelper (>= 9), autotools-dev, binutils, +Build-Depends: debhelper (>= 9), autotools-dev, libssl-dev, libpam0g-dev, zlib1g-dev, dh-autoreconf Standards-Version: 3.9.6 Homepage: http://shellinabox.com