Author: tille
Date: 2013-06-05 12:45:00 +0000 (Wed, 05 Jun 2013)
New Revision: 3098

Added:
   packages/mkgmap/trunk/debian/patches/
   packages/mkgmap/trunk/debian/patches/build_xml.patch
   packages/mkgmap/trunk/debian/patches/series
Modified:
   packages/mkgmap/trunk/debian/changelog
Log:
http://fastutil.di.unimi.it/ needs to be packaged first ... I'm working on this


Modified: packages/mkgmap/trunk/debian/changelog
===================================================================
--- packages/mkgmap/trunk/debian/changelog      2013-06-05 09:41:00 UTC (rev 
3097)
+++ packages/mkgmap/trunk/debian/changelog      2013-06-05 12:45:00 UTC (rev 
3098)
@@ -1,5 +1,6 @@
 mkgmap (0.0.0+svn2640-1) UNRELEASED; urgency=low
 
+  * NOT FINISHED! http://fastutil.di.unimi.it/ needs to be packaged first
   * Team upload.
   * New upstream version
     Closes: #580170

Added: packages/mkgmap/trunk/debian/patches/build_xml.patch
===================================================================
--- packages/mkgmap/trunk/debian/patches/build_xml.patch                        
        (rev 0)
+++ packages/mkgmap/trunk/debian/patches/build_xml.patch        2013-06-05 
12:45:00 UTC (rev 3098)
@@ -0,0 +1,37 @@
+Author: Andreas Tille <ti...@debian.org>
+LastChanged: Wed, 05 Jun 2013 11:24:59 +0200
+Description: Leave out IVY dependency checker
+ Attention: This patch is most probably not yet finished.
+ 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.
+
+--- a/build.xml
++++ b/build.xml
+@@ -19,6 +19,7 @@
+               xmlns:ivy="antlib:org.apache.ivy.ant">
+ 
+       <!-- Set default javac target value -->
++      <property name="deblib" location="/usr/share/java"/>
+       <property name="ant.build.javac.target" value="1.6"/>
+       <property name="ant.build.javac.source" value="1.6"/>
+ 
+@@ -71,7 +72,7 @@
+ 
+       <!-- For class paths -->
+       <path id="compile.classpath">
+-              <fileset dir="${ivy.lib.dir}/compile" />
++              <fileset dir="" /> <!-- "${deblib}/jebl.jar" -->
+       </path>
+       <path id="test.classpath">
+               <fileset dir="${ivy.lib.dir}/test" />
+@@ -231,7 +232,7 @@
+       </target>
+ 
+       <!-- Compile the product itself (no tests). -->
+-      <target name="compile" depends="prepare, resolve-compile"
++      <target name="compile" depends="prepare"
+                                       description="main compilation">
+ 
+               <javac srcdir="${src}" destdir="${build.classes}" 
encoding="utf-8" debug="true" includeantruntime="false">

Added: packages/mkgmap/trunk/debian/patches/series
===================================================================
--- packages/mkgmap/trunk/debian/patches/series                         (rev 0)
+++ packages/mkgmap/trunk/debian/patches/series 2013-06-05 12:45:00 UTC (rev 
3098)
@@ -0,0 +1 @@
+build_xml.patch


_______________________________________________
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