From 295a04fbe9f754b513a44910fda545f5b4e0722f Mon Sep 17 00:00:00 2001 From: Bdale Garbee Date: Fri, 13 Apr 2018 15:13:50 -0600 Subject: [PATCH] put build environment back to default-java --- debian/control | 2 +- debian/rules | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/debian/control b/debian/control index ddec8b8..1ac02a7 100644 --- a/debian/control +++ b/debian/control @@ -1,7 +1,7 @@ Source: freetts Priority: optional Maintainer: Bdale Garbee -Build-Depends: debhelper (>= 9), openjdk-8-jdk, ant, ant-optional, junit4, javahelper +Build-Depends: debhelper (>= 9), default-jdk, ant, ant-optional, junit4, javahelper Standards-Version: 4.1.3 Section: java Vcs-Git: git://git.gag.com/debian/freetts diff --git a/debian/rules b/debian/rules index 3004cfc..5012469 100755 --- a/debian/rules +++ b/debian/rules @@ -9,7 +9,7 @@ # Uncomment this to turn on verbose mode. #export DH_VERBOSE=1 -export JAVA_HOME=/usr/lib/jvm/java-8-openjdk-amd64 +export JAVA_HOME=/usr/lib/jvm/default-java #export CLASSPATH= %: -- 2.30.2