r247 - in /packages/jeuclid/trunk/debian: README.Debian build.xml rules

sylvestre-guest at users.alioth.debian.org sylvestre-guest at users.alioth.debian.org
Sat Aug 16 12:09:57 UTC 2008


Author: sylvestre-guest
Date: Sat Aug 16 12:09:57 2008
New Revision: 247

URL: http://svn.debian.org/wsvn/debian-science/?sc=1&rev=247
Log:
more info + build with open jdk

Modified:
    packages/jeuclid/trunk/debian/README.Debian
    packages/jeuclid/trunk/debian/build.xml
    packages/jeuclid/trunk/debian/rules

Modified: packages/jeuclid/trunk/debian/README.Debian
URL: http://svn.debian.org/wsvn/debian-science/packages/jeuclid/trunk/debian/README.Debian?rev=247&op=diff
==============================================================================
--- packages/jeuclid/trunk/debian/README.Debian (original)
+++ packages/jeuclid/trunk/debian/README.Debian Sat Aug 16 12:09:57 2008
@@ -1,11 +1,12 @@
 jeuclid for Debian
 ------------------
 
-jeuclid is not ready to go into the Debian archive. It has two dependencies:
+jeuclid is not ready to go into the Debian archive. It has three dependencies:
 * libbatik-java version 1.7 (1.6 is in Debian) - See bug #490556
 * libxmlgraphics-commons-java version 1.3 (1.2.1 is in Debian) - See bug #490544
+* fop version 0.95 (0.94 is in Debian)
 
-I provided patches in order to update both of these dependencies.
+I provided patches in order to update both first of these dependencies.
 
 mathviewer has a dependency over the library AppleJavaExtensions: 
 http://developer.apple.com/samplecode/AppleJavaExtensions/index.html

Modified: packages/jeuclid/trunk/debian/build.xml
URL: http://svn.debian.org/wsvn/debian-science/packages/jeuclid/trunk/debian/build.xml?rev=247&op=diff
==============================================================================
--- packages/jeuclid/trunk/debian/build.xml (original)
+++ packages/jeuclid/trunk/debian/build.xml Sat Aug 16 12:09:57 2008
@@ -125,7 +125,7 @@
   <property name="full.build.output" value="${package.name}/${build.output}" />
 
     <mkdir dir="${full.build.output}"/>
-    <javac destdir="${full.build.output}" debug="true" deprecation="true" optimize="false">
+    <javac destdir="${full.build.output}" debug="true" deprecation="true" optimize="false" source="5">
       <src>
         <pathelement location="${package.name}/src/main/java"/>
 
@@ -145,7 +145,7 @@
   <property name="full.build.output" value="${package.name.mathviewer}/${build.output}" />
 
     <mkdir dir="${full.build.output}"/>
-    <javac destdir="${full.build.output}" debug="true" deprecation="true" optimize="false">
+    <javac destdir="${full.build.output}" debug="true" deprecation="true" optimize="false" source="5">
       <src>
         <pathelement location="${package.name.mathviewer}/src/main/java"/>
 
@@ -164,7 +164,7 @@
   <property name="full.build.output" value="${package.name.cli}/${build.output}" />
 
     <mkdir dir="${full.build.output}"/>
-    <javac destdir="${full.build.output}" debug="true" deprecation="true" optimize="false">
+    <javac destdir="${full.build.output}" debug="true" deprecation="true" optimize="false" source="5">
       <src>
         <pathelement location="${package.name.cli}/src/main/java"/>
 
@@ -180,7 +180,7 @@
   <property name="full.build.output" value="${package.name.fop}/${build.output}" />
 
     <mkdir dir="${full.build.output}"/>
-    <javac destdir="${full.build.output}" debug="true" deprecation="true" optimize="false">
+    <javac destdir="${full.build.output}" debug="true" deprecation="true" optimize="false" source="5">
       <src>
         <pathelement location="${package.name.fop}/src/main/java"/>
 

Modified: packages/jeuclid/trunk/debian/rules
URL: http://svn.debian.org/wsvn/debian-science/packages/jeuclid/trunk/debian/rules?rev=247&op=diff
==============================================================================
--- packages/jeuclid/trunk/debian/rules (original)
+++ packages/jeuclid/trunk/debian/rules Sat Aug 16 12:09:57 2008
@@ -4,7 +4,7 @@
 include /usr/share/cdbs/1/class/ant.mk
 include /usr/share/cdbs/1/rules/simple-patchsys.mk
 
-JAVA_HOME                  := /usr/lib/jvm/java-1.5.0-sun/
+JAVA_HOME                  := /usr/lib/jvm/java-6-openjdk
 DEB_ANT_BUILDFILE    	   := $(CURDIR)/debian/build.xml
 DEB_JARS                   := ant-nodeps junit commons-lang commons-cli fop
 DEB_ANT_BUILD_TARGET       := compile-core compile-mathviewer compile-cli compile-fop




More information about the debian-science-commits mailing list