Source: jansson Version: 2.7-3 Tags: patch User: [email protected] Usertags: rebootstrap
Dear jansson maintainers, Since curl added nghttp2 to its Build-Depends, jansson became part of the transitive essential closure and thus needs to be cross buildable. Unfortunately, its python-sphinx dependency is never satisfiable for non-native architectures as python-sphinx is Architecture: all. I am attaching a patch to address this issue. Please consider applying it. Helmut
diff --minimal -Nru jansson-2.7/debian/changelog jansson-2.7/debian/changelog --- jansson-2.7/debian/changelog +++ jansson-2.7/debian/changelog @@ -1,3 +1,10 @@ +jansson (2.7-3.1) UNRELEASED; urgency=medium + + * Non-maintainer upload. + * Annotate Build-Depends: python-sphinx with :native (Closes: #-1) + + -- Helmut Grohne <[email protected]> Sun, 13 Dec 2015 19:37:46 +0100 + jansson (2.7-3) unstable; urgency=medium * Always build the documentation (Closes: #789675) diff --minimal -Nru jansson-2.7/debian/control jansson-2.7/debian/control --- jansson-2.7/debian/control +++ jansson-2.7/debian/control @@ -2,7 +2,7 @@ Section: libs Priority: optional Maintainer: Alessandro Ghedini <[email protected]> -Build-Depends: debhelper (>= 9), dh-autoreconf, python-sphinx (>= 1.0) +Build-Depends: debhelper (>= 9), dh-autoreconf, python-sphinx:native (>= 1.0) Standards-Version: 3.9.6 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=collab-maint/jansson.git Vcs-Git: git://anonscm.debian.org/collab-maint/jansson.git

