tags 683512 + pending thanks Dear maintainer,
I've prepared an NMU for biogenesis (versioned as 0.8-1.1) and uploaded it to DELAYED/2. Please feel free to tell me if I should delay it longer. Regards. -- .''`. Homepage: http://info.comodo.priv.at/ - OpenPGP key 0xBB3A68018649AA06 : :' : Debian GNU/Linux user, admin, and developer - http://www.debian.org/ `. `' Member of VIBE!AT & SPI, fellow of the Free Software Foundation Europe `- NP: Solomon Burke: Soul Searchin'
diff -Nru biogenesis-0.8/debian/build.xml biogenesis-0.8/debian/build.xml
--- biogenesis-0.8/debian/build.xml 2011-03-07 20:02:43.000000000 +0100
+++ biogenesis-0.8/debian/build.xml 2013-05-21 21:13:10.000000000 +0200
@@ -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
--- biogenesis-0.8/debian/changelog 2011-03-10 22:06:55.000000000 +0100
+++ biogenesis-0.8/debian/changelog 2013-05-21 21:16:47.000000000 +0200
@@ -1,3 +1,18 @@
+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)
+
+ -- gregor herrmann <[email protected]> Tue, 21 May 2013 21:16:45 +0200
+
biogenesis (0.8-1) unstable; urgency=low
* Initial release. Closes: #617716
diff -Nru biogenesis-0.8/debian/control biogenesis-0.8/debian/control
--- biogenesis-0.8/debian/control 2011-02-27 23:36:16.000000000 +0100
+++ biogenesis-0.8/debian/control 2013-05-21 21:13:10.000000000 +0200
@@ -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
signature.asc
Description: Digital signature

