This is an automated email from the git hooks/post-receive script. sebastic pushed a commit to branch master in repository josm.
commit 1b51edaa02f036d61d923d4c365aa1af2bf1e2e1 Author: Bas Couwenberg <[email protected]> Date: Fri Jan 1 01:12:18 2016 +0100 Fix custom-epsg file generation due to missing JMapViewer classes. Empty file caused 'Unknown projection code' error at startup. epsg build target now also includes packaged JARs in its classpath. --- debian/changelog | 8 ++++++++ debian/patches/00-build.patch | 8 ++++++++ 2 files changed, 16 insertions(+) diff --git a/debian/changelog b/debian/changelog index 2b87456..4daa92e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,11 @@ +josm (0.0.svn9229+dfsg-2) UNRELEASED; urgency=medium + + * Fix custom-epsg file generation due to missing JMapViewer classes. + Empty file caused 'Unknown projection code' error at startup. + epsg build target now also includes packaged JARs in its classpath. + + -- Bas Couwenberg <[email protected]> Fri, 01 Jan 2016 01:10:32 +0100 + josm (0.0.svn9229+dfsg-1) unstable; urgency=medium * New hotfix tested snapshot. diff --git a/debian/patches/00-build.patch b/debian/patches/00-build.patch index 42626e3..ff881b3 100644 --- a/debian/patches/00-build.patch +++ b/debian/patches/00-build.patch @@ -156,6 +156,14 @@ Forwarded: not-needed </target> <path id="test.classpath"> <fileset dir="${test.dir}/lib"> +@@ -658,6 +663,7 @@ Build-Date: ${build.tstamp} + <pathelement path="."/> + <pathelement path="build"/> + <pathelement path="build2"/> ++ <path refid="classpath"/> + </classpath> + </java> + </target> --- a/i18n/build.xml +++ b/i18n/build.xml @@ -1,7 +1,7 @@ -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/josm.git _______________________________________________ Pkg-grass-devel mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel

