Source: elfutils Version: 0.170-0.4 Severity: important Tags: patch elfutils fails to cross build from source, because the native build pass requires zlib, but theres is no corresponding zlib dependency. The attached patch adds it. Please consider applying it soonish.
Helmut
diff --minimal -Nru elfutils-0.170/debian/changelog elfutils-0.170/debian/changelog --- elfutils-0.170/debian/changelog 2018-04-09 14:21:19.000000000 +0200 +++ elfutils-0.170/debian/changelog 2018-06-17 23:02:40.000000000 +0200 @@ -1,3 +1,10 @@ +elfutils (0.170-0.5) UNRELEASED; urgency=medium + + * Non-maintainer upload. + * Fix FTCBFS: Add zlib1g-dev:native to Build-Depends. (Closes: #-1) + + -- Helmut Grohne <hel...@subdivi.de> Sun, 17 Jun 2018 23:02:40 +0200 + elfutils (0.170-0.4) unstable; urgency=medium * Non-maintainer upload. diff --minimal -Nru elfutils-0.170/debian/control elfutils-0.170/debian/control --- elfutils-0.170/debian/control 2017-12-29 14:41:27.000000000 +0100 +++ elfutils-0.170/debian/control 2018-06-17 23:02:38.000000000 +0200 @@ -1,7 +1,7 @@ Source: elfutils Priority: optional Maintainer: Kurt Roeckx <k...@roeckx.be> -Build-Depends: debhelper (>= 9), autotools-dev, autoconf, automake, bzip2, zlib1g-dev, libbz2-dev, liblzma-dev, m4, gettext, autoconf, automake, gawk, dpkg-dev (>= 1.16.1~), gcc-multilib [any-amd64 sparc64] <!nocheck>, libc6-dbg [powerpc powerpcspe ppc64 ppc64el armel armhf arm64 sparc64], flex, bison +Build-Depends: debhelper (>= 9), autotools-dev, autoconf, automake, bzip2, zlib1g-dev, zlib1g-dev:native, libbz2-dev, liblzma-dev, m4, gettext, autoconf, automake, gawk, dpkg-dev (>= 1.16.1~), gcc-multilib [any-amd64 sparc64] <!nocheck>, libc6-dbg [powerpc powerpcspe ppc64 ppc64el armel armhf arm64 sparc64], flex, bison Build-Conflicts: autoconf2.13, automake1.4 Standards-Version: 4.1.0 Section: libs