summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorThomas Preud'homme <robotux@celest.fr>2020-08-13 21:23:28 +0100
committerThomas Preud'homme <robotux@celest.fr>2020-08-13 21:25:41 +0100
commit0d2f773ed993c74fab742a55194d68c0083000e0 (patch)
tree65bc80c72ca7ab23121e49768e73a138b5f591fe /debian
parentf70ea2d2c240605cb200c2271fcf2f814fad5ea4 (diff)
Export qmake cross wrapper in QMAKE (Closes: #968214).
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog2
-rwxr-xr-xdebian/rules5
2 files changed, 7 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index e60b7b4..ae80968 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -7,6 +7,8 @@ ultracopier (2.2.4.4-1) UNRELEASED; urgency=medium
+ Fix path to CopyEngine.pro.
+ Make use of execute_after and execute_before targets.
+ Remove stale line about detect_arch.
+ + Export qmake cross wrapper in QMAKE to fix cross builds (Closes:
+ #968214).
* debian/control:
+ Add missing qtmultimedia5-dev and libopus-dev build-dependencies.
+ Build-depend on debhelper-compat 13.
diff --git a/debian/rules b/debian/rules
index c1df91c..b792da2 100755
--- a/debian/rules
+++ b/debian/rules
@@ -6,6 +6,11 @@
export QT_SELECT:=qt5
export DEB_BUILD_MAINT_OPTIONS=hardening=+all
+# Export qmake cross wrapper in QMAKE to allow lrelease to work in case of
+# cross-build.
+include /usr/share/dpkg/buildtools.mk
+export QMAKE
+
override_dh_auto_configure:
lrelease ultracopier.pro
lrelease plugins/CopyEngine/Ultracopier-Spec/CopyEngine.pro