Your message dated Mon, 03 Jun 2013 13:33:30 +0000
with message-id <e1ujut8-0005ji...@franck.debian.org>
and subject line Bug#684305: fixed in umlet 11.3-5.1
has caused the Debian Bug report #684305,
regarding umlet: 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 ow...@bugs.debian.org
immediately.)


-- 
684305: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=684305
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: umlet
Version: 11.3-3
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:

  * Transition package to use default java implementation:
    - d/control: Switch openjdk-6-jdk -> default-jdk.
    - d/rules: Set JAVA_HOME = /usr/lib/jvm/default-java.

Ubuntu quantal is transitioning default java from openjdk-6 to openjdk-7;
this patch eases the transition.

Note that this is not a release goal for wheezy.

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)

iQIcBAEBCAAGBQJQIoF0AAoJEL/srsug59jDk3wP/2sy6uX3GCZ8bl79OQqfI5NP
7LuK2j4F9cp91ZUnEWzQUHRKamPOCWX3nm7qD016IphjdUQOdzMC53J9dhOfkcyN
zEs5XSM63y2N94XBT/INg8Fq2S8gP9twjhZEYmnTfRTOefDn3MJzHktJv5XudTjC
38yMeVc+5sV1ZOba3DWNQKRkEKJ5ZK1W530dR/GkeSvwemxI5GYa9P5znUH2AxSs
rh4kco/UdsNNjNwUZ4PtkrtmtSc5abrgAK69XWlLMbwMmZjhxZDC/YqbgiYeOAuy
9buXTu9ieTeB9JBZ4B+8Odlmi4bqxrxEp9q+0bj7ZYmRsWZDFkPdz+yuhzA6Al1H
iZrbxOWXgxfBiDX2iiMbFqAc6wwZQu3K9gD0ebVtLeAVfeWw7oOsQZ3BNL4EjFjq
/WhQ9Kvjc1CGhS21M8I573/SMDfPuCS4UJ7ApgHziyPDWc/NbrmH5KBEm7l+hJ7j
cclzbiE99PWpxDebE3OH5TqnzVx/KeNWoIjioy8GU61dBlijS+8NOTYq9fJh5y4j
GHMAGnTD1uQz6p2VScunJvqomNysH0ji6lKFvaa90hiklTPYhWkn8/o55SQLpDOm
TWrh7k4WgCiZn3HPVxDBlZUiVyvmw0bLgxsuEGbxBk62c2NQKrsfGW/ic82JKlsU
8fc9qG5Z0SMBuY8Qv+Tg
=xfc9
-----END PGP SIGNATURE-----
diff -Nru umlet-11.3/debian/changelog umlet-11.3/debian/changelog
diff -Nru umlet-11.3/debian/control umlet-11.3/debian/control
--- umlet-11.3/debian/control	2011-10-26 20:10:55.000000000 +0100
+++ umlet-11.3/debian/control	2012-08-08 16:09:11.000000000 +0100
@@ -2,12 +2,12 @@
 Section: devel
 Priority: extra
 Maintainer: Benjamin Mesing <bensm...@gmx.net>
-Build-Depends: debhelper (>= 5), javahelper, fastjar, openjdk-6-jdk, libbatik-java, fop, libavalon-framework-java, libxerces2-java, libjlibeps-java, libgnumail-java, libitext-java, liblog4j1.2-java, libecj-java, libjsyntaxpane-java
+Build-Depends: debhelper (>= 5), javahelper, fastjar, default-jdk, libbatik-java, fop, libavalon-framework-java, libxerces2-java, libjlibeps-java, libgnumail-java, libitext-java, liblog4j1.2-java, libecj-java, libjsyntaxpane-java
 Standards-Version: 3.9.2
 
 Package: umlet
 Architecture: all
-Depends: openjdk-6-jdk | java6-sdk, jarwrapper, java-wrappers, ${misc:Depends}, ${java:Depends}
+Depends: default-jdk | java6-sdk, jarwrapper, java-wrappers, ${misc:Depends}, ${java:Depends}
 Description: simple, text driven UML drawing tool
  UMLet is a UML tool aimed at providing a fast way of drawing 
  UML diagrams. UML elements are modified using text input instead 
diff -Nru umlet-11.3/debian/rules umlet-11.3/debian/rules
--- umlet-11.3/debian/rules	2011-10-26 20:08:03.000000000 +0100
+++ umlet-11.3/debian/rules	2012-08-08 16:04:47.000000000 +0100
@@ -7,7 +7,7 @@
 
 JAVADIR=/usr/share/java
 export CLASSPATH=$(JAVADIR)/ecj.jar:$(JAVADIR)/batik-all.jar:$(JAVADIR)/fop.jar:$(JAVADIR)/log4j-1.2.jar:$(JAVADIR)/net.sourceforge.jlibeps.jar:$(JAVADIR)/gnumail.jar:$(JAVADIR)/itext.jar:$(JAVADIR)/jsyntaxpane.jar
-export JAVA_HOME=/usr/lib/jvm/java-6-openjdk-$(DEB_HOST_ARCH)
+export JAVA_HOME=/usr/lib/jvm/default-java
 
 #export DH_VERBOSE=1
 get-orig-source:

--- End Message ---
--- Begin Message ---
Source: umlet
Source-Version: 11.3-5.1

We believe that the bug you reported is fixed in the latest version of
umlet, 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.
gregor herrmann <gre...@debian.org> (supplier of updated umlet 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...@ftp-master.debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

Format: 1.8
Date: Sat, 01 Jun 2013 15:04:24 +0200
Source: umlet
Binary: umlet
Architecture: source all
Version: 11.3-5.1
Distribution: unstable
Urgency: low
Maintainer: Benjamin Mesing <bensm...@gmx.net>
Changed-By: gregor herrmann <gre...@debian.org>
Description: 
 umlet      - simple, text driven UML drawing tool
Closes: 684305
Changes: 
 umlet (11.3-5.1) unstable; urgency=low
 .
   * Non-maintainer upload.
   * Fix "Transition package to use default java implementation":
     apply patch from Ubuntu / James Page:
 .
     Transition package to use default java implementation:
     - d/control: Switch openjdk-6-jdk -> default-jdk.
     - d/rules: Set JAVA_HOME = /usr/lib/jvm/default-java.
 .
     (Closes: #684305)
 .
   * debian/rules: pass -encoding to javac via jh_build call.
Checksums-Sha1: 
 c401bb0d360e57a99c6ce7b63ed760301081921b 1830 umlet_11.3-5.1.dsc
 dfd28ebef948140347666d88d144f4019c0223cd 7530 umlet_11.3-5.1.debian.tar.gz
 ea68f327f007a9d80a6f58810f26c7ffea4e99c7 407086 umlet_11.3-5.1_all.deb
Checksums-Sha256: 
 93e464bb58ffddd7a2284faa619e445f4607a1a5c0b735920c39e73db6c5c019 1830 
umlet_11.3-5.1.dsc
 a67202f6c2904d6b940ca8866d38edce1d334fdc8404b5bfec7c260303167529 7530 
umlet_11.3-5.1.debian.tar.gz
 361cf0d0792f6e89e4cc9adabc289f14c8b60873ee70b1cd442cd1dcf946bd82 407086 
umlet_11.3-5.1_all.deb
Files: 
 163375e194b115ed5d441ee62ac6b745 1830 devel extra umlet_11.3-5.1.dsc
 5d77109dba10b7d7a55486d337a71b00 7530 devel extra umlet_11.3-5.1.debian.tar.gz
 72f684b16360c26a9ecd3d9c89dc4a04 407086 devel extra umlet_11.3-5.1_all.deb

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

iQIcBAEBCAAGBQJRqfIJAAoJELs6aAGGSaoG0MEP/j3jkr6OnpGYMAgYN7qQdOu3
xh7Xz+GDXdycKNAqfqvC7MQRVeyp0F1GcObBLVG+uu12osfOZ7vj8ZTnli956y3U
rpYsGar05KCO5mEE3vmYHkH2sszmEYpbXvz10maHr8D7aNVubmYX0d5I7eKIZIE6
7Ke+Vm6XTUOqYuuyXlSsyMUBJ93ki/vma7MBhGa/OEXyfkfPHTRUO/48m3FhJj5P
85hRTLBLHcGAotzNhLLOF8jGnbpJ99dFJKNjHzwM7EPTc+cgoGVb8RR3spxKzQSF
g8+c2VlpI1TxyNX3vKnML/EPZqOInMZSzka2ZLGx7yRbx2mREvfifI2fLqArQ02C
Dkn/NMPPBmOKn8D69TAz9MdpAg1MablMxA2sAbM5a66I65ygRnto1NynnPScBEfy
S2Np1xfNlmNI6fWmm4sTRAgO23xUkiRCWOu8e3VtjpOvz2Sdkql3klWurbn2CFjT
17WOIKC+bCM9MyfBpFUlQg257qdGv0GF5GDgwmUSxWFvVI3xV7amNIf/BtNMLAn5
/AAl4AfOlm3MaMYctNdwerWOzLCGtFMjWHSGY5VGmN7ZKqtaZH+XTKSZMWYCu3rr
4dws20YHOwA4ZmvsD/dwPp+aa3HbMXNuB37UPDfV1s0EdyyN/7InGBcdkgfQuqfw
BUNFRdpOweQYJZA3Imx5
=A36H
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to