Your message dated Fri, 24 May 2013 17:03:55 +0000
with message-id <[email protected]>
and subject line Bug#684154: fixed in libusb-java 0.8+ztex20090101-5.1
has caused the Debian Bug report #684154,
regarding libusb-java: Transition package to use default java implementation +
java 7 compatibility
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 [email protected]
immediately.)
--
684154: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=684154
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: libusb-java
Version: 0.8+ztex20090101-4
Severity: normal
Tags: patch
User: [email protected]
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 default java implementation:
- d/control: BD on default-jdk (>= 1:1.6).
- d/rules: Specify source = 1.5 during javadoc generation.
- d/patches/java-compat.patch: Specify source/target = 1.5 to ensure
that bytecode is backwards compatible and avoid Java 7 errors.
Ubuntu quantal is transitioning default java from openjdk-6 to openjdk-7.
This patch ensures that default-jdk is used during the build (which will ease
furture transitions) and that the resulting bytecode is backwards
compatibility with earlier versions of java.
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)
iQIcBAEBCAAGBQJQIQ5/AAoJEL/srsug59jD1E0P/34EmE0pXDME7nxS5FAmMMeq
aXK4AjGaqoNnsjBAyf9UazSgF7utMvNQhlHaxjlBu96ESB48MzJPQuiItdfM3UaE
TJ27nWTel7DKyZm0QbaEpStaGdSsUPO8y+1GkVeR/YCztVVCyBLiIqJU69QJw2ZM
Fy/ihX8wT2x5qMzu2pEIrPuo49mK1IrK+pQY6IoehsDB7SfR+KW8hPUDtTmsok7f
z6DXVSAeruUAwPohrQPPBiifTrqrKAcxpXxiv2P3o0TEU0wNaBZinA+q+m9wj/1T
GRnJ4URqaIhKaJOZwlxM6nBI352g/Myw0Fx98/4UcemNh6vs8t8y9N6Frky3Wx5N
GaOI5LwRvBSakKV+e49A26+QXtN7pcTFgxkdoxfgHQHHLVR4Uql/BqJuNbeRgP7I
eHJWmL8UjXov9SgEDZxQtLm++P3ML8TaSkVVaIp8QjHfSd/nzSBg+ipeE8dF+Unt
bx2CSDt10r01Vrg0gNQ4FNW5SNtkOpqJ5cJln9svgaZuzUrROmbG4ajy9wRhGDHW
LaarhdQ7GHpwznw6sr59833CT9ilfGahN1+htlbxIPZ7pBr4AX7qcRXLLUW6jP4n
0SFRMINEa3QNghP8u/g6viK1zSLqUvujsbTd7hkbBAS54iEhBFEavqFCD5DkX24n
TWpGkCGOyio2KUxusvy5
=f7fa
-----END PGP SIGNATURE-----
diff -Nru libusb-java-0.8+ztex20090101/debian/changelog libusb-java-0.8+ztex20090101/debian/changelog
diff -Nru libusb-java-0.8+ztex20090101/debian/control libusb-java-0.8+ztex20090101/debian/control
--- libusb-java-0.8+ztex20090101/debian/control 2012-07-03 15:21:50.000000000 +0100
+++ libusb-java-0.8+ztex20090101/debian/control 2012-08-07 13:44:21.000000000 +0100
@@ -1,7 +1,7 @@
Source: libusb-java
Section: java
Priority: extra
Maintainer: Steffen Moeller <[email protected]>
-Build-Depends: debhelper (>= 8.0.0), openjdk-6-jdk|sun-java6-jdk|java6-jdk|java2-compiler, libusb-dev
+Build-Depends: debhelper (>= 8.0.0), default-jdk (>= 1:1.6), libusb-dev
Standards-Version: 3.9.2
Homepage: http://libusbjava.sf.net
diff -Nru libusb-java-0.8+ztex20090101/debian/patches/java-compat.patch libusb-java-0.8+ztex20090101/debian/patches/java-compat.patch
--- libusb-java-0.8+ztex20090101/debian/patches/java-compat.patch 1970-01-01 01:00:00.000000000 +0100
+++ libusb-java-0.8+ztex20090101/debian/patches/java-compat.patch 2012-08-07 13:38:10.000000000 +0100
@@ -0,0 +1,18 @@
+Description: Ensure source/target is specified so that
+ bytecode is backwards compatible/avoiding encoding errors.
+Author: James Page <[email protected]>
+Forwarded: no
+
+Index: libusb-java-0.8+ztex20090101/Makefile
+===================================================================
+--- libusb-java-0.8+ztex20090101.orig/Makefile 2012-08-07 13:31:24.000000000 +0100
++++ libusb-java-0.8+ztex20090101/Makefile 2012-08-07 13:37:22.199906759 +0100
+@@ -20,7 +20,7 @@
+ ###############################
+ GCC=gcc
+ CHMOD=chmod -x
+-JAVAC=javac
++JAVAC=javac -source 1.5 -target 1.5
+ RM=rm -f
+ INSTALL=install
+ INSTALLDIR=$(INSTALL) -d
diff -Nru libusb-java-0.8+ztex20090101/debian/patches/series libusb-java-0.8+ztex20090101/debian/patches/series
--- libusb-java-0.8+ztex20090101/debian/patches/series 2011-09-09 20:47:52.000000000 +0100
+++ libusb-java-0.8+ztex20090101/debian/patches/series 2012-08-07 13:37:07.000000000 +0100
@@ -3,3 +3,4 @@
cflags.patch
introduceVersion.patch
doNotTreat64BitSpecialWithDebian.patch
+java-compat.patch
diff -Nru libusb-java-0.8+ztex20090101/debian/rules libusb-java-0.8+ztex20090101/debian/rules
--- libusb-java-0.8+ztex20090101/debian/rules 2012-07-03 15:20:47.000000000 +0100
+++ libusb-java-0.8+ztex20090101/debian/rules 2012-08-07 13:40:37.000000000 +0100
@@ -18,7 +18,7 @@
dh_auto_build
jar cf libusb.jar `find ch -name "*.class"`
[ -d $(DOCPATH) ] || mkdir -p $(DOCPATH)
- javadoc -classpath . -d $(DOCPATH) ch.ntb.usb
+ javadoc -source 1.5 -classpath . -d $(DOCPATH) ch.ntb.usb
touch $@
LIBPACKAGE=libusb-java-lib
--- End Message ---
--- Begin Message ---
Source: libusb-java
Source-Version: 0.8+ztex20090101-5.1
We believe that the bug you reported is fixed in the latest version of
libusb-java, 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 [email protected],
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
gregor herrmann <[email protected]> (supplier of updated libusb-java 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 [email protected])
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256
Format: 1.8
Date: Wed, 22 May 2013 18:41:11 +0200
Source: libusb-java
Binary: libusb-java-lib libusb-java libusb-java-doc libusb-java-dbg
Architecture: source amd64 all
Version: 0.8+ztex20090101-5.1
Distribution: unstable
Urgency: low
Maintainer: Steffen Moeller <[email protected]>
Changed-By: gregor herrmann <[email protected]>
Description:
libusb-java - Java wrapper for libusb
libusb-java-dbg - debug information for libusb java wrapper
libusb-java-doc - javadoc documentation for libusb-java
libusb-java-lib - C part of Java wrapper for libusb
Closes: 684154
Changes:
libusb-java (0.8+ztex20090101-5.1) unstable; urgency=low
.
* Non-maintainer upload.
* Fix "Transition package to use default java implementation + java 7
compatibility": apply patch from Ubuntu / James Page
(after adjusting it to apply against -5):
.
Transition package to use default java implementation:
- d/control: BD on default-jdk (>= 1:1.6).
- d/rules: Specify source = 1.5 during javadoc generation.
- d/patches/java-compat.patch: Specify source/target = 1.5 to ensure
that bytecode is backwards compatible and avoid Java 7 errors.
.
Additionally add -encoding to d/rules and d/patches/java-compat.patch
.
(Closes: #684154)
Checksums-Sha1:
e685883cab02431e3ceffa3356d716a784185ea1 2126
libusb-java_0.8+ztex20090101-5.1.dsc
d97c899d7a6b58d366806071d7967065cc763cee 5163
libusb-java_0.8+ztex20090101-5.1.debian.tar.gz
1899bddd3964ae1a3328470507706840d2b029cb 13152
libusb-java-lib_0.8+ztex20090101-5.1_amd64.deb
b286176293fec144418b2bb8a1b822e6b4d88542 20654
libusb-java_0.8+ztex20090101-5.1_all.deb
9cbbc7253849abbe3e697db8dd90fd4159080baa 44794
libusb-java-doc_0.8+ztex20090101-5.1_all.deb
ff14619c17e836d61bd33218562ca0f6f7299644 16976
libusb-java-dbg_0.8+ztex20090101-5.1_amd64.deb
Checksums-Sha256:
a08d5c63bac9ee195de4aa265ce2fe3306b84c40b7de6ccc3a1b84533eccc7c5 2126
libusb-java_0.8+ztex20090101-5.1.dsc
01301f52eec4557c7692044ffe7c6307f95691d8662a6f9e90ba27056b09d1be 5163
libusb-java_0.8+ztex20090101-5.1.debian.tar.gz
406a8679a364d578537b41d9f335f632991c65590ebceb0933df4e9fad1f403c 13152
libusb-java-lib_0.8+ztex20090101-5.1_amd64.deb
f8ac67fed1e3f466ba65cbd5fa4130e33546dc505e068ab60f806d8cc95546f7 20654
libusb-java_0.8+ztex20090101-5.1_all.deb
d0d58b88ef51e94272ed6b71a88d69bcd8453de6b87f1ab8aad81ef9ad692f88 44794
libusb-java-doc_0.8+ztex20090101-5.1_all.deb
3ea74708102e3c5446706f6c6ccd1bae517f1555d5aece10e325921cdce69ed4 16976
libusb-java-dbg_0.8+ztex20090101-5.1_amd64.deb
Files:
06dc9f68429eea3acf21d80148a3acf5 2126 java extra
libusb-java_0.8+ztex20090101-5.1.dsc
7762c1f54e04e85fb1fe8f48f808a03b 5163 java extra
libusb-java_0.8+ztex20090101-5.1.debian.tar.gz
5f5d6e50ce6c6fd4ff847b811614ce34 13152 java extra
libusb-java-lib_0.8+ztex20090101-5.1_amd64.deb
fc18947a46dce6e2c68347f84af68f6c 20654 java extra
libusb-java_0.8+ztex20090101-5.1_all.deb
5cad5632cbd64a8eef4df778d2a7e57d 44794 doc extra
libusb-java-doc_0.8+ztex20090101-5.1_all.deb
71e02b35ad5af116e7fa7ba5e6d1c008 16976 debug extra
libusb-java-dbg_0.8+ztex20090101-5.1_amd64.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.12 (GNU/Linux)
iQIcBAEBCAAGBQJRnPVrAAoJELs6aAGGSaoGL4cP/iVU+SWUUeUNsprFaF8G6zG8
kf2+Kf2UkAqpRLAZvw0511OmSB03yTIa1gSdillKWnqtx+WQja99N4vDmpvP7cWF
6dDcjBC3vlja7u5hBHOnAwPYpAHgRMP557VhfBprqEhsSG1pHyXmW5YVE1Vv4fnK
qkwfKzaOZJJhj5XwULqLiBnDn/abOfBKi3lSBHU86WN9zANSmu7ZhH+XGtMo07tB
iHzth+8JNCe6S3NB0J6u9AK3Cah+T1t1FWHdIKvTdUTEZlw23wOZLwNZQ4Zk2jb4
btA65Uvh/EhmAlZa5DxrmNlIIVl6IeehUnq8YmGR7volEd+2Ybowf1mREMKx7Kwq
kmju+7ECXc7n2l4ttG6hGXAtIQVOR+gwPKTyDAJ8x9CZW9jka0d2FrofqMdzeI6A
JMcBXr0rRqhD7aD2jsajK7m2KYPD23hMMYaq5lnzgjOd0Cm1zMD++cu2vabVx3+7
TBe5w3GKIRw2L3C8YeHU4MN77UTvxwb304r1EJFaDERsZx0wKKnbRAL4iH67Pj2k
6ZGQCYTCqy9YODcUlHCH2d0V6s4H60xX1fxMb+22iBO7lrMe+eMP5Cmcaes88f5o
kk64Pw3l33I4iOj6oH3Q6PGLhGP6PrZC8rOpft8TGP8YfcObghIRgH9683tGkklE
lfDOxT/+vo9Pk+k1JSj9
=P7T/
-----END PGP SIGNATURE-----
--- End Message ---