Your message dated Tue, 18 Jun 2013 09:05:51 +0000
with message-id <e1uorrl-0005rq...@franck.debian.org>
and subject line Bug#684384: fixed in jcc 2.13-1.1
has caused the Debian Bug report #684384,
regarding jcc: Transition package to use openjdk-7
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.)


-- 
684384: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=684384
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: jcc
Version: 2.13-1
Severity: normal
Tags: patch
User: ubuntu-de...@lists.ubuntu.com
Usertags: origin-ubuntu quantal ubuntu-patch openjdk-7-transition

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

Dear Maintainer,

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

  * Transition package to use openjdk-7:
    - d/control: BD on openjdk-7-jdk, switch runtime dependency
      to openjdk-7-jre.
    - d/rules: Switch openjdk-6 paths to openjdk-7 equivalents. 

Ubuntu quantal is transitioning default java to openjdk-7; as jcc
depends directly on so's provided by the java runtime it was not
appropriate to switch it to use the default-jdk/default-jre so this
patch simply transitions jcc to use the later java version.

I've tested this with the latest version of pylucene from Debian unstable.

Note that this patch should not be applied for wheezy - this is definately
a wheezy+1 activity.

Thanks for considering the patch.


- -- System Information:
Debian Release: wheezy/sid
  APT prefers quantal-updates
  APT policy: (500, 'quantal-updates'), (500, 'quantal-security'), (500, 
'quantal')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 3.5.0-8-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

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.11 (GNU/Linux)

iQIcBAEBCAAGBQJQI5J6AAoJEL/srsug59jDhIwQALSrs8qZOTwiQhDbgpVkLyX1
yw7vpls5XnMNeTMhv5gjNflFizJWGeswdAClU01FsfLO5I71YK1fJweJf+Qo76XC
n/TcnuWplgltNqQF8r1ptJgl5cvoXk6Yil2A9tXidGrmIppPzhHd4rvZLxD1Ig5B
AiC+4RrKVLtDWq4QZPu/du8jQ8QBZl5b/OxDtATwg0d2CDum7JYtbrZk9/OU6V3d
pO0pofAKmHVQa5BbsYt3R02TLfvDTz4PEl5HT/y06pftYd9YpjnXZdvjE5aU5wcN
6ehUD7EMaVDEmLElR/iziytbijonsGaHt0gPfe/3gsSB+d3OlbUC7oeD/Eymztyy
bN++3rD7IPhcxUqAkNJ3Ut43sRMCeckxdZsr7vEc2LxzyZv2WQ39075jqaLNG2qY
IYTkHcIy+NYxFNepS221AJuIUvqL88A9aGSFZOjvBLkW59wxS/6B1bTd6FVXJaQl
AFU+2rK31H6TQK5InLFGfVGlmDHV7S5pIZpeEIj4MgzIcKxMzaQU45i2lGNTZuKr
ZWkq5+TrMyCnyT9jLTNtyoJb/LQxbsd3LLqp0Yu/GLyErIR7EiLIfm05Khn4sR1o
QvlcTlKphfohdwrGZwiIR6rpoLIJOxm7fqmBhMk8SQe9oFG3SdQlcANCZKruzvNm
EaqmIBsvqsGGLHL5qXzU
=+cqf
-----END PGP SIGNATURE-----
diff -Nru jcc-2.13/debian/changelog jcc-2.13/debian/changelog
diff -Nru jcc-2.13/debian/control jcc-2.13/debian/control
--- jcc-2.13/debian/control	2012-06-26 06:57:02.000000000 +0100
+++ jcc-2.13/debian/control	2012-08-09 11:32:58.000000000 +0100
@@ -3,7 +3,7 @@
 Priority: extra
 Maintainer: Ludovico Cavedon <cave...@debian.org>
 Build-Depends: debhelper (>= 9), python-setuptools (>= 0.6a9),
-  openjdk-6-jdk (>= 6b23~pre9-1~), python-all-dev
+  openjdk-7-jdk, python-all-dev
 Standards-Version: 3.9.3
 Homepage: http://lucene.apache.org/pylucene/jcc/
 Vcs-Git: git://git.debian.org/git/collab-maint/jcc.git
@@ -12,7 +12,7 @@
 
 Package: jcc
 Architecture: any
-Depends: openjdk-6-jdk (>= 6b23~pre9-1~), ${shlibs:Depends}, ${python:Depends},
+Depends: openjdk-7-jdk, ${shlibs:Depends}, ${python:Depends},
  ${misc:Depends}
 Breaks: ${python:Breaks}
 Description: code generator producing a Python extension from Java classes
diff -Nru jcc-2.13/debian/rules jcc-2.13/debian/rules
--- jcc-2.13/debian/rules	2012-06-26 06:57:02.000000000 +0100
+++ jcc-2.13/debian/rules	2012-08-09 10:22:15.000000000 +0100
@@ -19,13 +19,13 @@
   JAVAARCH :=sh
 endif
 
-JAVA_LIB_PATH := /usr/lib/jvm/java-6-openjdk-$(DEB_HOST_ARCH)/jre/lib/$(JAVAARCH)
+JAVA_LIB_PATH := /usr/lib/jvm/java-7-openjdk-$(DEB_HOST_ARCH)/jre/lib/$(JAVAARCH)
 
 export JCC_ARGSEP=;
 export JCC_LFLAGS := -L$(JAVA_LIB_PATH);-ljava;-L$(JAVA_LIB_PATH)/server;-ljvm;-Wl,-rpath=$(JAVA_LIB_PATH):$(JAVA_LIB_PATH)/server
 
 export JCC_CFLAGS := -fdollars-in-identifiers
-export JCC_JDK := /usr/lib/jvm/java-6-openjdk-$(DEB_HOST_ARCH)
+export JCC_JDK := /usr/lib/jvm/java-7-openjdk-$(DEB_HOST_ARCH)
 
 # For shared mode we need patch http://bugs.python.org/setuptools/issue43 for setuptools to be applied
 export NO_SHARED=1

--- End Message ---
--- Begin Message ---
Source: jcc
Source-Version: 2.13-1.1

We believe that the bug you reported is fixed in the latest version of
jcc, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 684...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Sylvestre Ledru <sylves...@debian.org> (supplier of updated jcc package)

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


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.8
Date: Thu, 13 Jun 2013 09:22:28 +0200
Source: jcc
Binary: jcc
Architecture: source amd64
Version: 2.13-1.1
Distribution: unstable
Urgency: low
Maintainer: Ludovico Cavedon <cave...@debian.org>
Changed-By: Sylvestre Ledru <sylves...@debian.org>
Description: 
 jcc        - code generator producing a Python extension from Java classes
Closes: 684384
Changes: 
 jcc (2.13-1.1) unstable; urgency=low
 .
   * Non-maintainer upload.
   * Transition package to use openjdk-7:
     - d/control: BD on openjdk-7-jdk, switch runtime dependency
       to openjdk-7-jre.
     - d/rules: Switch openjdk-6 paths to openjdk-7 equivalents.
     Thanks to James Page (Closes: #684384)
Checksums-Sha1: 
 71cc9e209e8ec9352914771705eca0d40f7270b4 1199 jcc_2.13-1.1.dsc
 cbdd652396605d5d90462b62a377f221ba9ad03b 4955 jcc_2.13-1.1.debian.tar.gz
 5e25218ae531001c1fca43c36a7197b8677dd919 209234 jcc_2.13-1.1_amd64.deb
Checksums-Sha256: 
 6dc4017e116b931f67e2abd7859f95651ffce9d12526fdf73332a75af1e2287d 1199 
jcc_2.13-1.1.dsc
 f58ec579a55b6e9e907563191a32349081a18ab09d0ca8d3324b8880f14e4d3c 4955 
jcc_2.13-1.1.debian.tar.gz
 7c7d89ca8f5d35c51b59f3aada861c1eaf9ff85a546c9a6ca5c6949dad2bf250 209234 
jcc_2.13-1.1_amd64.deb
Files: 
 bcd51f216ac1db3469fdec5abd9a34cc 1199 python extra jcc_2.13-1.1.dsc
 ae93f57634b4a62ebfc4e51ad1a12a90 4955 python extra jcc_2.13-1.1.debian.tar.gz
 ce2657548538f1f02c26132ba3a43c58 209234 python extra jcc_2.13-1.1_amd64.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.12 (GNU/Linux)

iEYEARECAAYFAlG5dEkACgkQiOXXM92JlhBV+QCfRXvQMURnabcX9XY7aKQ9HDUT
33AAoKTX3zJrPPfHJNrvJcWzNLlw3bOp
=Hm95
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to