Package: biogenesis
Version: 0.8-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:

  * 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 <little_m...@yahoo.es>
 Uploaders: Joan Queralt Molina <joanq.biogene...@gmail.com>
 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

Reply via email to