Your message dated Tue, 20 Sep 2016 22:14:42 +0000
with message-id <e1bmtjk-0005kb...@franck.debian.org>
and subject line Bug#838062: Removed package(s) from unstable
has caused the Debian Bug report #715530,
regarding jai-core: Please build explicitly with OpenJDK 6
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
715530: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=715530
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: jai-core
Version: 1.1.4-3
Severity: wishlist
Tags: patch
User: ubuntu-de...@lists.ubuntu.com
Usertags: origin-ubuntu saucy ubuntu-patch

As this package cannot be built with OpenJDK 7 due to certain APIs being 
removed, would it be possible to build explicitly with OpenJDK 6?

Thanks!

*** /tmp/tmpaAflNR/bug_body

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


  * Build with openjdk-6 as the API used is gone in OpenJDK 7
    - update debian/control
  * Update JAVA_HOME to point to the openjdk-6 jvm
    - update debian/rules


Thanks for considering the patch.


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

Kernel: Linux 3.2.0-39-generic (SMP w/8 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
diff -Nru jai-core-1.1.4/debian/changelog jai-core-1.1.4/debian/changelog
diff -Nru jai-core-1.1.4/debian/control jai-core-1.1.4/debian/control
--- jai-core-1.1.4/debian/control	2012-05-03 10:40:43.000000000 -0500
+++ jai-core-1.1.4/debian/control	2013-07-10 00:59:21.000000000 -0500
@@ -4,8 +4,8 @@
 Maintainer: Debian Med Packaging Team <debian-med-packag...@lists.alioth.debian.org>
 Uploaders: Mathieu Malaterre <ma...@debian.org>,
  Andreas Tille <ti...@debian.org>
-Build-Depends: debhelper (>= 8), javahelper (>=0.25), ant, default-jdk
-Build-Depends-Indep: default-jdk-doc
+Build-Depends: debhelper (>= 8), javahelper (>=0.25), ant, openjdk-6-jdk
+Build-Depends-Indep: openjdk-6-doc
 Standards-Version: 3.9.3
 Homepage: http://java.net/projects/jai-core/
 Vcs-Browser: http://anonscm.debian.org/viewvc/debian-med/trunk/packages/jai-core/trunk/
diff -Nru jai-core-1.1.4/debian/rules jai-core-1.1.4/debian/rules
--- jai-core-1.1.4/debian/rules	2011-09-12 05:57:17.000000000 -0500
+++ jai-core-1.1.4/debian/rules	2013-07-10 00:48:03.000000000 -0500
@@ -1,12 +1,13 @@
 #!/usr/bin/make -f
 
-JAVA_HOME=/usr/lib/jvm/default-java
+DEB_HOST_ARCH := $(shell dpkg-architecture -qDEB_HOST_ARCH)
+JAVA_HOME=/usr/lib/jvm/java-1.6.0-openjdk-$(DEB_HOST_ARCH)
 
 %:
 	dh $@ --with javahelper
 
 override_dh_auto_build:
-	ant -DBUILD_TYPE=fcs -f build.xml all
+	JAVA_HOME=$(JAVA_HOME) ant -DBUILD_TYPE=fcs -f build.xml all
 
 get-orig-source:
 	./debian/get-orig-source

--- End Message ---
--- Begin Message ---
Version: 1.1.4-3+rm

Dear submitter,

as the package jai-core has just been removed from the Debian archive
unstable we hereby close the associated bug reports.  We are sorry
that we couldn't deal with your issue properly.

For details on the removal, please see https://bugs.debian.org/838062

The version of this package that was in Debian prior to this removal
can still be found using http://snapshot.debian.org/.

This message was generated automatically; if you believe that there is
a problem with it please contact the archive administrators by mailing
ftpmas...@ftp-master.debian.org.

Debian distribution maintenance software
pp.
Chris Lamb (the ftpmaster behind the curtain)

--- End Message ---

Reply via email to