Source: qtpass
Version: 1.2.2-1
Tags: patch
User: [email protected]
Usertags: rebootstrap

qtpass fails to cross build from source, because it uses lrelease
without depending on qt5-qmake:native. Please consider applying the
attached patch.

Helmut
diff --minimal -Nru qtpass-1.2.2/debian/changelog qtpass-1.2.2/debian/changelog
--- qtpass-1.2.2/debian/changelog       2018-05-15 13:50:52.000000000 +0200
+++ qtpass-1.2.2/debian/changelog       2018-06-10 10:00:59.000000000 +0200
@@ -1,3 +1,11 @@
+qtpass (1.2.2-1.1) UNRELEASED; urgency=medium
+
+  * Non-maintainer upload.
+  * Fix FTCBFS: Add missing Build-Depends: qt5-qmake:native for using
+    lrelease. (Closes: #-1)
+
+ -- Helmut Grohne <[email protected]>  Sun, 10 Jun 2018 10:00:59 +0200
+
 qtpass (1.2.2-1) unstable; urgency=medium
 
   * New upstream release
diff --minimal -Nru qtpass-1.2.2/debian/control qtpass-1.2.2/debian/control
--- qtpass-1.2.2/debian/control 2018-05-15 13:50:52.000000000 +0200
+++ qtpass-1.2.2/debian/control 2018-06-10 10:00:57.000000000 +0200
@@ -5,6 +5,7 @@
 Build-Depends:
  debhelper (>= 11),
  dh-exec,
+ qt5-qmake:native,
  qtbase5-dev,
  qttools5-dev-tools,
 Standards-Version: 4.1.4

Reply via email to