Your message dated Mon, 17 Dec 2012 13:17:30 +0000
with message-id <[email protected]>
and subject line Bug#684159: fixed in mpj 0.38+dfsg-1
has caused the Debian Bug report #684159,
regarding mpj: Transition package to use 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.)
--
684159: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=684159
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: mpj
Version: 0.38~dfsg-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 use default java implementation:
- d/control: BD on default-jdk (>= 1:1.6).
- d/rules: Specify source/target = 1.5 to ensure backwards compatible
bytecode is built.
Ubuntu quantal is transitioning default java from openjdk-6 to openjdk-7. This
part of the patch eases this transition and ensures that bytecode built by the
package is backwards compatible.
* d/control: Target 'all' instead of 'any'.
The package does not include any arch dependent components so should target
'all'.
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)
iQIcBAEBCAAGBQJQIRaBAAoJEL/srsug59jD56AP/3bmoOZirBoOgjHy+UvTDXtF
raIMvQePQotxl3jldnero0Raw4oyVI28LCJ+Rjj0Rind8mlO6zWEPfkrCmugVnvk
GfEeb7i5cGrjOexbdpE6UefSQ0BXSkGU9hMBTKmSbhxARfJlulLLG+piRw7L94HO
9BC1uXtf/lg35Avyt51tvwbr4eKk6r5EOAEK/cB2urtkyQlnmOVHL42ACq+6oRax
cKvKhLAnMYUojPqQORZoRSpuDlP4gekyFTsaw+aqbPcumG8po+hcHI7H8pqsmJ3Q
m5qjVeAZprqyMA/fnPSk8Wc6FwwDTW7X4DgZJlfyVR8//y1Hh93+75wZKm5JUCYw
YN6UEIEc3NatChIsqh717bbI3WDH+DqzCyHpJsIQPF4otKtYHJRsvUuaArfm252S
uMLo2CX6gnGmArP/nCRLJBZ5JOIj8MXEWhRevZXpj3SBNJdQXJ0jjrwA2JB6oicM
jEMsPV8DDlOSik4xVgDy6WAZzAOFz3g6HupUDMcJNlXUvXn8DYdkrDxmb3pigC8t
gxuomuxXRCxfwrtFKZdhRb5Ln8Js7p+9Cx1gnqUP2R1t12me/2XNUqbXXUN+LOb8
lUZ7V2QmwG5OPcBT+HpytLQbaUQN5PzMqiZIWAPWQjzLFVfbwNcAwAqgbqlYHDVO
RMlKaWcRrAEmGapnV7ws
=EJ03
-----END PGP SIGNATURE-----
diff -Nru mpj-0.38~dfsg/debian/changelog mpj-0.38~dfsg/debian/changelog
diff -Nru mpj-0.38~dfsg/debian/control mpj-0.38~dfsg/debian/control
--- mpj-0.38~dfsg/debian/control 2012-01-21 16:20:09.000000000 +0000
+++ mpj-0.38~dfsg/debian/control 2012-08-07 14:20:05.000000000 +0100
@@ -4,7 +4,7 @@
Maintainer: Debian Med Packaging Team <[email protected]>
DM-Upload-Allowed: yes
Uploaders: Andreas Tille <[email protected]>
-Build-Depends: debhelper (>= 8), javahelper (>=0.25), openjdk-6-jdk, ant,
+Build-Depends: debhelper (>= 8), javahelper (>=0.25), default-jdk (>= 1:1.6), ant,
liblog4j1.2-java, libservice-wrapper-java
Standards-Version: 3.9.2
Homepage: http://mpj-express.org/
@@ -12,8 +12,8 @@
Vcs-Browser: http://svn.debian.org/wsvn/debian-med/trunk/packages/libmpj-java/trunk/
Package: libmpj-java
-Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}, ${java:Depends}
+Architecture: all
+Depends: ${misc:Depends}, ${java:Depends}
Recommends: ${java:Recommends}
Description: Java library for parallel applications for multicore processors and clusters
MPJ Express is a Java message passing library that allows application
diff -Nru mpj-0.38~dfsg/debian/rules mpj-0.38~dfsg/debian/rules
--- mpj-0.38~dfsg/debian/rules 2012-01-21 14:32:16.000000000 +0000
+++ mpj-0.38~dfsg/debian/rules 2012-08-07 14:13:49.000000000 +0100
@@ -5,5 +5,8 @@
%:
dh $@ --with javahelper
+override_dh_auto_build:
+ dh_auto_build -- -Dant.build.javac.source=1.5 -Dant.build.javac.target=1.5
+
get-orig-source:
uscan --verbose --force-download
--- End Message ---
--- Begin Message ---
Source: mpj
Source-Version: 0.38+dfsg-1
We believe that the bug you reported is fixed in the latest version of
mpj, 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.
Andreas Tille <[email protected]> (supplier of updated mpj 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: SHA1
Format: 1.8
Date: Mon, 17 Dec 2012 14:10:59 +0100
Source: mpj
Binary: libmpj-java
Architecture: source all
Version: 0.38+dfsg-1
Distribution: experimental
Urgency: low
Maintainer: Debian Med Packaging Team
<[email protected]>
Changed-By: Andreas Tille <[email protected]>
Description:
libmpj-java - Java library for parallel applications for multicore processors a
Closes: 684159
Changes:
mpj (0.38+dfsg-1) experimental; urgency=low
.
* debian/copyright:
- DEP5
- Add Files-Excluded to document what was removed from original source
* debian/control:
- Standards-Version: 3.9.4 (no changes needed)
- Architecture: all
* debian/{control,rules}: use default java implementation
(thanks for the patch to James Page <[email protected]>)
Closes: #684159
Checksums-Sha1:
c9c11ec0d809c3bbb2bf79691ee0d1046f4c0042 1411 mpj_0.38+dfsg-1.dsc
bcc91df0ebb66491b90edad87113e86ea2db2d45 576515 mpj_0.38+dfsg.orig.tar.gz
86fe302d46e5efcc230e25d3fab9abd128646786 4613 mpj_0.38+dfsg-1.debian.tar.gz
ed04cfb6495ab74531633eff6769514cb5e72d9c 234926 libmpj-java_0.38+dfsg-1_all.deb
Checksums-Sha256:
8e08bc8eebd491293deedda27d6608a774e235cd7cb662af7d44e52beaef9ce9 1411
mpj_0.38+dfsg-1.dsc
ab76f0619152eb5136762bead65e79e7cd311fb0cb6d0173abc2c1c2a78ff9c7 576515
mpj_0.38+dfsg.orig.tar.gz
8aa8edc11f174fad8c59fd3f0ab91cb94442c86b6ef530fe62cf1e55f067bb27 4613
mpj_0.38+dfsg-1.debian.tar.gz
58b8a95428eecd72db9c6200642f2d79a69c1480803d1e59aad4c6e310c66e3a 234926
libmpj-java_0.38+dfsg-1_all.deb
Files:
6d9aa4ed950ed230e4c94803a0e86b84 1411 java optional mpj_0.38+dfsg-1.dsc
ab5c0161b51d80eea4268c759785fc27 576515 java optional mpj_0.38+dfsg.orig.tar.gz
e63b60978e940109d79c9865366fc6b0 4613 java optional
mpj_0.38+dfsg-1.debian.tar.gz
c3532a5ae3636f03fe7947d325b8e514 234926 java optional
libmpj-java_0.38+dfsg-1_all.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.12 (GNU/Linux)
iEYEARECAAYFAlDPGogACgkQYDBbMcCf01oWiwCfa/23syEGZSfp17pD9PvMDusL
w4UAn15+tX78kIfX7PAl2kfl8te7q0h1
=pSoX
-----END PGP SIGNATURE-----
--- End Message ---