[libqglviewer] 01/08: Migrate to Qt5.

Anton Gladky gladk at moszumanska.debian.org
Mon Mar 2 23:35:03 UTC 2015


This is an automated email from the git hooks/post-receive script.

gladk pushed a commit to branch experimental
in repository libqglviewer.

commit bf5e634cfff635f02e06c843b0520d1c33109b22
Author: Anton Gladky <gladk at debian.org>
Date:   Mon Mar 2 22:51:43 2015 +0100

    Migrate to Qt5.
---
 debian/control | 11 +++++++----
 debian/rules   |  2 ++
 2 files changed, 9 insertions(+), 4 deletions(-)

diff --git a/debian/control b/debian/control
index 838b098..c8e0766 100644
--- a/debian/control
+++ b/debian/control
@@ -8,8 +8,9 @@ Homepage: http://www.libqglviewer.com/
 Standards-Version: 3.9.5
 Build-Depends:
  debhelper (>= 9),
- libqt4-dev (>= 4:4.8.0~),
- libqt4-opengl-dev (>= 4:4.8.0~)
+ qtbase5-dev,
+ qtbase5-dev-tools,
+ libqt5opengl5-dev
 Vcs-Git: git://anonscm.debian.org/gitweb/?p=debian-science/packages/libqglviewer.git
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=debian-science/packages/libqglviewer.git
 XS-Testsuite: autopkgtest
@@ -20,11 +21,13 @@ Architecture: any
 Depends:
  libgl1-mesa-dev | libgl-dev,
  libqglviewer2 (= ${binary:Version}),
- libqt4-dev,
- libqt4-opengl-dev,
+ qtbase5-dev,
+ qtbase5-dev-tools,
+ libqt5opengl5-dev,
  libx11-dev,
  libxext-dev,
  libxmu-dev,
+ libqt5opengl5-dev,
  ${misc:Depends},
  ${shlibs:Depends}
 Recommends:
diff --git a/debian/rules b/debian/rules
index 0cba813..d28316e 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,5 +1,7 @@
 #!/usr/bin/make -f
 
+export QT_SELECT=qt5
+
 %:
 	dh $@ --parallel --sourcedirectory=$(CURDIR)/QGLViewer
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/libqglviewer.git



More information about the debian-science-commits mailing list