Your message dated Thu, 23 May 2013 19:33:51 +0000
with message-id <[email protected]>
and subject line Bug#683519: fixed in bytecode 0.92.svn.20090106-1.1
has caused the Debian Bug report #683519,
regarding bytecode: Transition package to default java implementation
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.)
--
683519: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=683519
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: bytecode
Version: 0.92.svn.20090106-1
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 default java implementation:
- d/control: BD on default-java only, switch runtime dependency
to default-jre | java6-runtime.
- d/rules: Set source/target = 1.5 to ensure bytecode is backwards
compatible.
This will ensure automatic transition when the default java implementation
changed (as it has done in Ubuntu quantal).
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-7-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)
iQIcBAEBCAAGBQJQGR+aAAoJEL/srsug59jDlYwP/3IWyB1jGtTwEaH1tcLXPm4r
z6RaPwkY2qb9C2pd+ovpC3fl0V1QQUIE6cmFdKMrTobddmzCJpn1w/itXz15pJ/3
Rw7HJOjD6WPSTC4nVoHNdm7zZzfG3/P97pNSdCukjotiqSo5JbKcYZyqxVHkXkCP
XGOCpa+D8r5hDriwPnExTwB7PmTMoR0iH77sEUn2IdzeIwgSt1pceEEqJUTHBpIY
Kb+i+M/HSoBG99m11yOSXlMMEADtLPQyKg8z42tX0qFN2LMLxOqa5+cxD5JudRxd
tHlFHK0GF78/4EY5y7dxmlBpsJmT4dzi3SX5uI0wLUExBMhiHqFgrHW+41AFe+yq
y/WnY++BzrHWhGoBTqfO+ITmob+0R+v8lbrWG/l6N0i+5PFUwBTzs/0yZ11/w4W7
hHyyonuvJlE/ruFkdxHBt/igXfzcqlya+/orGDVR/9x5CxoisNzd5eeNWabzVpBx
TlJv4x7wFddtqDCkNFmE6PpjrMgG3lGjXqbEnOphKJK/WKKstlew0XBmdv4hMnCe
rg2Wu/uFVCAPGB0i7IZKdyHoUJnic5ybTdVumx3uokNx0jwsNt4Jpsku6Physqu5
D9j5BmKuGKabspZDTMqMGOPxbQal4/sqOFtd+hIW5nVtHWm2fTGL1oOFJTf/swJ0
eThYiB7cw9l5tyyG7WeE
=3Ihy
-----END PGP SIGNATURE-----
diff -u bytecode-0.92.svn.20090106/debian/control bytecode-0.92.svn.20090106/debian/control
--- bytecode-0.92.svn.20090106/debian/control
+++ bytecode-0.92.svn.20090106/debian/control
@@ -2,14 +2,14 @@
Section: devel
Priority: optional
Maintainer: Steffen Moeller <[email protected]>
-Build-Depends: debhelper (>= 4.0.0), openjdk-6-jdk|sun-java5-jdk|sun-java6-jdk|java2-compiler, quilt, junit, ant
+Build-Depends: debhelper (>= 4.0.0), default-jdk, quilt, junit, ant
Standards-Version: 3.8.0
XS-Vcs-Browser: http://svn.debian.org/wsvn/pkg-escience/bytecode/trunk/
XS-Vcs-Svn: svn://svn.debian.org/svn/pkg-escience/bytecode/
Package: libbytecode-java
Architecture: all
-Depends: ${shlibs:Depends}, ${misc:Depends}, openjdk-6-jre|sun-java5-jre|sun-java6-jre|java2-runtime
+Depends: ${shlibs:Depends}, ${misc:Depends}, default-jre | java2-runtime
Description: Java bytecode manipulation library
The library presents itself as a collection of routines to manipulate Java
bytecode. It allows for the dynamic creation of Java class files without
diff -u bytecode-0.92.svn.20090106/debian/changelog bytecode-0.92.svn.20090106/debian/changelog
diff -u bytecode-0.92.svn.20090106/debian/rules bytecode-0.92.svn.20090106/debian/rules
--- bytecode-0.92.svn.20090106/debian/rules
+++ bytecode-0.92.svn.20090106/debian/rules
@@ -20,7 +20,7 @@
dh_testdir
if [ ! -d demos ]; then mkdir demos; fi
if [ ! -d resources ]; then mkdir resources; fi
- $(MAKE) dist
+ $(MAKE) -Dant.build.javac.source=1.5 -Dant.build.javac.target=1.5 dist
touch build-stamp
clean: unpatch
--- End Message ---
--- Begin Message ---
Source: bytecode
Source-Version: 0.92.svn.20090106-1.1
We believe that the bug you reported is fixed in the latest version of
bytecode, 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 bytecode 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: Tue, 21 May 2013 21:21:08 +0200
Source: bytecode
Binary: libbytecode-java libbytecode-java-doc
Architecture: source all
Version: 0.92.svn.20090106-1.1
Distribution: unstable
Urgency: low
Maintainer: Steffen Moeller <[email protected]>
Changed-By: gregor herrmann <[email protected]>
Description:
libbytecode-java - Java bytecode manipulation library
libbytecode-java-doc - Documentation for the API of the Java bytecode library
Closes: 683519
Changes:
bytecode (0.92.svn.20090106-1.1) unstable; urgency=low
.
* Non-maintainer upload.
* Fix "Transition package to default java implementation"
Transition package to default java implementation:
- d/control: BD on default-java only, switch runtime dependency
to default-jre | java6-runtime.
- d/rules: Set source/target = 1.5 to ensure bytecode is backwards
compatible.
(Closes: #683519)
Checksums-Sha1:
fe269657dc01958e27968101fe0e3c895dfb922d 1965
bytecode_0.92.svn.20090106-1.1.dsc
947d328a4afbdfe02df91b4a35714a3d6879c6f9 4886
bytecode_0.92.svn.20090106-1.1.diff.gz
4fce9a6ffb058964eca3bc679d564e93a0cc966d 87680
libbytecode-java_0.92.svn.20090106-1.1_all.deb
0d8f564a88d2e6d27c60c8eae0f4493c3cc1e860 89878
libbytecode-java-doc_0.92.svn.20090106-1.1_all.deb
Checksums-Sha256:
ba3447de2bae8d36dc1fce7ae696005f6c4ae752d020125a2e81cccf392d4ab6 1965
bytecode_0.92.svn.20090106-1.1.dsc
d9ef1c53bd966e5306040f321f2401f50089926cf48b55b73e3c6618a3735e5d 4886
bytecode_0.92.svn.20090106-1.1.diff.gz
b3d2fe0ac77dbf24836d396a8ac00b1743e4845fd924067a7f95f13a135011ab 87680
libbytecode-java_0.92.svn.20090106-1.1_all.deb
92913198fe8ca0cef1d296c1c4b1f5eacb9640934bedb11e15e0e331d9ade7f9 89878
libbytecode-java-doc_0.92.svn.20090106-1.1_all.deb
Files:
5ec285012e4f8b156a7d45b580a0fb46 1965 devel optional
bytecode_0.92.svn.20090106-1.1.dsc
4bcf0c9c8671c46e011354913f1bac53 4886 devel optional
bytecode_0.92.svn.20090106-1.1.diff.gz
84d4edfcf3c6f6a836afd47d9fa7e498 87680 devel optional
libbytecode-java_0.92.svn.20090106-1.1_all.deb
7d63813126be9980af5acfccff97ddfc 89878 doc optional
libbytecode-java-doc_0.92.svn.20090106-1.1_all.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.12 (GNU/Linux)
iQIcBAEBCAAGBQJRm8lUAAoJELs6aAGGSaoG4ugQAI+SF7Ixi+iTo1Xt1rUF7N/S
+G0j/Up8LlzFrPM+gH4VDMIjuePBuNClLTHhDF7ARrC2eeyyJyWBhzDAtkcpw9Yj
nuWKjdDKDIO1x+WrVhE19Tf7r3NCpxRtUsMG/P8otIVxJGnx+4E9C6ISudTCu8jB
/KECAcuCYN7ExLIVGgHEzZwBWbiBf3pz3yVlVeHrCH6dpa+Dl916cy0cVzI2ys3x
80oF3MkfNuPf01tdmdd2Lmuq9hFzkkMzUzts6q4vpW91XaPXRMNwREgu4voZ7/B0
rIomEJQ8qDicFNdf4r5V2GDMSnT45SQuWW8eyDH+GM8A5j08sHZRz3R7aeFhdCZj
K8kJaDp6oiadLGMFmgYjNa+y9UaRa3jV5PtDRdlLNSNuKAbBQwF5ZR8otqa/0Cnp
CuuAvqAUPSDOyJnt3yyjEkgQde5mltMWbv37qE/1KnHldW0oqAmfJayA1PpcBjjV
sxoB1m4wUMyeJFZUJRYNDs0/Mqy9OShL409Wuu/4gFP7khvTpDjUygYwkYoggPqk
wk8yt/28G+GsyR4E6yMpoXd7sX1l0s2IsZDPf09ZBfUk3CNyZ2AflvtFIJCUWvI7
oqizVENWK7GomGpgg1t2VJGRqNMjCXcyXJANdjV5fkChv5sAH3VAuDXm5lrAWiRd
Ojd4O4R7VGSONR6RD6wy
=WPzZ
-----END PGP SIGNATURE-----
--- End Message ---