[SCM] qxgedit/master: Switch to QT5.
mira-guest at users.alioth.debian.org
mira-guest at users.alioth.debian.org
Tue Sep 29 06:07:29 UTC 2015
The following commit has been merged in the master branch:
commit d702fb1faef7afa24e67f5ff1f2ad020d4aba4ad
Author: Jaromír Mikeš <mira.mikes at seznam.cz>
Date: Tue Sep 29 08:07:08 2015 +0200
Switch to QT5.
diff --git a/debian/control b/debian/control
index 9e5352d..a46b265 100644
--- a/debian/control
+++ b/debian/control
@@ -7,8 +7,10 @@ Priority: optional
Build-Depends: automake,
debhelper (>= 9~),
dh-autoreconf,
+ qtbase5-dev,
+ qttools5-dev-tools,
+ libqt5x11extras5-dev,
libasound2-dev,
- libqt4-dev,
libx11-dev
Standards-Version: 3.9.6
Vcs-Browser: http://anonscm.debian.org/cgit/pkg-multimedia/qxgedit.git
diff --git a/debian/rules b/debian/rules
index c4f260a..0669202 100755
--- a/debian/rules
+++ b/debian/rules
@@ -4,6 +4,8 @@ DEB_HOST_MULTIARCH ?= $(shell dpkg-architecture -qDEB_HOST_MULTIARCH)
export DEB_CFLAGS_MAINT_APPEND := $(shell dpkg-buildflags --get CPPFLAGS)
+export QT_SELECT=qt5
+
%:
dh $@ --parallel --with autoreconf
--
qxgedit packaging
More information about the pkg-multimedia-commits
mailing list