Source: aqsis
Version: 1.8.2-12
Tags: patch
User: debian-cr...@lists.debian.org
Usertags: ftcbfs

aqsis fails to cross build from source, because it fails to find aqsl.
This tool is built by aqsl for the host architecture, but it is also
being run during build. Therefore, aqsis needs to build-depend on itself
to perform a cross build. Please consider applying the attached patch.

Helmut
diff --minimal -Nru aqsis-1.8.2/debian/changelog aqsis-1.8.2/debian/changelog
--- aqsis-1.8.2/debian/changelog        2020-02-15 16:50:13.000000000 +0100
+++ aqsis-1.8.2/debian/changelog        2020-08-09 14:19:24.000000000 +0200
@@ -1,3 +1,10 @@
+aqsis (1.8.2-12.1) UNRELEASED; urgency=medium
+
+  * Non-maintainer upload.
+  * Fix FTCBFS: Build depend on a native aqsl. (Closes: #-1)
+
+ -- Helmut Grohne <hel...@subdivi.de>  Sun, 09 Aug 2020 14:19:24 +0200
+
 aqsis (1.8.2-12) unstable; urgency=medium
 
   * Acknowledge NMU
diff --minimal -Nru aqsis-1.8.2/debian/control aqsis-1.8.2/debian/control
--- aqsis-1.8.2/debian/control  2020-02-15 16:50:13.000000000 +0100
+++ aqsis-1.8.2/debian/control  2020-08-09 14:19:23.000000000 +0200
@@ -6,8 +6,9 @@
 Homepage: http://www.aqsis.org/
 Vcs-Git: https://salsa.debian.org/debian/aqsis.git
 Vcs-Browser: https://salsa.debian.org/debian/aqsis
-Build-Depends: debhelper (>= 11~),
+Build-Depends: aqsis:native <cross>,
                cmake (>= 2.6.3),
+               debhelper (>= 11~),
                flex (>= 2.5.35),
                bison (>= 1.35),
                libtiff-dev,

Reply via email to