Source: seafile Version: 6.1.8-1 Tags: patch User: [email protected] Usertags: rebootstrap
The python-all dependency of seafile is not installable during cross compilation, because python's postinst fails for foreign architectures. However, python-all isn't actually needed for a cross build, because python-seafile is arch:all. Please demote the dependency to Build-Depends-Indep. Helmut
diff --minimal -Nru seafile-6.1.8/debian/changelog seafile-6.1.8/debian/changelog --- seafile-6.1.8/debian/changelog 2018-05-24 14:58:00.000000000 +0200 +++ seafile-6.1.8/debian/changelog 2018-06-23 14:35:19.000000000 +0200 @@ -1,3 +1,10 @@ +seafile (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 14:35:19 +0200 + seafile (6.1.8-1) unstable; urgency=medium * Streamline d/copyright (Closes: #898608) and d/rules diff --minimal -Nru seafile-6.1.8/debian/control seafile-6.1.8/debian/control --- seafile-6.1.8/debian/control 2018-05-24 14:31:10.000000000 +0200 +++ seafile-6.1.8/debian/control 2018-06-23 14:35:16.000000000 +0200 @@ -16,9 +16,10 @@ libsearpc-dev, libsqlite3-dev, libtool, - python-all, uuid-dev, valac +Build-Depends-Indep: + python-all Standards-Version: 4.1.4 Homepage: https://github.com/haiwen/seafile Vcs-Browser: https://salsa.debian.org/debian/seafile

