Source: vym
Version: 2.6.11-2
Tags: patch
User: [email protected]
Usertags: rebootstrap

vym fails to cross build from source, because running lrelease fails.
lrelease only works when qt5-qmake:native is added to Build-Depends.
Please consider applying the attached patch.

Helmut
diff --minimal -Nru vym-2.6.11/debian/changelog vym-2.6.11/debian/changelog
--- vym-2.6.11/debian/changelog 2018-04-30 09:55:34.000000000 +0200
+++ vym-2.6.11/debian/changelog 2019-01-29 14:19:50.000000000 +0100
@@ -1,3 +1,11 @@
+vym (2.6.11-2.1) UNRELEASED; urgency=medium
+
+  * Non-maintainer upload.
+  * Add missing Build-Depends: qt5-qmake:native for using lrelease.
+    (Closes: #-1)
+
+ -- Helmut Grohne <[email protected]>  Tue, 29 Jan 2019 14:19:50 +0100
+
 vym (2.6.11-2) unstable; urgency=medium
 
   * Add missing translation files
diff --minimal -Nru vym-2.6.11/debian/control vym-2.6.11/debian/control
--- vym-2.6.11/debian/control   2018-04-29 13:49:15.000000000 +0200
+++ vym-2.6.11/debian/control   2019-01-29 14:19:48.000000000 +0100
@@ -9,6 +9,7 @@
     qttools5-dev-tools,
     libqt5svg5-dev,
     patchutils,
+    qt5-qmake:native,
     quilt
 Standards-Version: 4.1.4
 Homepage: http://www.insilmaril.de/vym/

Reply via email to