This is an automated email from the git hooks/post-receive script. tmancill pushed a commit to branch master in repository controlsfx.
commit b9176153349a2daae143e7c2d61d14bbbd198368 Author: tony mancill <[email protected]> Date: Wed Jan 31 20:54:29 2018 -0800 Use debhelper 11 --- debian/compat | 2 +- debian/control | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/debian/compat b/debian/compat index f599e28..b4de394 100644 --- a/debian/compat +++ b/debian/compat @@ -1 +1 @@ -10 +11 diff --git a/debian/control b/debian/control index e00be72..5bdcd21 100644 --- a/debian/control +++ b/debian/control @@ -2,7 +2,7 @@ Source: controlsfx Section: java Priority: optional Maintainer: tony mancill <[email protected]> -Build-Depends: debhelper (>= 10), default-jdk, +Build-Depends: debhelper (>= 11), default-jdk, gradle-debian-helper, maven-repo-helper, openjfx -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/controlsfx.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

