Source: minizinc-ide
Version: 2.4.2-1
Tags: patch
User: [email protected]
Usertags: ftcbfs
minizinc-ide fails to cross build from source, because the last upload
switched from the cross qmake to the native qmake. The easiest way of
using a cross qmake is using dh_auto_configure. If that is not desired,
please use ${DEB_HOST_GNU_TYPE}-qmake. Please consider applying the
attached patch.
Helmut
diff --minimal -Nru minizinc-ide-2.4.2/debian/changelog
minizinc-ide-2.4.2/debian/changelog
--- minizinc-ide-2.4.2/debian/changelog 2020-01-10 13:38:32.000000000 +0100
+++ minizinc-ide-2.4.2/debian/changelog 2020-01-19 07:39:59.000000000 +0100
@@ -1,3 +1,10 @@
+minizinc-ide (2.4.2-1.1) UNRELEASED; urgency=medium
+
+ * Non-maintainer upload.
+ * Fix FTCBFS: Let dh_auto_configure use a cross qmake. (Closes: #-1)
+
+ -- Helmut Grohne <[email protected]> Sun, 19 Jan 2020 07:39:59 +0100
+
minizinc-ide (2.4.2-1) unstable; urgency=medium
* New upstream release
diff --minimal -Nru minizinc-ide-2.4.2/debian/rules
minizinc-ide-2.4.2/debian/rules
--- minizinc-ide-2.4.2/debian/rules 2019-12-16 11:38:01.000000000 +0100
+++ minizinc-ide-2.4.2/debian/rules 2020-01-19 07:39:58.000000000 +0100
@@ -4,7 +4,7 @@
dh $@
override_dh_auto_configure:
- QT_SELECT=5 qmake
+ QT_SELECT=5 dh_auto_configure
#'CONFIG += bundled'
override_dh_install: