From: Bdale Garbee Date: Fri, 13 Apr 2018 21:13:50 +0000 (-0600) Subject: put build environment back to default-java X-Git-Tag: debian/1.2.2-6~3 X-Git-Url: https://git.gag.com/?p=debian%2Ffreetts;a=commitdiff_plain;h=295a04fbe9f754b513a44910fda545f5b4e0722f put build environment back to default-java --- 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= %: