[SCM] abgate/master: Switch to Qt5. (Closes: #874806)

mira-guest at users.alioth.debian.org mira-guest at users.alioth.debian.org
Wed Nov 1 11:38:47 UTC 2017


The following commit has been merged in the master branch:
commit 3993d34d36ffaea8ff1910e903157b8945c74ed9
Author: Jaromír Mikeš <mira.mikes at seznam.cz>
Date:   Wed Nov 1 12:30:47 2017 +0100

    Switch to Qt5. (Closes: #874806)

diff --git a/debian/control b/debian/control
index 30e9092..71b9eb9 100644
--- a/debian/control
+++ b/debian/control
@@ -6,11 +6,11 @@ Uploaders:
  Jaromír Mikeš <mira.mikes at seznam.cz>
 Build-Depends:
  debhelper (>= 10),
+ pkg-config,
+ qtbase5-dev,
+ qttools5-dev-tools,
  libgtkmm-2.4-dev,
- libqt4-dev,
  lv2-dev,
- pkg-config,
- qt4-dev-tools
 Standards-Version: 3.9.8
 Vcs-Git: https://anonscm.debian.org/git/pkg-multimedia/abgate.git
 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-multimedia/abgate.git
diff --git a/debian/rules b/debian/rules
index a69c44f..c7c2f5f 100755
--- a/debian/rules
+++ b/debian/rules
@@ -4,5 +4,7 @@ export DEB_BUILD_MAINT_OPTIONS = hardening=+all
 
 export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed
 
+export QT_SELECT=qt5
+
 %:
 	dh $@

-- 
abgate packaging



More information about the pkg-multimedia-commits mailing list