Your message dated Fri, 28 Jun 2013 13:48:01 +0000
with message-id <e1usz1t-0006p4...@franck.debian.org>
and subject line Bug#684015: fixed in jsymphonic 0.3.0.Ode.To.Freedom+svn387-8
has caused the Debian Bug report #684015,
regarding jsymphonic: 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.)


-- 
684015: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=684015
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: jsymphonic
Version: 0.3.0.Ode.To.Freedom+svn387-7
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 dependencies from openjdk-6-* to default-*.
    - d/rules: Set JAVA_HOME to /usr/lib/jvm/default-java.
    - d/build.xml: Set source/target = 1.5 to ensure backwards compatible
      bytecode is built.

Ubuntu is transitioning from openjdk-6 to openjdk-7 as default java; this patch
eases the transition and ensures that the code built by the package is backwards
compatible with java 1.5+.  Note that this transition is not a wheezy release
goal.

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)

iQIcBAEBCAAGBQJQH5boAAoJEL/srsug59jD6OkQAMUzaSnW/hMDQzKC4k6+IiRa
jw9fbYge+EAUf/wtI2BjlWJr55zG2J64QjBQ5iHtiiwR+hfiAoy+VfGIw+dcRhPw
zhRP6PRFXLKdJe5x3hBOZOXXd8Fk6OA5zLXA1GtMKgrLVb6mHO8DSjG+7nGKbbEH
POgBFnttz3mDKJBOWJ95C8TT/rFTCbTbFLDCaGkhP7zCnnTtDVUTs8rAywPRJw6H
4hCt2SMp+cqlEn96ur/leCTs+jLDluI1HlOPa8z128SH4B7mjUnguLMbfjYGZ2wU
Di6tvWBda82RV5+pP1fvja7bAZzTv+SaqtQ+/4NzEkR3ZQD4Rrm2z2E1tALyxVm5
CR+CzzV7j3J8WnZesP9b5f/p+6saWnEWz0dSiBIDx4YT8mOB4dUXehBeNaOJTLJ+
/fw9mW6okRlkADTojtBm9dTHuiy2eMdB2h1xpCH+Og0V2MMFuPA6tIwC2X6/wxT4
HHF4btz4S42v/WIyRhI3dtu8NbCR8uNmcR92onXAzox2WVOy4Yq8f2BNf2bp2qAO
UmUuGeWdUzKnM/fF6za8CasUSCTmKamYFBFPilOpbjGmcJVI+/2+3Dr+hG+k+NJT
04Yk90H0HrhxvOoz/gK/MD2uQWCrpZ1QhoYMdn44YEz8FRQzWw3y94Iil8MT08vT
Lx8fTHiKTPzNGvvSen3d
=Mqns
-----END PGP SIGNATURE-----
diff -Nru jsymphonic-0.3.0.Ode.To.Freedom+svn387/debian/build.xml jsymphonic-0.3.0.Ode.To.Freedom+svn387/debian/build.xml
--- jsymphonic-0.3.0.Ode.To.Freedom+svn387/debian/build.xml	2011-04-04 21:00:51.000000000 +0100
+++ jsymphonic-0.3.0.Ode.To.Freedom+svn387/debian/build.xml	2012-08-06 10:48:05.000000000 +0100
@@ -33,7 +33,8 @@
   </target>
   
   <target name="compile" depends="init">
-    <javac srcdir="${srcdir}" destdir="${builddir}" encoding="UTF-8" />
+    <javac srcdir="${srcdir}" destdir="${builddir}" encoding="UTF-8"
+           source="1.5" target="1.5" />
   </target>
 
   <target name="build" depends="compile,languages,resources">
diff -Nru jsymphonic-0.3.0.Ode.To.Freedom+svn387/debian/changelog jsymphonic-0.3.0.Ode.To.Freedom+svn387/debian/changelog
diff -Nru jsymphonic-0.3.0.Ode.To.Freedom+svn387/debian/control jsymphonic-0.3.0.Ode.To.Freedom+svn387/debian/control
--- jsymphonic-0.3.0.Ode.To.Freedom+svn387/debian/control	2011-06-04 19:31:56.000000000 +0100
+++ jsymphonic-0.3.0.Ode.To.Freedom+svn387/debian/control	2012-08-06 11:02:06.000000000 +0100
@@ -4,7 +4,7 @@
 Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
 Uploaders: Vincent Fourmond <fourm...@debian.org>
 Build-Depends: cdbs, debhelper (>= 7), ant, javahelper (>= 0.36)
-Build-Depends-Indep: openjdk-6-jdk, libswing-layout-java
+Build-Depends-Indep: default-jdk, libswing-layout-java
 Standards-Version: 3.9.2
 Homepage: http://sourceforge.net/projects/symphonic/
 Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/jsymphonic
@@ -13,7 +13,7 @@
 
 Package: jsymphonic
 Architecture: all
-Depends: openjdk-6-jre | java6-runtime, java-wrappers (>= 0.1.22),
+Depends: default-jre | java6-runtime, java-wrappers (>= 0.1.22),
  	 ${misc:Depends}, ${java:Depends}
 Recommends: ffmpeg
 Suggests: pmount
@@ -24,4 +24,4 @@
  .
  This program provides functionalities similar to the proprietary
  Windows-only SonicStage software given by Sony to interact with
- the players.
\ No newline at end of file
+ the players.
diff -Nru jsymphonic-0.3.0.Ode.To.Freedom+svn387/debian/rules jsymphonic-0.3.0.Ode.To.Freedom+svn387/debian/rules
--- jsymphonic-0.3.0.Ode.To.Freedom+svn387/debian/rules	2011-09-29 20:15:04.000000000 +0100
+++ jsymphonic-0.3.0.Ode.To.Freedom+svn387/debian/rules	2012-08-06 10:47:40.000000000 +0100
@@ -12,7 +12,7 @@
 include /usr/share/cdbs/1/class/javahelper.mk
 include /usr/share/cdbs/1/class/ant.mk
 
-JAVA_HOME_DIRS       := /usr/lib/jvm/java-6-openjdk-$(shell dpkg-architecture -qDEB_HOST_ARCH)
+JAVA_HOME_DIRS       := /usr/lib/jvm/default-java
 ANT_HOME             := /usr/share/ant
 DEB_ANT_COMPILER     := modern
 DEB_BUILDDIR         := .

--- End Message ---
--- Begin Message ---
Source: jsymphonic
Source-Version: 0.3.0.Ode.To.Freedom+svn387-8

We believe that the bug you reported is fixed in the latest version of
jsymphonic, 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.
Markus Koschany <a...@gambaru.de> (supplier of updated jsymphonic 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: Wed, 15 May 2013 00:43:47 +0200
Source: jsymphonic
Binary: jsymphonic
Architecture: source all
Version: 0.3.0.Ode.To.Freedom+svn387-8
Distribution: unstable
Urgency: low
Maintainer: Debian Java Maintainers 
<pkg-java-maintainers@lists.alioth.debian.org>
Changed-By: Markus Koschany <a...@gambaru.de>
Description: 
 jsymphonic - File manager for Sony's MP3 players
Closes: 684015
Changes: 
 jsymphonic (0.3.0.Ode.To.Freedom+svn387-8) unstable; urgency=low
 .
   * Team upload.
   * Transition package to use default java implementation.
     Thanks to James Page for the patch. (Closes: #684015)
   * Update to use the current canonical Vcs-URI.
   * Bump Standards-Version to 3.9.4, no changes needed.
Checksums-Sha1: 
 21956150fc3a0c0fefe149e09c859cbf96147500 2198 
jsymphonic_0.3.0.Ode.To.Freedom+svn387-8.dsc
 22bf0debbe6bd0dd80a5bce83ddc96350adb804b 10687 
jsymphonic_0.3.0.Ode.To.Freedom+svn387-8.debian.tar.gz
 c42817a5e3bb2692ab1b33735ff3691e0cbe7491 1610710 
jsymphonic_0.3.0.Ode.To.Freedom+svn387-8_all.deb
Checksums-Sha256: 
 2be1536af8fc1603be8e308996df2ca2c5e24a7198b2c7f06a2eafa1f3d3d691 2198 
jsymphonic_0.3.0.Ode.To.Freedom+svn387-8.dsc
 270e4a6bcdb6ad25288338c86358d17c0b1559d59606dcb0f1354b2b5abadf90 10687 
jsymphonic_0.3.0.Ode.To.Freedom+svn387-8.debian.tar.gz
 3d129b25d753bc4b89cc32cd6f1cffc3472c685371eeb059e0167a04388c12ac 1610710 
jsymphonic_0.3.0.Ode.To.Freedom+svn387-8_all.deb
Files: 
 51da04fb566a456091b8d7f0fb558f84 2198 sound optional 
jsymphonic_0.3.0.Ode.To.Freedom+svn387-8.dsc
 b7b51025827d56c13161f497b166df72 10687 sound optional 
jsymphonic_0.3.0.Ode.To.Freedom+svn387-8.debian.tar.gz
 be9020aeaabee47d4113e1eb7e70cea9 1610710 sound optional 
jsymphonic_0.3.0.Ode.To.Freedom+svn387-8_all.deb

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

iQIcBAEBCAAGBQJRzZFVAAoJEAVLu599gGRCBsEQAIsUZwGYLFBNUkeC6T2KRcMf
KvNzd08v0hwlWWHSY/JPWUFEJnWfdVegWDnWSLuSh/KgteP5qX7+Jv2L5Uc6x1vA
17qWj8DLb8i26NMzasC1JN5sSrUn5Or/NVjp42lVzdNNR1Z/RsftC9AE07O2rHQU
jVFE1Uvz69Uui/Tiv6E5kKltDm9FiS4igjLy/b3oxXDRE7Puc8K5S0/th1u+P0gy
9Q+hmmPp5B+ldJNR0r70BGARXXQunioeRefco3ys0jVcTveC3pZxqoDSZYZPvKzP
pnjZeVWuseCuBRhfTZZV0dQAjMj5DsATNojLY49zzYPm5hBqECX10J2tAQ3v3Ows
TH6GaQeTeaHgtxqRx5ikuxRaJNT8bW9ulNH42GPggaVcaC6tHkMigHD/94oyp7A0
XlgyHFswN2yzhjqixr+QGwrql9ZeD6b+THrXxo+sMhWhFfa/YSeLQkFj2hmlV6XH
w07MkeXb5e61oFCcmnBeiMDQRAFuFkloD2dvQF8wVVRCokWNdoz9w1jk52V9onUi
CVm26B/9dvlnvD3s00EV4/tKFjpCiC8w0IaZhfviSFSY77q5VZVohpkd24ou7mNo
j05CeUJ6CC9BYhUBiPW0mD9/INQ226nMLfk8hUbM5gIO1lXZuoDwm8EFtaHdcrkC
s3z/hQ4xEwxc/KJ8mRRW
=JcOn
-----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