Codebase list osmosis / 7287926
00-fix_build_system.patch updated: don't hardcode version number in jar filenames. David Paleino 12 years ago
2 changed file(s) with 4 addition(s) and 2 deletion(s). Raw diff Collapse all Expand all
00 osmosis (0.39+ds1-4) UNRELEASED; urgency=low
11
2 * 00-fix_build_system.patch updated: don't hardcode version number
3 in jar filenames.
24 * 01-fix_launcher.patch fixed: osmosis.jar doesn't exist anymore.
35
4 -- David Paleino <dapal@debian.org> Sat, 01 Oct 2011 21:29:22 +0200
6 -- David Paleino <dapal@debian.org> Sat, 01 Oct 2011 21:32:04 +0200
57
68 osmosis (0.39+ds1-3) unstable; urgency=low
79
107107 <copy
108108 file="build/binary/${project.name}.jar"
109109 - tofile="distrib/jars/${project.name}-${project.version}.jar"/>
110 + tofile="${debian.dir}/../build/${project.name}-${project.version}.jar"/>
110 + tofile="${debian.dir}/../build/${project.name}.jar"/>
111111 </target>
112112
113113 <!-- Produces javadoc output from the source code. -->