Your message dated Thu, 23 May 2013 19:33:47 +0000
with message-id <[email protected]>
and subject line Bug#683512: fixed in biogenesis 0.8-1.1
has caused the Debian Bug report #683512,
regarding biogenesis: 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 [email protected]
immediately.)


-- 
683512: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=683512
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: biogenesis
Version: 0.8-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 to use default java implementation:
    - d/control: Switch dependencies from openjdk-6-{jre|jdk} to
      default-{jre|jdk} versions, alternative runtime depedency
      on java6-runtime.
    - d/build.xml: Set source/target = 1.5 and specify encoding for
      java source files.

This allows for easier transition when the default java implementation
changes (as it has in Ubuntu quantal).

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)

iQIbBAEBCAAGBQJQGQ1MAAoJEL/srsug59jDrf8P9ROm96T25M3SdRNexP0NvZN7
Jauro0S7M70RByJjOoNbmqcE/GId78Gltl+LcIVNxcy1X5OvqEpsd8eUAeV4S6qm
2bXjB/cN/T08J1lzLTDWGCDmgi8NUjqKuoeg6plOxUOfOToq9FoFNYzY9bcbln5s
YKsE1y10D+C6k745MI70ZQ7y7xReVHgkZBdEZra1GiUB/G8XRgd2LU2s1IWm+Sxe
IbsBMHLBRhnn4/9LGm+b2+UKFHH3N1EMndZBFMW7sKSsArHIT8CDfJth5cR1NVJy
6fxMCA0AcCNP3IyPMjYOx1+nOno5xP9Fx3zN+OaBG3VIy9XMR0k5k7mwwg0xLJI7
1fM4w3FPRCvxmLV/4cmE7YfAkLtLOhiIrtQkSbl4Bjp+Ub0Pn2SsmsZSLe8cunaP
ukr14vvYNY4SUYDF/efogAZe9M84ky7Sv2nqDhFAAFh/n/VOeH0M0uhdeUJDLnHt
xSYEXPSQ/uCVpFLLKwpkx5gI7dpyHQjI2IRlvx1eq9zECYdcNRjHK1A1Hth9GxaX
0CC5ysDFO501OdDYf7rH0QKHmUiFkRJeqXZCrxTN2g/XYLkY2dA9sauN0f84WBZz
FB4meIahYDbtgNsZb1PLjjJztQ7b/IBa/rU8gendVn72+o4SkPHUpbml6yMmpkLN
u7lUizHPc3S35ANHSLE=
=CBYL
-----END PGP SIGNATURE-----
diff -Nru biogenesis-0.8/debian/build.xml biogenesis-0.8/debian/build.xml
--- biogenesis-0.8/debian/build.xml	2011-03-07 19:02:43.000000000 +0000
+++ biogenesis-0.8/debian/build.xml	2012-08-01 11:47:19.000000000 +0100
@@ -12,7 +12,8 @@
 
     <target depends="init" description="Just Build" name="build">
         <mkdir dir="classes" />
-        <javac destdir="classes" srcdir="." includeantruntime="false">
+        <javac source="1.5" target="1.5" encoding="ISO-8859-1"
+               destdir="classes" srcdir="." includeantruntime="false">
             <classpath refid="class.path" />
         </javac>
     </target>
diff -Nru biogenesis-0.8/debian/changelog biogenesis-0.8/debian/changelog
diff -Nru biogenesis-0.8/debian/control biogenesis-0.8/debian/control
--- biogenesis-0.8/debian/control	2011-02-27 22:36:16.000000000 +0000
+++ biogenesis-0.8/debian/control	2012-08-01 11:59:59.000000000 +0100
@@ -4,13 +4,13 @@
 Maintainer: Miriam Ruiz <[email protected]>
 Uploaders: Joan Queralt Molina <[email protected]>
 Build-Depends: debhelper (>= 7), dh-buildinfo, quilt,
- openjdk-6-jdk | sun-java6-jdk | eclipse-jdt | ecj, ant
+ default-jdk | eclipse-jdt | ecj, ant
 Standards-Version: 3.9.1
 Homepage: http://biogenesis.sourceforge.net/
 
 Package: biogenesis
 Architecture: all
-Depends: openjdk-6-jre | sun-java6-jre , ${misc:Depends}
+Depends: default-jre | java6-runtime , ${misc:Depends}
 Description: artificial life program that simulates evolution of organisms
  Biogenesis is an artificial life program that simulates the processes
  involved in the evolution of organisms. It shows colored segment based

--- End Message ---
--- Begin Message ---
Source: biogenesis
Source-Version: 0.8-1.1

We believe that the bug you reported is fixed in the latest version of
biogenesis, 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.
gregor herrmann <[email protected]> (supplier of updated biogenesis 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: SHA256

Format: 1.8
Date: Tue, 21 May 2013 21:16:45 +0200
Source: biogenesis
Binary: biogenesis
Architecture: source all
Version: 0.8-1.1
Distribution: unstable
Urgency: low
Maintainer: Miriam Ruiz <[email protected]>
Changed-By: gregor herrmann <[email protected]>
Description: 
 biogenesis - artificial life program that simulates evolution of organisms
Closes: 683512
Changes: 
 biogenesis (0.8-1.1) unstable; urgency=low
 .
   * Non-maintainer upload.
   * Fix "Transition package to use default java implementation":
     apply patch from Ubuntu / James Page:
     Transition to use default java implementation:
     - d/control: Switch dependencies from openjdk-6-{jre|jdk} to
       default-{jre|jdk} versions, alternative runtime depedency
       on java6-runtime.
     - d/build.xml: Set source/target = 1.5 and specify encoding for
       java source files.
     (Closes: #683512)
Checksums-Sha1: 
 e362ff7bada8a7b323f0a1bab8c2b1832132fe87 1848 biogenesis_0.8-1.1.dsc
 28d15ac8a8f8e7584f9bd77e873623c69d20ca23 18025 
biogenesis_0.8-1.1.debian.tar.bz2
 3227e12c7400c579fcb83bfa5ef22a6d6599dbd7 332786 biogenesis_0.8-1.1_all.deb
Checksums-Sha256: 
 9b06b39d5b99b8bb43f4cab687cfc5e947d134f19098e1646da5be784b81986d 1848 
biogenesis_0.8-1.1.dsc
 210c41f43f376203a62d6b8304dcbd7b94a69177e52f9a4421457ad97acbee1e 18025 
biogenesis_0.8-1.1.debian.tar.bz2
 431338d2957590806409a96964c387e7c76cec8c392da1e921d3437ad21daf3d 332786 
biogenesis_0.8-1.1_all.deb
Files: 
 d21374d6b496ff2a9fb613f25d0d4aa2 1848 science optional biogenesis_0.8-1.1.dsc
 b3c7aa378560db14d782275b1a1ceb0a 18025 science optional 
biogenesis_0.8-1.1.debian.tar.bz2
 4e8e075568e0888ddfa64baacaa81b0c 332786 science optional 
biogenesis_0.8-1.1_all.deb

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

iQIcBAEBCAAGBQJRm8hKAAoJELs6aAGGSaoGCL8P/2lre6fkXlRryF/WmjqT6mN/
JP9ej3837HkEAm8JqEqZs8uUW4AwjYKLUBFVcSGaZvLYvJv9gE6BRF1Fo5wMwQlN
SU+GwXQsodMp+JniKGzYJIhbTRWxNqQSBkAEjuUK0+ouFBcqdQDMxv7UmEFgHG3h
HMHrMQoNKzpwGiFbEAHcxca4xdUu7AaSUS5P39c59sDycFL9v/RThzSb7a5BuD1I
y3snX4uOGKpicGRKvqUc+n2v3CTbLygA82PyoCfMjk/9AYtd9b4ZsM1m+ZKaUGMl
A1qS0UQq4xOevH0TklObhzhuPLuP5ZQMSKmHY5ZLwsNdCXmwIWg3bLFPEYmoKkDu
ZA0rMunS3vjh+G119eNh3ibkVKe4Gmg0RuWKhi2TZciZSLynr/RNzYPworAd6l6x
I5tKvS6xHVolr7bI1djwj7FlL8cXLo6qyoakOyDWV3rdugcb0mRf/YovvvJbxdfB
fh+pjsDyUdEVVbY4CqBjvuCj2d/DBU/CeP3yBJe9Tk4JqB6GuvBSzuGlwNNuhuTd
cbX3trxNZ5AT26dUoBYjJEOgaI64cnEA6qHsVnq7zDhiTfz/M5S8Oa+WNpgwEwpE
SeC5RokPjqA6DKyH6rmydpBuWq8iSHEidEPcL6ss5VTsK3PgufpJJPSdgnC0gDWl
QcgovAHDXPQZhxfH5Wb/
=+iQ5
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to