Package: libtruth-java
Version: 0.7.0-1
Followup-For: Bug #761544
User: ubuntu-de...@lists.ubuntu.com
Usertags: origin-ubuntu xenial ubuntu-patch

Dear Maintainer,

In Ubuntu, the attached patch was applied to achieve the following:

  * debian/control: Build-depend on default-jdk instead of java7-jdk.
  * debian/rules: Don't manually set JAVA_HOME.

Thanks for considering the patch.

Logan Rosen

-- System Information:
Debian Release: stretch/sid
  APT prefers xenial-updates
  APT policy: (500, 'xenial-updates'), (500, 'xenial-security'), (500, 
'xenial'), (100, 'xenial-backports')
Architecture: amd64 (x86_64)

Kernel: Linux 4.4.0-17-generic (SMP w/2 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)
diff -Nru libtruth-java-0.7.0/debian/control libtruth-java-0.7.0/debian/control
--- libtruth-java-0.7.0/debian/control	2012-08-29 14:55:57.000000000 +0000
+++ libtruth-java-0.7.0/debian/control	2016-04-08 06:46:45.000000000 +0000
@@ -2,7 +2,7 @@
 Section: java
 Priority: extra
 Maintainer: Brian Thomason <brian.thoma...@eucalyptus.com>
-Build-Depends: debhelper (>= 8.0.0), ant-optional, java7-jdk, javahelper
+Build-Depends: debhelper (>= 8.0.0), ant-optional, default-jdk, javahelper
 Build-Depends-Indep: maven-repo-helper, junit4
 Standards-Version: 3.9.3
 Homepage: https://github.com/truth0/truth
diff -Nru libtruth-java-0.7.0/debian/rules libtruth-java-0.7.0/debian/rules
--- libtruth-java-0.7.0/debian/rules	2012-08-29 14:59:27.000000000 +0000
+++ libtruth-java-0.7.0/debian/rules	2016-04-08 03:41:20.000000000 +0000
@@ -1,7 +1,6 @@
 #!/usr/bin/make -f
 
 PACKAGE   := libtruth-java
-export JAVA_HOME := /usr/lib/jvm/java-7-openjdk-*
 export CLASSPATH := /usr/share/java/junit4.jar
 
 %:

Reply via email to