From: Lisandro Damián Nicanor Pérez Meyer Date: Fri, 16 Oct 2020 19:16:21 +0000 (-0300) Subject: Remove qt5-default from build dependencies (Closes: #972164). X-Git-Tag: archive/raspbian/1.10.0+ds-2+rpi1~1^2~62^2 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=3701b505aa8ce5435095a97b17c94d468f5c566a;p=gpsbabel.git Remove qt5-default from build dependencies (Closes: #972164). --- diff --git a/debian/changelog b/debian/changelog index 45313ba7c..91a38572c 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,12 @@ +gpsbabel (1.7.0+ds-6.1) UNRELEASED; urgency=medium + + * Non-maintainer upload. + * Remove qt5-default from build dependencies (Closes: #972164). + - Replace it with qtbase5-dev, which is the appropriate one. + - Export QT_SELECT := qt5 to let qtchooser use the right Qt version. + + -- Lisandro Damián Nicanor Pérez Meyer Fri, 16 Oct 2020 16:13:13 -0300 + gpsbabel (1.7.0+ds-6) unstable; urgency=medium * Set TZ for tests diff --git a/debian/control b/debian/control index 93705fdaf..dc0879352 100644 --- a/debian/control +++ b/debian/control @@ -9,7 +9,7 @@ Build-Depends: debhelper-compat (= 13), libxml2-utils, libusb-1.0-0-dev, zlib1g-dev, libshp-dev, - qt5-default, + qtbase5-dev, qtwebengine5-dev [amd64 arm64 armhf i386 mipsel], qttools5-dev-tools, imagemagick, diff --git a/debian/rules b/debian/rules index 55ead870b..d896a5458 100755 --- a/debian/rules +++ b/debian/rules @@ -1,5 +1,7 @@ #!/usr/bin/make -f +export QT_SELECT := qt5 + %: dh $@