Source: cpl-plugin-uves Version: 6.1.3+dfsg-2 Tags: patch User: debian-cr...@lists.debian.org Usertags: cross-satisfiability
cpl-plugin-uves cannot be cross built from source, because its sphinx dependency is not satisfiable. Since the documentation is already split to an arch:all package and the documentation is only built during an arch-only build, all that needs doing is restricting the usage of the shpinxdoc addon to the indep part. Please consider applying the attached patch. Helmut
diff --minimal -Nru cpl-plugin-uves-6.1.3+dfsg/debian/changelog cpl-plugin-uves-6.1.3+dfsg/debian/changelog --- cpl-plugin-uves-6.1.3+dfsg/debian/changelog 2020-07-02 09:39:10.000000000 +0200 +++ cpl-plugin-uves-6.1.3+dfsg/debian/changelog 2021-02-21 22:30:39.000000000 +0100 @@ -1,3 +1,10 @@ +cpl-plugin-uves (6.1.3+dfsg-2.1) UNRELEASED; urgency=medium + + * Non-maintainer upload. + * Request sphinxdoc addon via B-D-I. (Closes: #-1) + + -- Helmut Grohne <hel...@subdivi.de> Sun, 21 Feb 2021 22:30:39 +0100 + cpl-plugin-uves (6.1.3+dfsg-2) unstable; urgency=low * Increase tolerance in hdrl_fpn_tests diff --minimal -Nru cpl-plugin-uves-6.1.3+dfsg/debian/control cpl-plugin-uves-6.1.3+dfsg/debian/control --- cpl-plugin-uves-6.1.3+dfsg/debian/control 2020-07-02 08:47:01.000000000 +0200 +++ cpl-plugin-uves-6.1.3+dfsg/debian/control 2021-02-21 22:28:04.000000000 +0100 @@ -11,7 +11,8 @@ python3, python3-astropy, python3-cpl, - python3-sphinx +Build-Depends-Indep: dh-sequence-sphinxdoc, + python3-sphinx Standards-Version: 4.5.0 Vcs-Browser: https://salsa.debian.org/debian-astro-team/cpl-plugin-uves Vcs-Git: https://salsa.debian.org/debian-astro-team/cpl-plugin-uves.git diff --minimal -Nru cpl-plugin-uves-6.1.3+dfsg/debian/rules cpl-plugin-uves-6.1.3+dfsg/debian/rules --- cpl-plugin-uves-6.1.3+dfsg/debian/rules 2020-07-02 08:43:17.000000000 +0200 +++ cpl-plugin-uves-6.1.3+dfsg/debian/rules 2021-02-21 22:27:51.000000000 +0100 @@ -11,7 +11,7 @@ sh ./debian/repackage.sh %: - dh $@ --with sphinxdoc + dh $@ debian_files: if [ -d calib/cal ] ; then \ @@ -40,11 +40,6 @@ sphinx-build sphinx sphinx/html dh_installdocs -override_dh_sphinxdoc: - if [ -d sphinx ] ; then \ - dh_sphinxdoc ; \ - fi - override_dh_clean: dh_clean rm -rf debian/${DEB_SOURCE}.install \