This is an automated email from the git hooks/post-receive script. apo pushed a commit to branch master in repository scala.
commit c0307f9eb51098c9ccdcd5101bef7f81b3c70645 Author: Markus Koschany <[email protected]> Date: Mon Apr 23 11:04:01 2018 +0200 Remove temporary build-dependency on openjdk-8-jdk and build with Java 9. Closes: #895675 --- debian/control | 1 - debian/rules | 2 -- 2 files changed, 3 deletions(-) diff --git a/debian/control b/debian/control index e867f0d..2dcf63d 100644 --- a/debian/control +++ b/debian/control @@ -6,7 +6,6 @@ Uploaders: Min Huang <[email protected]> Build-Depends: default-jdk, - openjdk-8-jdk, ant, ant-contrib (>= 1.0~b3+svn177-6), ant-optional, diff --git a/debian/rules b/debian/rules index fc760ac..2ed24b1 100755 --- a/debian/rules +++ b/debian/rules @@ -2,8 +2,6 @@ #export DH_VERBOSE=1 -export JAVA_HOME=/usr/lib/jvm/java-8-openjdk-amd64/ - include $(CURDIR)/build.number BUNDLE_VERSION="$(version.major).$(version.minor).$(version.patch)" -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/scala.git _______________________________________________ pkg-java-commits mailing list [email protected] https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-java-commits

