Your message dated Thu, 16 May 2013 21:05:12 +0000
with message-id <e1ud5mo-0000lp...@franck.debian.org>
and subject line Bug#684980: fixed in geogebra 4.0.34.0+dfsg1-2
has caused the Debian Bug report #684980,
regarding geogebra: Ensure backwards compatible bytecode is built
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.)


-- 
684980: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=684980
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: geogebra
Version: 4.0.34.0+dfsg1-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:

  * Ensure backwards compatible bytecode is built when building with
    openjdk-7 as default java (LP: #1033815):
    - d/ant.properties: Set source/target = 1.5.

This will ensure that this package is compatible with all versions of
java avaliable in Debian.

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-10-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)

iQIcBAEBCAAGBQJQK491AAoJEL/srsug59jDce0P/3wIJut2NGrN/8z8H279JZeG
0KzXS4uEFph467hZUWlICqafPRkZdJdiI4G5KiRTxDAOypQFb/n/y6yd/6tLYFTt
lgQw2wkaH6NzxfPjONXUCEKPirOW1c5P6D7BOWT0WcfGF/0Aiq4EvOkMENNokPdQ
3EobID4kZa/AOOqJjzpaww75E4gCDlhd0VwXGrUUxOKu1FkHmTCsbUZmBXsYKYRs
xetbX2Zz+r/oEVlrFAYCOn1psPDH+CZDvZz1IeopC2CRpM/tzs6k4EEQ5zZBt+Rg
zMz55olZi+3+I4QXqt7wNzHEpLm2bZP+Sd0DBsWyPtHyI8VnukwrnQ3I1RtCCeN6
JP76isRBXvR0HS0gVYCYM+fGb0RnqXtka2491ZChzi8Ch31STKHeQwzym/F3KeQ7
/rxjWC56l4tbRbDg8Fv19RYFYtQxX2PFFMALHKjzBgupV++caU/CNN6vhIHeK81C
LUeqaUeq4BVZPTpXq17Us3vUDLM0kxOCBLysCEYkeMQm1NXQ7b+CiDQ5ywfF3WHl
XyFWJtp9PL09gfGzEeopKkLC6qCTMDnHEFx0f84iliHye1mudu0OVZI+WQAloGpG
fVYecdSYP/07uJpdU2vCMwio+3Wf3XE0/l5B13UM/4LCnoTQpha8CmFGbyLaZ/qe
k8oTSS1GvYPmqKR2NcwU
=+qMn
-----END PGP SIGNATURE-----
diff -Nru geogebra-4.0.34.0+dfsg1/debian/ant.properties geogebra-4.0.34.0+dfsg1/debian/ant.properties
--- geogebra-4.0.34.0+dfsg1/debian/ant.properties	1970-01-01 01:00:00.000000000 +0100
+++ geogebra-4.0.34.0+dfsg1/debian/ant.properties	2012-08-15 12:53:41.000000000 +0100
@@ -0,0 +1,4 @@
+# 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
diff -Nru geogebra-4.0.34.0+dfsg1/debian/changelog geogebra-4.0.34.0+dfsg1/debian/changelog

--- End Message ---
--- Begin Message ---
Source: geogebra
Source-Version: 4.0.34.0+dfsg1-2

We believe that the bug you reported is fixed in the latest version of
geogebra, 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.
Giovanni Mascellani <g...@debian.org> (supplier of updated geogebra 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...@debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Format: 1.8
Date: Thu, 16 May 2013 19:13:37 +0200
Source: geogebra
Binary: geogebra geogebra-gnome
Architecture: source all
Version: 4.0.34.0+dfsg1-2
Distribution: unstable
Urgency: low
Maintainer: Debian Java Maintainers 
<pkg-java-maintainers@lists.alioth.debian.org>
Changed-By: Giovanni Mascellani <g...@debian.org>
Description: 
 geogebra   - Dynamic mathematics software for education
 geogebra-gnome - GNOME integration layer for GeoGebra
Closes: 684980
Changes: 
 geogebra (4.0.34.0+dfsg1-2) unstable; urgency=low
 .
   * Fix typo in debian/copyright.
   * Set build compatibility version to 1.5 (closes: #684980).
   * Use '-b' in Vcs-Git to indicate the branch.
   * Bump Standards-Version to 3.9.4.
Checksums-Sha1: 
 c0496b8af04f28b82544347f083c96f868be2e53 1901 geogebra_4.0.34.0+dfsg1-2.dsc
 8553c8cb1f88e7b34d4f00bdafa8d85ae979eb78 27526 
geogebra_4.0.34.0+dfsg1-2.debian.tar.gz
 bac7a48274cf10371ed651cafabd1a1b27c0b89c 5329702 
geogebra_4.0.34.0+dfsg1-2_all.deb
 4840875259c5117cd6dc94f5fd6cf4b9c1b9e46e 16604 
geogebra-gnome_4.0.34.0+dfsg1-2_all.deb
Checksums-Sha256: 
 10796f8a13397ec2299b91a9bba423900b767198cc15280fe2ec2ef63811466b 1901 
geogebra_4.0.34.0+dfsg1-2.dsc
 833b4d7417151f2d0554a2d78a139bbb14c53bd22e35018eada6d4d03006f072 27526 
geogebra_4.0.34.0+dfsg1-2.debian.tar.gz
 1ba08363d2309b9648d21e53a65d2bf4f9b8cddf0caee78f2b701a898a07eae1 5329702 
geogebra_4.0.34.0+dfsg1-2_all.deb
 e0370212467dca2b2e116c8fcc99f653d80d9cca577347712c6abbcbd93fac13 16604 
geogebra-gnome_4.0.34.0+dfsg1-2_all.deb
Files: 
 0b2391687e9b1a80ccf470c6460e0975 1901 education extra 
geogebra_4.0.34.0+dfsg1-2.dsc
 5a00f652c8b48fe40acbd8cc724ac17d 27526 education extra 
geogebra_4.0.34.0+dfsg1-2.debian.tar.gz
 1fbec449bba7a6d2d88ba1447c12fa57 5329702 education extra 
geogebra_4.0.34.0+dfsg1-2_all.deb
 5b725306a58ea01fe2e4ff222b07b7f7 16604 education extra 
geogebra-gnome_4.0.34.0+dfsg1-2_all.deb

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

iF4EAREKAAYFAlGVRkQACgkQBIoTAU7n/+O3vwD+ITeHMUcZSEaoOHf7STvOxr2z
cWkJseWItaZHVOBC07oA/3u7m9F//gDsW3R2BvsJ9etTF7pTkDXNoE2k4a4UJJrB
=lMy7
-----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
debian-j...@lists.debian.org for discussions and questions.

Reply via email to