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

mira-guest pushed a commit to branch master
in repository qmapshack.

commit f9f4f5ce35c98c0461e3cff29d2b525085a3b81a
Author: Jaromír Mikeš <mira.mi...@seznam.cz>
Date:   Tue Oct 7 13:19:51 2014 +0200

    Remove qt5-default from build deps.
---
 debian/control | 2 +-
 debian/rules   | 2 ++
 2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/debian/control b/debian/control
index 97cc53d..defe1aa 100644
--- a/debian/control
+++ b/debian/control
@@ -10,7 +10,7 @@ Build-Depends: cmake,
                libproj-dev,
                libqt5opengl5-dev,
                libqt5webkit5-dev,
-               qt5-default,
+               qtbase5-dev,
                qttools5-dev,
                qttools5-dev-tools
 Standards-Version: 3.9.5
diff --git a/debian/rules b/debian/rules
index 763f2d3..0981d48 100755
--- a/debian/rules
+++ b/debian/rules
@@ -6,6 +6,8 @@ upstream_version ?= $(shell dpkg-parsechangelog | sed -rne 
's/^Version: ([0-9.]+
 dfsg_version = $(upstream_version)+ds1
 pkg = $(shell dpkg-parsechangelog | sed -ne 's/^Source: //p')
 
+export QT_SELECT := qt5
+
 %:
        dh $@
 

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-grass/qmapshack.git

_______________________________________________
Pkg-grass-devel mailing list
Pkg-grass-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel

Reply via email to