Control: tag -1 + patch

Hi! I'm attaching a patch to solve this issue.

Note that this patch applies over the latest NMU, not yet in salsa.

-- 
Lisandro Damián Nicanor Pérez Meyer
http://perezmeyer.com.ar/
http://perezmeyer.blogspot.com/
diff --git a/debian/changelog b/debian/changelog
index f8251b4..96bea2c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+odin (2.0.3-2.1) UNRELEASED; urgency=medium
+
+  * Non-maintainer upload.
+  * Remove qt5-default from build depends (Closes: #972166).
+    - Export QT_SELECT := qt5 in order to let qtchooser use the right Qt version.
+
+ -- Lisandro Damián Nicanor Pérez Meyer <lisan...@debian.org>  Fri, 16 Oct 2020 17:31:44 -0300
+
 odin (2.0.3-2) unstable; urgency=medium
 
   * Team upload.
diff --git a/debian/control b/debian/control
index 00de06d..92d7f99 100644
--- a/debian/control
+++ b/debian/control
@@ -13,7 +13,6 @@ Build-Depends: debhelper-compat (= 12),
                libismrmrd-dev [!armhf],
                libnifti-dev,
                libpng-dev,
-               qt5-default,
                qtbase5-dev,
                libqwt-qt5-dev,
                libvtk6-dev,
diff --git a/debian/rules b/debian/rules
index f5343ff..064d8a0 100755
--- a/debian/rules
+++ b/debian/rules
@@ -5,6 +5,8 @@ include /usr/share/dpkg/buildflags.mk
 
 export DEB_BUILD_MAINT_OPTIONS=hardening=+all
 
+export QT_SELECT := qt5
+
 DCMMAJOR := $(shell readlink -f /usr/lib/libdcmimgle.so | cut -f3 -d.)
 
 %:
From 9a8a220167002ffd9a7874619b7ae3a9324d2f27 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Lisandro=20Dami=C3=A1n=20Nicanor=20P=C3=A9rez=20Meyer?=
 <perezme...@gmail.com>
Date: Fri, 16 Oct 2020 17:47:55 -0300
Subject: [PATCH] Remove qt5-default from build depends (Closes: #972166).

---
 debian/changelog | 8 ++++++++
 debian/control   | 1 -
 debian/rules     | 2 ++
 3 files changed, 10 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index c6ffa14..e463c36 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+odin (2.0.4-0.2) UNRELEASED; urgency=medium
+
+  * Non-maintainer upload.
+  * Remove qt5-default from build depends (Closes: #972166).
+    - Export QT_SELECT := qt5 in order to let qtchooser use the right Qt version.
+
+ -- Lisandro Damián Nicanor Pérez Meyer <lisan...@debian.org>  Fri, 16 Oct 2020 17:47:32 -0300
+
 odin (2.0.4-0.1) unstable; urgency=medium
 
   * Non-maintainer upload.
diff --git a/debian/control b/debian/control
index 00de06d..92d7f99 100644
--- a/debian/control
+++ b/debian/control
@@ -13,7 +13,6 @@ Build-Depends: debhelper-compat (= 12),
                libismrmrd-dev [!armhf],
                libnifti-dev,
                libpng-dev,
-               qt5-default,
                qtbase5-dev,
                libqwt-qt5-dev,
                libvtk6-dev,
diff --git a/debian/rules b/debian/rules
index f5343ff..064d8a0 100755
--- a/debian/rules
+++ b/debian/rules
@@ -5,6 +5,8 @@ include /usr/share/dpkg/buildflags.mk
 
 export DEB_BUILD_MAINT_OPTIONS=hardening=+all
 
+export QT_SELECT := qt5
+
 DCMMAJOR := $(shell readlink -f /usr/lib/libdcmimgle.so | cut -f3 -d.)
 
 %:
-- 
2.28.0

Reply via email to