Source: tiatracker
Version: 1.3-3
Tags: patch
User: debian-cr...@lists.debian.org
Usertags: ftcbfs

tiatracker fails to cross build from source, because debian/rules hard
codes the build architecture qmake. Just deferring it all to
dh_auto_configure fixes the cross build. I'm attaching a patch for your
convenience.

Helmut
diff --minimal -Nru tiatracker-1.3/debian/changelog 
tiatracker-1.3/debian/changelog
--- tiatracker-1.3/debian/changelog     2020-03-21 17:54:26.000000000 +0100
+++ tiatracker-1.3/debian/changelog     2023-04-05 11:38:50.000000000 +0200
@@ -1,3 +1,10 @@
+tiatracker (1.3-3.1) UNRELEASED; urgency=medium
+
+  * Non-maintainer upload.
+  * Fix FTCBFS: Drop unnecessary override_dh_auto_configure. (Closes: #-1)
+
+ -- Helmut Grohne <hel...@subdivi.de>  Wed, 05 Apr 2023 11:38:50 +0200
+
 tiatracker (1.3-3) unstable; urgency=medium
 
   * Add desktop file.
diff --minimal -Nru tiatracker-1.3/debian/rules tiatracker-1.3/debian/rules
--- tiatracker-1.3/debian/rules 2019-12-04 13:45:46.000000000 +0100
+++ tiatracker-1.3/debian/rules 2023-04-05 11:38:49.000000000 +0200
@@ -15,8 +15,5 @@
 %:
        dh $@
 
-override_dh_auto_configure:
-       qmake TIATracker.pro
-
 override_dh_auto_install:
        @echo skip install
\ No newline at end of file

Reply via email to