Source: guile-2.0 Version: 2.0.11+1-10 Tags: patch User: [email protected] Usertags: rebootstrap
Hi Rob, guile-2.0 currently cannot be automatically cross built, because the Build-Depends do not contain guile-2.0, which is needed for cross compilation. Please consider applying the attached patch. Helmut
diff --minimal -Nru guile-2.0-2.0.11+1/debian/changelog guile-2.0-2.0.11+1/debian/changelog --- guile-2.0-2.0.11+1/debian/changelog 2015-09-06 01:02:30.000000000 +0200 +++ guile-2.0-2.0.11+1/debian/changelog 2016-01-03 15:09:06.000000000 +0100 @@ -1,3 +1,10 @@ +guile-2.0 (2.0.11+1-10.1) UNRELEASED; urgency=medium + + * Non-maintainer upload. + * Fix FTCBFS: Missing Build-Depends on guile-2.0. (Closes: #-1) + + -- Helmut Grohne <[email protected]> Sun, 03 Jan 2016 15:08:35 +0100 + guile-2.0 (2.0.11+1-10) unstable; urgency=medium * Don't handle DEB_BUILD_OPTIONS manually diff --minimal -Nru guile-2.0-2.0.11+1/debian/control guile-2.0-2.0.11+1/debian/control --- guile-2.0-2.0.11+1/debian/control 2015-09-06 01:02:30.000000000 +0200 +++ guile-2.0-2.0.11+1/debian/control 2016-01-03 15:08:29.000000000 +0100 @@ -3,6 +3,7 @@ Priority: optional Maintainer: Rob Browning <[email protected]> Build-Depends: libtool, debhelper (>= 9), autoconf, automake, dh-autoreconf, + guile-2.0:native <cross>, libncurses5-dev, libreadline6-dev, libltdl-dev, libgmp-dev, texinfo, flex, libunistring-dev, libgc-dev, libffi-dev, pkg-config Standards-Version: 3.7.2 Homepage: http://www.gnu.org/software/guile/

