[paraview] 01/03: Roll back to Qt4. (Closes: #821091)

Anton Gladky gladk at moszumanska.debian.org
Fri Apr 15 23:05:27 UTC 2016


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

gladk pushed a commit to branch master
in repository paraview.

commit 7451182c06112240eb9f44436cd9f3bf1eeb6a9e
Author: Anton Gladky <gladk at debian.org>
Date:   Fri Apr 15 21:48:40 2016 +0200

    Roll back to Qt4. (Closes: #821091)
---
 debian/control | 10 ++++------
 debian/rules   |  4 ++--
 2 files changed, 6 insertions(+), 8 deletions(-)

diff --git a/debian/control b/debian/control
index 4208e82..2c9e8f5 100644
--- a/debian/control
+++ b/debian/control
@@ -7,10 +7,8 @@ Testsuite: autopkgtest
 Priority: extra
 Build-Depends: debhelper (>= 9),
                cmake,
-               qtbase5-dev-tools,
-               qttools5-dev-tools,
-               qttools5-dev,
-               qtbase5-dev,
+               libqt4-dev,
+               qt4-dev-tools,
                libsqlite3-dev,
                libboost-all-dev,
                libavformat-dev,
@@ -45,7 +43,7 @@ Build-Depends: debhelper (>= 9),
                libhdf5-dev,
                hdf5-tools,
                libgl2ps-dev,
-               libqt5webkit5-dev,
+               libqtwebkit-dev,
                libeigen3-dev,
                libnetcdf-dev,
                libnetcdf-cxx-legacy-dev,
@@ -98,7 +96,7 @@ Description: Parallel Visualization Application
 Package: paraview-dev
 Architecture: any
 Section: libdevel
-Depends: qtbase5-dev-tools,
+Depends: qt4-dev-tools,
          ${shlibs:Depends},
          ${misc:Depends},
          paraview (= ${binary:Version}),
diff --git a/debian/rules b/debian/rules
index 463455a..63f23f0 100755
--- a/debian/rules
+++ b/debian/rules
@@ -8,7 +8,7 @@ UPSTREAM_VERSION = $(shell dpkg-parsechangelog | awk '/^Version:/ { sub("-[^-]*$
 	dh $@ --with python2 --parallel
 
 export LD_LIBRARY_PATH+=:$(CURDIR)/debian/paraview/usr/lib/paraview
-export QT_SELECT=qt5
+export QT_SELECT=qt4
 
 CPPFLAGS:=$(shell dpkg-buildflags --get CPPFLAGS)
 CFLAGS:=$(shell dpkg-buildflags --get CFLAGS) $(CPPFLAGS) -Wall -pedantic
@@ -61,7 +61,7 @@ extra_flags += -Wno-dev \
 	-DPARAVIEW_BUILD_PLUGIN_EyeDomeLighting:BOOL=ON \
 	-DPARAVIEW_BUILD_PLUGIN_MobileRemoteControl=OFF \
 	-DEigen_DIR=/usr/include/eigen3 \
-	-DPARAVIEW_QT_VERSION=5
+	-DPARAVIEW_QT_VERSION=4
   
 override_dh_auto_configure:
 	dh_auto_configure -- $(extra_flags)

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



More information about the debian-science-commits mailing list