[debian-edu-commits] debian-edu/ 05/07: Update Build-Dependencies
    David Prévot 
    taffit at moszumanska.debian.org
       
    Thu Aug  3 14:47:35 UTC 2017
    
    
  
This is an automated email from the git hooks/post-receive script.
taffit pushed a commit to branch master
in repository algobox.
commit 4c93e4ea34e09976e4a963c9c65bb44205064672
Author: David Prévot <david at tilapin.org>
Date:   Thu Aug 3 09:49:50 2017 -0400
    Update Build-Dependencies
    
    - Drop libqt5opengl5-dev
    - Use webengine instead of webkit
    - Use qtbase5-dev instead of qt5-default
    
    Git-Dch: Full
---
 debian/control | 5 ++---
 debian/rules   | 3 +++
 2 files changed, 5 insertions(+), 3 deletions(-)
diff --git a/debian/control b/debian/control
index dba6d37..433f884 100644
--- a/debian/control
+++ b/debian/control
@@ -4,9 +4,8 @@ Priority: extra
 Maintainer: Debian Edu Packaging Team <debian-edu-pkg-team at lists.alioth.debian.org>
 Uploaders: David Prévot <taffit at debian.org>
 Build-Depends: debhelper (>= 9),
-               libqt5opengl5-dev,
-               libqt5webkit5-dev,
-               qt5-default
+               qtbase5-dev,
+               qtwebengine5-dev
 Standards-Version: 3.9.5
 Homepage: http://www.xm1math.net/algobox/
 Vcs-Git: git://anonscm.debian.org/debian-edu/pkg-team/algobox.git
diff --git a/debian/rules b/debian/rules
index a518db5..b16a143 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,4 +1,7 @@
 #!/usr/bin/make -f
+
+export QT_SELECT=qt5
+
 %:
 	dh $@
 
-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-edu/pkg-team/algobox.git
    
    
More information about the debian-edu-commits
mailing list