This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository openjfx.
commit 8e75fe4497f3447d629e7a3ab10afab79544040e Author: Emmanuel Bourg <[email protected]> Date: Fri Sep 11 13:29:38 2015 +0200 Build with qt5-qmake instead of qt4-qmake --- debian/changelog | 1 + debian/control | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 66a6220..8e47573 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,6 +2,7 @@ openjfx (8u60-b27-1) UNRELEASED; urgency=medium * New upstream release - Refreshed the patches + - Build with qt5-qmake instead of qt4-qmake -- Emmanuel Bourg <[email protected]> Mon, 07 Sep 2015 23:40:56 +0200 diff --git a/debian/control b/debian/control index 969aa4f..6e8865e 100644 --- a/debian/control +++ b/debian/control @@ -34,7 +34,7 @@ Build-Depends: antlr3, openjdk-8-jdk, pkg-config, qtchooser, - qt4-qmake, + qt5-qmake, x11proto-core-dev, x11proto-xf86vidmode-dev Standards-Version: 3.9.6 -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/openjfx.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

