Source: tlsh
Version: 3.4.4+20151206-1
Tags: patch
User: helm...@debian.org
Usertags: rebootstrap

tlsh fails to cross build from source, because its Build-Depends are not
installable during cross compilation (python fails postinst). It
shouldn't be asking for the host architecture python interpreter anyway.
After fixing the Build-Depends (see patch), it still fails to cross
build, but I think this secondary failure needs to be fixed in pybuild.
Thus please close this bug when applying the attached patch.

Helmut
diff --minimal -Nru tlsh-3.4.4+20151206/debian/changelog 
tlsh-3.4.4+20151206/debian/changelog
--- tlsh-3.4.4+20151206/debian/changelog        2016-01-16 16:23:51.000000000 
+0100
+++ tlsh-3.4.4+20151206/debian/changelog        2018-02-21 16:27:08.000000000 
+0100
@@ -1,3 +1,10 @@
+tlsh (3.4.4+20151206-1.1) UNRELEASED; urgency=medium
+
+  * Non-maintainer upload.
+  * Multiarchify python Build-Depends. (Closes: #-1)
+
+ -- Helmut Grohne <hel...@subdivi.de>  Wed, 21 Feb 2018 16:27:08 +0100
+
 tlsh (3.4.4+20151206-1) unstable; urgency=low
 
   * New upstream release.
diff --minimal -Nru tlsh-3.4.4+20151206/debian/control 
tlsh-3.4.4+20151206/debian/control
--- tlsh-3.4.4+20151206/debian/control  2016-01-16 14:47:10.000000000 +0100
+++ tlsh-3.4.4+20151206/debian/control  2018-02-21 16:27:08.000000000 +0100
@@ -5,8 +5,10 @@
 Build-Depends: cmake,
                debhelper (>= 9),
                dh-python,
-               python-all-dev,
-               python3-all-dev,
+               libpython-all-dev,
+               libpython3-all-dev,
+               python-all-dev:any,
+               python3-all-dev:any,
                python-docutils,
                python-setuptools
 Standards-Version: 3.9.6

Reply via email to