The following commit has been merged in the master branch:
commit c843ac2f054acde52f4a3a75aa40f0f1e804ddf9
Author: David Paleino <da...@debian.org>
Date:   Thu Apr 1 00:11:20 2010 +0200

    debian/patches/00-fix_build.patch added, fixes FTBFS because of missing 
file in upstream tarball

diff --git a/debian/changelog b/debian/changelog
index e488137..fffe98e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -10,12 +10,15 @@ osmosis (0.34-1) UNRELEASED; urgency=low
     - updated get-orig-source target to strip unwanted *.jar files
   * debian/copyright updated
   * debian/source/format added, using 3.0 (quilt)
+  * debian/patches/:
+    - 00-fix_build.patch added, fixes FTBFS because of missing file
+      in upstream tarball
 
   [ Giovanni Mascellani ]
   * debian/*: updated my email address
   * debian/watch: updated to new upstream distribution location
 
- -- David Paleino <da...@debian.org>  Thu, 01 Apr 2010 00:10:06 +0200
+ -- David Paleino <da...@debian.org>  Thu, 01 Apr 2010 00:10:50 +0200
 
 osmosis (0.31.2-2) unstable; urgency=low
 
diff --git a/debian/patches/00-fix_build.patch 
b/debian/patches/00-fix_build.patch
new file mode 100644
index 0000000..9edfa6a
--- /dev/null
+++ b/debian/patches/00-fix_build.patch
@@ -0,0 +1,19 @@
+From: David Paleino <da...@debian.org>
+Subject: fix FTBFS
+Forwarded: no
+
+---
+ build.xml |    2 --
+ 1 file changed, 2 deletions(-)
+
+--- osmosis.orig/build.xml
++++ osmosis/build.xml
+@@ -11,8 +11,6 @@
+       <property name="project.version.suffix" value=""/> <!-- Can be 
overriden to include extra info such as svn revision number. -->
+       <property name="project.version" value="0.34"/>
+       
+-      <import file="build_support/build-ivy.xml"/>
+-      
+       <!-- Define classpaths for each of the lib directories. -->
+       <path id="classpath.compile">
+               <fileset dir="lib/compile" includes="**/*.jar"/>
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..b75ec23
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+00-fix_build.patch

-- 
Osmosis, an OSM data processor

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

Reply via email to