[Pkg-osm-commits] [SCM] osmosis branch, master, updated. debian/0.39+ds1-3-3-g4160b16

David Paleino dapal at debian.org
Sat Oct 1 19:33:35 UTC 2011


The following commit has been merged in the master branch:
commit 4160b1645a8f95733f9e52d84cca8e2d96413d7b
Author: David Paleino <dapal at debian.org>
Date:   Sat Oct 1 21:33:31 2011 +0200

    02-fix_plexus.patch: use ${app.home} instead of hardcoding osmosis path.

diff --git a/debian/changelog b/debian/changelog
index ec71240..5d07996 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,8 +3,10 @@ osmosis (0.39+ds1-4) UNRELEASED; urgency=low
   * 00-fix_build_system.patch updated: don't hardcode version number
     in jar filenames.
   * 01-fix_launcher.patch fixed: osmosis.jar doesn't exist anymore.
+  * 02-fix_plexus.patch: use ${app.home} instead of hardcoding osmosis
+    path.
 
- -- David Paleino <dapal at debian.org>  Sat, 01 Oct 2011 21:32:04 +0200
+ -- David Paleino <dapal at debian.org>  Sat, 01 Oct 2011 21:33:15 +0200
 
 osmosis (0.39+ds1-3) unstable; urgency=low
 
diff --git a/debian/patches/02-fix_plexus.patch b/debian/patches/02-fix_plexus.patch
index ceece6a..9ed710c 100644
--- a/debian/patches/02-fix_plexus.patch
+++ b/debian/patches/02-fix_plexus.patch
@@ -29,4 +29,4 @@ Forwarded: not-needed
 +load /usr/share/java/batik-ext.jar
 +load /usr/share/java/protobuf.jar
 +load /usr/share/java/osmpbf.jar
-+load /usr/share/osmosis/*-0.39.jar
++load ${app.home}/*-0.39.jar

-- 
Osmosis, an OSM data processor



More information about the Pkg-osm-commits mailing list