Bug#893682: jbig2dec FTCBFS: Build-Depends: python
Source: jbig2dec
Version: 0.13-6
Tags: patch
User: helmutg@debian.org
Usertags: rebootstrap
jbig2dec Build-Depends on python. Unfortunately, python is not
installable for foreign architectures and thus jbig2dec fails to cross
build. What it needs python for is running it though, so python should
be annotated :any or :natvie. Furthermore, it is only used for testing,
so it should be annotated <!nocheck>. After doing either, jbig2dec cross
builds successfully. Please consider applying the attached patch.
Helmut
diff --minimal -Nru jbig2dec-0.13/debian/changelog jbig2dec-0.13/debian/changelog
--- jbig2dec-0.13/debian/changelog 2018-02-10 16:29:26.000000000 +0100
+++ jbig2dec-0.13/debian/changelog 2018-03-21 06:12:40.000000000 +0100
@@ -1,3 +1,10 @@
+jbig2dec (0.13-6.1) UNRELEASED; urgency=medium
+
+ * Non-maintainer upload.
+ * Mark python Build-Dependency :native and <!nocheck>. (Closes: #-1)
+
+ -- Helmut Grohne <helmut@subdivi.de> Wed, 21 Mar 2018 06:12:40 +0100
+
jbig2dec (0.13-6) unstable; urgency=medium
* Team upload
diff --minimal -Nru jbig2dec-0.13/debian/control jbig2dec-0.13/debian/control
--- jbig2dec-0.13/debian/control 2018-02-10 16:29:06.000000000 +0100
+++ jbig2dec-0.13/debian/control 2018-03-21 06:12:38.000000000 +0100
@@ -10,7 +10,7 @@
debhelper,
dh-buildinfo,
libpng-dev,
- python,
+ python:native <!nocheck>,
d-shlibs
Standards-Version: 4.1.0
Vcs-Git: https://salsa.debian.org/printing-team/jbig2dec.git
Reply to: