Source: sane-backends Version: 1.0.31-4 Tags: patch User: debian-cr...@lists.debian.org Usertags: cross-satisfiability
sane-backends cannot be cross built from source, because its build dependency on python3-minimal cannot be installed for the host architecture. It really wants a build architecture python to run backend/pixma/scripts/pixma_gen_options.py during build. Therefore the dependency should be annotated :any. Please consider applying the attached patch. Helmut
diff --minimal -Nru sane-backends-1.0.31/debian/changelog sane-backends-1.0.31/debian/changelog --- sane-backends-1.0.31/debian/changelog 2020-12-04 17:08:57.000000000 +0100 +++ sane-backends-1.0.31/debian/changelog 2021-03-07 22:22:42.000000000 +0100 @@ -1,3 +1,10 @@ +sane-backends (1.0.31-4.1) UNRELEASED; urgency=medium + + * Non-maintainer upload. + * Fix FTCBFS: Annotate python3-minimal dependency :any. (Closes: #-1) + + -- Helmut Grohne <hel...@subdivi.de> Sun, 07 Mar 2021 22:22:42 +0100 + sane-backends (1.0.31-4) unstable; urgency=medium * debian/rules: diff --minimal -Nru sane-backends-1.0.31/debian/control sane-backends-1.0.31/debian/control --- sane-backends-1.0.31/debian/control 2020-09-29 07:28:37.000000000 +0200 +++ sane-backends-1.0.31/debian/control 2021-03-07 22:22:41.000000000 +0100 @@ -26,7 +26,7 @@ pkg-config, po-debconf, xutils-dev, - python3-minimal + python3-minimal:any Homepage: http://www.sane-project.org Vcs-Git: git://jff.email/opt/git/sane-backends.git Vcs-Browser: https://jff.email/cgit/sane-backends.git