Source: zziplib Version: 0.13.62-3 Tags: patch User: [email protected] Usertags: rebootstrap
zziplib cannot satisfy its cross Build-Depends, because python is requested for the host architecture and thus not installable. It really needs python for the build architecture though, so it should be annotated with :native (or :any). After doing so, zziplib cross builds successfully. Please consider applying the attached patch after stretch is released. Helmut
diff --minimal -Nru zziplib-0.13.62/debian/changelog zziplib-0.13.62/debian/changelog --- zziplib-0.13.62/debian/changelog 2014-08-25 04:24:17.000000000 +0200 +++ zziplib-0.13.62/debian/changelog 2017-03-02 15:46:05.000000000 +0100 @@ -1,3 +1,10 @@ +zziplib (0.13.62-3.1) UNRELEASED; urgency=medium + + * Non-maintainer upload. + * Annotate python build dependency with :native (Closes: #-1) + + -- Helmut Grohne <[email protected]> Thu, 02 Mar 2017 15:46:05 +0100 + zziplib (0.13.62-3) unstable; urgency=medium * debian/rules: Lintian error cleaning pkg-config-bad-directive diff --minimal -Nru zziplib-0.13.62/debian/control zziplib-0.13.62/debian/control --- zziplib-0.13.62/debian/control 2014-08-25 04:24:17.000000000 +0200 +++ zziplib-0.13.62/debian/control 2017-03-02 15:46:01.000000000 +0100 @@ -2,7 +2,7 @@ Section: libs Priority: optional Maintainer: Scott Howard <[email protected]> -Build-Depends: debhelper (>= 9), pkg-config, zlib1g-dev, python, +Build-Depends: debhelper (>= 9), pkg-config, zlib1g-dev, python:native, zip, dh-exec, dh-autoreconf Standards-Version: 3.9.5 Homepage: http://zziplib.sourceforge.net

