Author: tille
Date: 2013-06-05 14:51:04 +0000 (Wed, 05 Jun 2013)
New Revision: 3099

Modified:
   packages/mkgmap/trunk/debian/patches/build_xml.patch
Log:
Problem with missing dependency libfastutil-java solved (ITP #711212); 
remaining missing dependency: 
https://github.com/osmandapp/OsmAnd-tools/blob/master/OsmAndMapCreator/src/crosby/binary/Osmformat.java


Modified: packages/mkgmap/trunk/debian/patches/build_xml.patch
===================================================================
--- packages/mkgmap/trunk/debian/patches/build_xml.patch        2013-06-05 
12:45:00 UTC (rev 3098)
+++ packages/mkgmap/trunk/debian/patches/build_xml.patch        2013-06-05 
14:51:04 UTC (rev 3099)
@@ -5,7 +5,11 @@
  I went until the point when I noticed that mkgmap needs a
  not yet packaged dependency
    http://fastutil.di.unimi.it/
- I'm working on packaging this first.
+ The packaging of this predependency is finished and was ITPed (#711212)
+ When installing libfastutil-java the build as way less error messages.
+ It seems the remaining precondition would be at
+   
https://github.com/osmandapp/OsmAnd-tools/blob/master/OsmAndMapCreator/src/crosby/binary/Osmformat.java
+ I need to check this out
 
 --- a/build.xml
 +++ b/build.xml
@@ -22,7 +26,7 @@
        <!-- For class paths -->
        <path id="compile.classpath">
 -              <fileset dir="${ivy.lib.dir}/compile" />
-+              <fileset dir="" /> <!-- "${deblib}/jebl.jar" -->
++              <fileset dir="${deblib}/" /> <!-- fastutil.jar -->
        </path>
        <path id="test.classpath">
                <fileset dir="${ivy.lib.dir}/test" />


_______________________________________________
Pkg-grass-devel mailing list
Pkg-grass-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel

Reply via email to