Source: libssh
Version: 0.8.4-3
Tags: patch
User: helm...@debian.org
Usertags: rebootstrap

libssh fails to cross build from source, because the host architecture
python3 requested by Build-Depends fails to install. Indeed, libssh does
not want the host architecture python3, but a build architecture one.
Annotating the dependency with :any or :native fixes that. Please
consider applying the attached patch.

Helmut
diff --minimal -Nru libssh-0.8.4/debian/changelog libssh-0.8.4/debian/changelog
--- libssh-0.8.4/debian/changelog       2018-10-17 09:17:49.000000000 +0200
+++ libssh-0.8.4/debian/changelog       2018-11-07 07:47:00.000000000 +0100
@@ -1,3 +1,10 @@
+libssh (0.8.4-3.1) UNRELEASED; urgency=medium
+
+  * Non-maintainer upload.
+  * Fix FTCBFS: Annotate python3 build dependency with :any. (Closes: #-1)
+
+ -- Helmut Grohne <hel...@subdivi.de>  Wed, 07 Nov 2018 07:47:00 +0100
+
 libssh (0.8.4-3) unstable; urgency=medium
 
   * debian/rules: Do not run the tests in parallel, should fix some FTBFS
diff --minimal -Nru libssh-0.8.4/debian/control libssh-0.8.4/debian/control
--- libssh-0.8.4/debian/control 2018-10-17 09:17:49.000000000 +0200
+++ libssh-0.8.4/debian/control 2018-11-07 07:47:00.000000000 +0100
@@ -13,7 +13,7 @@
                libz-dev,
                openssh-client,
                pkg-config,
-               python3
+               python3:any
 Build-Depends-Indep: doxygen <!nodoc>, graphviz <!nodoc>
 Standards-Version: 4.2.1
 Vcs-Git: https://salsa.debian.org/debian/libssh.git

Reply via email to