Your message dated Thu, 02 Aug 2012 08:47:17 +0000
with message-id <[email protected]>
and subject line Bug#683532: fixed in figtree 1.3.1-2
has caused the Debian Bug report #683532,
regarding figtree: Transition package to default java implementation + support
java 7
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.)
--
683532: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=683532
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: figtree
Version: 1.3.1-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: Switch BD to default-jdk.
- d/patches/java7-compat.patch: Fix up Painter symbol resolution
issue in TreeView class.
This patch will enable automatic transition when the default java
implementation changes (as it has done in Ubuntu).
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)
iQIcBAEBCAAGBQJQGTYGAAoJEL/srsug59jDLx8P/Rm4odC5DeAk/FHAR+UGl9Qc
ZkIrnlgbJEbTBNRiFGPWlHxMV4A1Nl3gw/qjnEkQgKS8GxfYilYF1I1b2dKAUlVi
ppSOiKx4I/WLj5dkSJOhnk/uFnT41ndFWPMpitQp3rpb1QfTvBkEYEdLDAyOwdUp
xgY8N7+UzH1026m/ZN8+Hojznx8UjyzQI6R9kr8jkDAccXdU8MCgKwr4SlHgQ7Dn
dzGsIH6DcpWg7Fu114CNvQSkLkeRunvs1SqoEOk8sJi4tCUwmaKLCjwVMtDBNWKr
tiyUnJrBAN7hixut3SOJsZ6YkmseeR1jqA+/h6iC3URg2m0qDEZKl7h4vLKAxS/K
D0NcOD4u/tgGgUrGv5X500mM/ukR+ATIURfxackBfwFKs38n3ErsoNNGYSPbSsX7
u3NsWu8mera6Qh5rEUhyNsxCN/vbEhu96SboP5jMEKvznz6boNWRvzLyvpw3r5s6
V0IL/k846I2LiW8/x/39vEwVNAjdrsQswC08XImJLgr9U+X/BN+a+V8jw1qVKXt0
36GJw/nqfOHfesUz4JBAXbm5keFFKIsbBe4L/GbK63OB3Mnj81VHroVB1lHtl/Nx
JW3Vzc+my7vzSvzrezMXitkBpzqczvGQVa2ZAP8/HR2/a3HT339mmGTrb9h53ngb
R42qN9x7nSIg+2/meqMP
=M6Pu
-----END PGP SIGNATURE-----
diff -Nru figtree-1.3.1/debian/changelog figtree-1.3.1/debian/changelog
diff -Nru figtree-1.3.1/debian/control figtree-1.3.1/debian/control
--- figtree-1.3.1/debian/control 2011-04-14 08:29:44.000000000 +0100
+++ figtree-1.3.1/debian/control 2012-08-01 14:56:54.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 (>= 7.1), javahelper (>=0.25), openjdk-6-jdk, ant, quilt (>= 0.47),
+Build-Depends: debhelper (>= 7.1), javahelper (>=0.25), default-jdk, ant, quilt (>= 0.47),
libjebl2-java, libjam-java, libtrove-java,
libfreehep-graphics2d-java, libfreehep-graphicsio-java,
libfreehep-graphicsio-pdf-java, libfreehep-graphicsio-ps-java,
diff -Nru figtree-1.3.1/debian/patches/java7-compat.patch figtree-1.3.1/debian/patches/java7-compat.patch
--- figtree-1.3.1/debian/patches/java7-compat.patch 1970-01-01 01:00:00.000000000 +0100
+++ figtree-1.3.1/debian/patches/java7-compat.patch 2012-08-01 14:53:37.000000000 +0100
@@ -0,0 +1,19 @@
+Index: figtree-1.3.1/src/figtree/treeviewer/TreePane.java
+===================================================================
+--- figtree-1.3.1.orig/src/figtree/treeviewer/TreePane.java 2009-12-21 14:05:34.000000000 +0000
++++ figtree-1.3.1/src/figtree/treeviewer/TreePane.java 2012-08-01 14:53:35.023221262 +0100
+@@ -7,6 +7,7 @@
+ import figtree.treeviewer.decorators.*;
+ import figtree.treeviewer.painters.*;
+ import figtree.treeviewer.treelayouts.*;
++import figtree.treeviewer.painters.Painter;
+
+ import javax.swing.*;
+ import java.awt.*;
+@@ -1964,4 +1965,4 @@
+
+ private Map<Node, Shape> calloutPaths = new HashMap<Node, Shape>();
+
+-}
+\ No newline at end of file
++}
diff -Nru figtree-1.3.1/debian/patches/series figtree-1.3.1/debian/patches/series
--- figtree-1.3.1/debian/patches/series 2011-02-20 22:43:42.000000000 +0000
+++ figtree-1.3.1/debian/patches/series 2012-08-01 14:52:41.000000000 +0100
@@ -2,3 +2,4 @@
ignore_quaqua.patch
remove_webui.patch
fix_classpath_in_build_xml.patch
+java7-compat.patch
--- End Message ---
--- Begin Message ---
Source: figtree
Source-Version: 1.3.1-2
We believe that the bug you reported is fixed in the latest version of
figtree, 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 figtree 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: Thu, 02 Aug 2012 09:43:00 +0200
Source: figtree
Binary: figtree
Architecture: source all
Version: 1.3.1-2
Distribution: unstable
Urgency: low
Maintainer: Debian Med Packaging Team
<[email protected]>
Changed-By: Andreas Tille <[email protected]>
Description:
figtree - graphical phylogenetic tree viewer
Closes: 683532
Changes:
figtree (1.3.1-2) unstable; urgency=low
.
* Apply patch provided by James Page <[email protected]> to build
with openjdk-7 (thanks to James)
Closes: #683532
* debian/control:
- Switch Build-Depends to default-jdk (also thanks to James)
- Fixed Vcs fields
- Standards-Version: 3.9.3 (no changes needed)
* debhelper 9 (control+compat)
* debian/copyright: Fixed some DEP5 issues
Checksums-Sha1:
3653e9c7f25e5bc208219df487f85c405fe4a6ed 1643 figtree_1.3.1-2.dsc
1656fa2e2ee348e440e8ba2ebdda390f11bd50a2 14536 figtree_1.3.1-2.debian.tar.gz
e235aa83dc6eae7e61e2e49b2b4381f112a81921 874148 figtree_1.3.1-2_all.deb
Checksums-Sha256:
7a4c540db963f04f3e0e3c2bb0e090087205ffa30b43e5c0b9f089ec01d657a5 1643
figtree_1.3.1-2.dsc
ac97941a83c11a3db0afa1418e3d1a768e97df9ae8c02433a9802d80e32ab059 14536
figtree_1.3.1-2.debian.tar.gz
ad4da88102bb75f8e9d84b4a837f0b4eb5fa78b2c506b12ff6a84975e6bff759 874148
figtree_1.3.1-2_all.deb
Files:
7c1cc08e3dc6df1565f4eb5d229d9eab 1643 science optional figtree_1.3.1-2.dsc
72065ee566fcc198233070723c85cced 14536 science optional
figtree_1.3.1-2.debian.tar.gz
15c6f9cc8b8ad3887bbe3b05957b36a7 874148 science optional
figtree_1.3.1-2_all.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.12 (GNU/Linux)
iEYEARECAAYFAlAaO1wACgkQYDBbMcCf01oqJQCdErUZMKLN8XahbZ4kiWavNF5z
B38AoJBbwQe6VIfqqKjGQ3jfJ2Df8b1q
=n6l8
-----END PGP SIGNATURE-----
--- End Message ---