Source: ccnet Version: 6.1.8-1 Tags: patch User: [email protected] Usertags: rebootstrap
ccnet fails to cross build from source, because its python-all dependency is not installable. A foreign python fails postinst. Since python-ccnet was split out, ccnet doesn't actually need python-all for an arch:any build though, so simply moving the dependency to Build-Depends-Indep makes the cross Build-Depends satisfiable. It doesn't make ccnet cross buildable since we still have to figure out how to make vala work. Please consider applying the attached patch anyway and close this bug when doing so. Helmut
diff --minimal -Nru ccnet-6.1.8/debian/changelog ccnet-6.1.8/debian/changelog --- ccnet-6.1.8/debian/changelog 2018-05-24 14:56:35.000000000 +0200 +++ ccnet-6.1.8/debian/changelog 2018-06-23 11:05:16.000000000 +0200 @@ -1,3 +1,10 @@ +ccnet (6.1.8-1.1) UNRELEASED; urgency=medium + + * Non-maintainer upload. + * Demote python-all to Build-Depends-Indep: (Closes: #-1) + + -- Helmut Grohne <[email protected]> Sat, 23 Jun 2018 11:05:16 +0200 + ccnet (6.1.8-1) unstable; urgency=medium * New upstream version 6.1.8 diff --minimal -Nru ccnet-6.1.8/debian/control ccnet-6.1.8/debian/control --- ccnet-6.1.8/debian/control 2018-05-24 11:37:13.000000000 +0200 +++ ccnet-6.1.8/debian/control 2018-06-23 11:05:16.000000000 +0200 @@ -16,9 +16,10 @@ libssl-dev, libtool, pkg-config, - python-all, uuid-dev, valac +Build-Depends-Indep: + python-all Standards-Version: 4.1.4 Homepage: https://github.com/haiwen/ccnet Vcs-Browser: https://salsa.debian.org/debian/ccnet

