r35927 - in /packages/jhdf/trunk/debian: changelog patches/source15.diff

sylvestre-guest at users.alioth.debian.org sylvestre-guest at users.alioth.debian.org
Wed Oct 28 17:56:17 UTC 2009


Author: sylvestre-guest
Date: Wed Oct 28 17:56:17 2009
New Revision: 35927

URL: http://svn.debian.org/wsvn/debian-science/?sc=1&rev=35927
Log:
  * Build using -target 1.5 to run under a JVM 1.5

Added:
    packages/jhdf/trunk/debian/patches/source15.diff
Modified:
    packages/jhdf/trunk/debian/changelog

Modified: packages/jhdf/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/debian-science/packages/jhdf/trunk/debian/changelog?rev=35927&op=diff
==============================================================================
--- packages/jhdf/trunk/debian/changelog (original)
+++ packages/jhdf/trunk/debian/changelog Wed Oct 28 17:56:17 2009
@@ -1,3 +1,9 @@
+jhdf (2.5-4) unstable; urgency=low
+
+  * Build using -target 1.5 to run under a JVM 1.5
+
+ -- Sylvestre Ledru <sylvestre at debian.org>  Wed, 28 Oct 2009 18:15:43 +0100
+
 jhdf (2.5-3) unstable; urgency=low
 
   * libjhdf5-java & libjhdf4-java had missing dependencies against,

Added: packages/jhdf/trunk/debian/patches/source15.diff
URL: http://svn.debian.org/wsvn/debian-science/packages/jhdf/trunk/debian/patches/source15.diff?rev=35927&op=file
==============================================================================
--- packages/jhdf/trunk/debian/patches/source15.diff (added)
+++ packages/jhdf/trunk/debian/patches/source15.diff Wed Oct 28 17:56:17 2009
@@ -1,0 +1,96 @@
+diff -ur jhdf-2.5.obsolete.0.262725480673001/examples/datasets/Makefile.in jhdf-2.5.obsolete.0.958577492115186/examples/datasets/Makefile.in
+--- jhdf-2.5.obsolete.0.262725480673001/examples/datasets/Makefile.in	2008-12-04 21:45:37.000000000 +0100
++++ jhdf-2.5.obsolete.0.958577492115186/examples/datasets/Makefile.in	2009-10-28 18:11:33.000000000 +0100
+@@ -19,7 +19,7 @@
+ .SUFFIXES: .java .class
+ 
+ .java.class:
+-	$(JAVAC) -classpath $(CLASSPATH) $<
++	$(JAVAC) -target 1.5 -classpath $(CLASSPATH) $<
+ 
+ all: H5Ex_D_Alloc H5Ex_D_Checksum H5Ex_D_Chunk H5Ex_D_Compact H5Ex_D_External H5Ex_D_FillValue H5Ex_D_Gzip \
+   H5Ex_D_Hyperslab H5Ex_D_ReadWrite H5Ex_D_Shuffle H5Ex_D_Szip H5Ex_D_UnlimitedAdd H5Ex_D_UnlimitedGzip H5Ex_D_UnlimitedMod
+diff -ur jhdf-2.5.obsolete.0.262725480673001/examples/datatypes/Makefile.in jhdf-2.5.obsolete.0.958577492115186/examples/datatypes/Makefile.in
+--- jhdf-2.5.obsolete.0.262725480673001/examples/datatypes/Makefile.in	2008-12-04 21:45:37.000000000 +0100
++++ jhdf-2.5.obsolete.0.958577492115186/examples/datatypes/Makefile.in	2009-10-28 18:11:33.000000000 +0100
+@@ -19,7 +19,7 @@
+ .SUFFIXES: .java .class
+ 
+ .java.class:
+-	$(JAVAC) -classpath $(CLASSPATH) $<
++	$(JAVAC) -target 1.5 -classpath $(CLASSPATH) $<
+ 
+ all: H5Ex_T_Array H5Ex_T_ArrayAttribute H5Ex_T_Bit H5Ex_T_BitAttribute H5Ex_T_Commit H5Ex_T_Compound \
+  H5Ex_T_CompoundAttribute H5Ex_T_Float H5Ex_T_FloatAttribute H5Ex_T_Integer H5Ex_T_IntegerAttribute H5Ex_T_ObjectReference \
+diff -ur jhdf-2.5.obsolete.0.262725480673001/examples/groups/Makefile.in jhdf-2.5.obsolete.0.958577492115186/examples/groups/Makefile.in
+--- jhdf-2.5.obsolete.0.262725480673001/examples/groups/Makefile.in	2008-12-04 21:45:36.000000000 +0100
++++ jhdf-2.5.obsolete.0.958577492115186/examples/groups/Makefile.in	2009-10-28 18:11:33.000000000 +0100
+@@ -19,7 +19,7 @@
+ .SUFFIXES: .java .class
+ 
+ .java.class:
+-	$(JAVAC) -classpath $(CLASSPATH) $<
++	$(JAVAC) -target 1.5 -classpath $(CLASSPATH) $<
+ 
+ all: H5Ex_G_Create H5Ex_G_Iterate
+ 
+diff -ur jhdf-2.5.obsolete.0.262725480673001/examples/intro/Makefile.in jhdf-2.5.obsolete.0.958577492115186/examples/intro/Makefile.in
+--- jhdf-2.5.obsolete.0.262725480673001/examples/intro/Makefile.in	2008-12-04 21:45:37.000000000 +0100
++++ jhdf-2.5.obsolete.0.958577492115186/examples/intro/Makefile.in	2009-10-28 18:11:33.000000000 +0100
+@@ -19,7 +19,7 @@
+ .SUFFIXES: .java .class
+ 
+ .java.class:
+-	$(JAVAC) -classpath $(CLASSPATH) $<
++	$(JAVAC) -target 1.5 -classpath $(CLASSPATH) $<
+ 
+ all: H5_CreateAttribute H5_CreateDataset H5_CreateFile H5_CreateGroup H5_CreateGroupAbsoluteRelative H5_CreateGroupDataset H5_ReadWrite
+ 
+diff -ur jhdf-2.5.obsolete.0.262725480673001/Makefile.in jhdf-2.5.obsolete.0.958577492115186/Makefile.in
+--- jhdf-2.5.obsolete.0.262725480673001/Makefile.in	2009-10-10 16:43:39.000000000 +0200
++++ jhdf-2.5.obsolete.0.958577492115186/Makefile.in	2009-10-28 18:11:32.000000000 +0100
+@@ -107,7 +107,7 @@
+ .SUFFIXES: .java .class
+ 
+ .java.class:
+-	$(JAVAC) -classpath $(CLASSPATH) $<
++	$(JAVAC) -target 1.5 -classpath $(CLASSPATH) $<
+ 
+ all: natives packages do-examples
+ 
+diff -ur jhdf-2.5.obsolete.0.262725480673001/test/linktest/Makefile.in jhdf-2.5.obsolete.0.958577492115186/test/linktest/Makefile.in
+--- jhdf-2.5.obsolete.0.262725480673001/test/linktest/Makefile.in	2007-10-11 23:28:28.000000000 +0200
++++ jhdf-2.5.obsolete.0.958577492115186/test/linktest/Makefile.in	2009-10-28 18:11:32.000000000 +0100
+@@ -18,7 +18,7 @@
+ .SUFFIXES: .java .class
+ 
+ .java.class:
+-	$(JAVAC) -classpath $(CLASSPATH) $<
++	$(JAVAC) -target 1.5 -classpath $(CLASSPATH) $<
+ 
+ all: TestHDF5Link TestHDF4Link
+ 
+diff -ur jhdf-2.5.obsolete.0.262725480673001/test/object/Makefile.in jhdf-2.5.obsolete.0.958577492115186/test/object/Makefile.in
+--- jhdf-2.5.obsolete.0.262725480673001/test/object/Makefile.in	2007-10-11 23:28:27.000000000 +0200
++++ jhdf-2.5.obsolete.0.958577492115186/test/object/Makefile.in	2009-10-28 18:11:32.000000000 +0100
+@@ -19,7 +19,7 @@
+ .SUFFIXES: .java .class
+ 
+ .java.class:
+-	$(JAVAC) -classpath $(CLASSPATH) $<
++	$(JAVAC) -target 1.5 -classpath $(CLASSPATH) $<
+ 
+ all: testh4file testh5file
+ 	chmod u+x runtests.sh
+diff -ur jhdf-2.5.obsolete.0.262725480673001/test/unittests/Makefile.in jhdf-2.5.obsolete.0.958577492115186/test/unittests/Makefile.in
+--- jhdf-2.5.obsolete.0.262725480673001/test/unittests/Makefile.in	2007-10-11 23:28:27.000000000 +0200
++++ jhdf-2.5.obsolete.0.958577492115186/test/unittests/Makefile.in	2009-10-28 18:11:33.000000000 +0100
+@@ -18,7 +18,7 @@
+ .SUFFIXES: .java .class
+ 
+ .java.class:
+-	$(JAVAC) -classpath $(CLASSPATH) $<
++	$(JAVAC) -target 1.5 -classpath $(CLASSPATH) $<
+ 
+ all:    AllH5ObjectTests.class \
+         AttributeTest.class \




More information about the debian-science-commits mailing list