Your message dated Mon, 12 Dec 2011 07:17:13 +0000
with message-id <[email protected]>
and subject line Bug#651403: fixed in commons-math 2.2-2
has caused the Debian Bug report #651403,
regarding commons-math: Fix FTBFS with OpenJDK7
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.)
--
651403: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=651403
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: commons-math
Version: 2.2-1
Severity: normal
Tags: patch
User: [email protected]
Usertags: origin-ubuntu precise ubuntu-patch
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256
Dear Maintainer,
In Ubuntu, the attached patch was applied to achieve the following:
* Fix FTBFS with OpenJDK7 (LP: #888931):
- d/ant.properties: Specify source/target as 1.5 for javac and
javadoc ant tasks to ensure backwards compatibility and work
around Java 7 encoding errors.
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')
Architecture: amd64 (x86_64)
Kernel: Linux 3.2.0-3-generic (SMP w/8 CPU cores)
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.11 (GNU/Linux)
iQIcBAEBCAAGBQJO4JrYAAoJEL/srsug59jDmtoP/3x7ssc/yh0Ee/t2DDTMYFW5
jR8hIjuFBntlXhylE30L7HtTxGeApvvEgp19vadjpdqE0JYLFnmRwOMjKyxarXOl
ajXoffhXJeQkIBIbxNAYn8oNnltEDrSZDgM4BYXL+kEqEJ38cogBHjGhajNpMCRM
ekF2Qd/njaORlzZD6GU319WbvA1F+S24C59OJeohjMo40fABjtgtTbMoZ1Y/FrnR
hJUnqf/pZRIjzvqcFb6EhIX6LqbUTo3hfVZ/0LAU4ee5gt49K7/7/8J5zqV3UGCE
YSg+QtcP3ynmNYey34O+drVYSlLIotTFg40VkqdqteOlMyfaaD18IUyDOoPz95Xy
ZhjBd21T+jibsn1V5suiAPUcxLxRoTiVuzvexgMh2era1oHZPKZTS5Hcvh7Po5MP
2ynn1hRxKMnK0losTnp3MEwx1S/ImYo6Qgkpu5vwfolfDHFjmW2JbkovK4aIRgz4
Yi1hSvJ2ZabBDcnG7vKjuK7hzfHjmF7RXTez4ujsDIttClxXWelUw9RwKBhH4Dg5
MQpZPc4PsrlU8C448OptbWRpQ7JgmOGW+/Dx4hy+NmN4yRQP2AOowULD1D8WAS5y
YfxMm8t6KL8+sLkuV6F47hM3cCWAwNSh0AFsbazZhSD7evJwhJWCGrCff5Vs8HMP
GW5qT6EuVC7AcVs/8gAc
=FkQa
-----END PGP SIGNATURE-----
=== modified file 'debian/ant.properties'
--- debian/ant.properties 2011-03-07 21:14:46 +0000
+++ debian/ant.properties 2011-12-08 10:53:51 +0000
@@ -1 +1,6 @@
junit.jar=/usr/share/java/junit4.jar
+# Ensure that source and target are 1.5
+# For backwards compat on Java 7
+ant.build.javac.source=1.5
+ant.build.javac.target=1.5
+
--- End Message ---
--- Begin Message ---
Source: commons-math
Source-Version: 2.2-2
We believe that the bug you reported is fixed in the latest version of
commons-math, which is due to be installed in the Debian FTP archive:
commons-math_2.2-2.debian.tar.gz
to main/c/commons-math/commons-math_2.2-2.debian.tar.gz
commons-math_2.2-2.dsc
to main/c/commons-math/commons-math_2.2-2.dsc
libcommons-math-java-doc_2.2-2_all.deb
to main/c/commons-math/libcommons-math-java-doc_2.2-2_all.deb
libcommons-math-java_2.2-2_all.deb
to main/c/commons-math/libcommons-math-java_2.2-2_all.deb
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.
Miguel Landaeta <[email protected]> (supplier of updated commons-math 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: Fri, 09 Dec 2011 20:47:07 -0430
Source: commons-math
Binary: libcommons-math-java libcommons-math-java-doc
Architecture: source all
Version: 2.2-2
Distribution: unstable
Urgency: low
Maintainer: Debian Java Maintainers
<[email protected]>
Changed-By: Miguel Landaeta <[email protected]>
Description:
libcommons-math-java - Java lightweight mathematics and statistics components
libcommons-math-java-doc - Java lightweight mathematics and statistics
components - document
Closes: 651403
Changes:
commons-math (2.2-2) unstable; urgency=low
.
[ Miguel Landaeta ]
* Team upload.
* Bump Standards-Version to 3.9.2. No changes were required.
* Fix lintian warning with copyright file.
.
[ James Page ]
* Fix FTBFS with OpenJDK7 (LP: #888931) (Closes: #651403):
- d/ant.properties: Specify source/target as 1.5 for javac and
javadoc ant tasks to ensure backwards compatibility and work
around Java 7 encoding errors.
Checksums-Sha1:
baf6940c4d4f28179692785a4fe26aecfba9386b 2113 commons-math_2.2-2.dsc
2a18d9f2e4c121860bccdcf8630f9c7a6ade4961 5843 commons-math_2.2-2.debian.tar.gz
89a780ba4084a343e89474680a6fce152b904947 895722
libcommons-math-java_2.2-2_all.deb
6fc891b544df392e263a6cb59cfe069c60f75a3d 1766810
libcommons-math-java-doc_2.2-2_all.deb
Checksums-Sha256:
8d67347b0164820aeaa583add4b5e5ccffefd197be90bbfcf61eb7fac87d0ef1 2113
commons-math_2.2-2.dsc
795dc80d4d9f0502e1f337bcbe1bda4ba0dead64f855896eea0dc4b8d4d8c1f5 5843
commons-math_2.2-2.debian.tar.gz
fc393849fbfd22824e51eab75c7f67a22454ae467cc3ea2693646d55ef74612b 895722
libcommons-math-java_2.2-2_all.deb
2b070637682eea681bb880a1d015d1f715d62c32ee67057d22f418fad2180c26 1766810
libcommons-math-java-doc_2.2-2_all.deb
Files:
4fe00e56c6c8596dae8a42ec3b038e9b 2113 java optional commons-math_2.2-2.dsc
84a05782730b6c0d378a51904285d588 5843 java optional
commons-math_2.2-2.debian.tar.gz
3456388136a860468ec951b8a05c531f 895722 java optional
libcommons-math-java_2.2-2_all.deb
6c28e123a5969ac14cbde205e206dbba 1766810 doc optional
libcommons-math-java-doc_2.2-2_all.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.10 (GNU/Linux)
iQIcBAEBAgAGBQJO5akqAAoJECHSBYmXSz6WM0sQAL5hhwOKnlspXn+Vg9PHVSdJ
TIpyYnD8WJdg8LKk+vNQHZFf+SIoN5F0xCUrEezP6HhvsyueGCrZpP6XfYet8s+/
zufvowAsM9k75qtZ4/7pO0NX610NcJq9VrCvYBgnX5XzYvUF3dF1r09K8trkZeCn
xrv3+Yk86ywUq3i4P9mSogFvVdF1IzuI5UB2m6KusZNxGWubCtHZwFin5hdnz+TO
QdOjtetJEYymHICiqAsyLqMiFG4BXbt/2YXClOwjtMKjoLMPzKrzeWEI7ExQHLRl
FM9aOXfAP8OmkjBIXn64UtFla1w2Xim0t7p3D3Ao31wt3xIkuF8tjoU8shhzLkxH
R4tCpo+lCueLizcVFpoVDV5rqoX4+NcgVNsQDh6hrfgJbFyQRW3jNdNktrWvijO1
cvO+3AQGAHZlI7RiPbqD2pTrW1BpW2HqMuj5iROUb/BydF4uF55sFMZcYCuQfN9k
vGXl7jRh1OzDGExpP1VQ0sgo6jfRYzLs2hNsBKqdquZ0oAHNFa+gfwzzACvbwh9R
CyU3rwjcoOobiOD3rqf9hsivzEPEczC97Z5R+2gJj6MVd7kBN5wi8eYfG28Tv0lL
D/siScFwQJExzUDyr/qfCGe4iAlyJHm7x8g5vug4D1scuw0r0nUPDIkmyM+5TNs/
YEKvz+M6W0vLqC3P7gxM
=Mo83
-----END PGP SIGNATURE-----
--- End Message ---
__
This is the maintainer address of Debian's Java team
<http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-maintainers>.
Please use
[email protected] for discussions and questions.