[jmapviewer] 10/13: Refresh patches.
Sebastiaan Couwenberg
sebastic at moszumanska.debian.org
Fri Oct 9 09:40:54 UTC 2015
This is an automated email from the git hooks/post-receive script.
sebastic pushed a commit to branch master
in repository jmapviewer.
commit 82a5ce25caa1678b8c649b001994559cadf150b9
Author: Bas Couwenberg <sebastic at xs4all.nl>
Date: Fri Oct 9 10:53:39 2015 +0200
Refresh patches.
---
debian/patches/01-build_less.patch | 3 ++-
debian/patches/03-use-installed-library-in-demo.patch | 3 ++-
2 files changed, 4 insertions(+), 2 deletions(-)
diff --git a/debian/patches/01-build_less.patch b/debian/patches/01-build_less.patch
index 946860b..17eed95 100644
--- a/debian/patches/01-build_less.patch
+++ b/debian/patches/01-build_less.patch
@@ -5,13 +5,14 @@ Last-Update: 2011-11-19
Adjustment to the ant build.xml file. Only building the components required for
this Debian package.
+
--- a/build.xml
+++ b/build.xml
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<project default="all" name="Compile and build java classes plus jar archives">
-- <target name="all" depends="clean,build,svn_info,pack,create_run_jar,create_release_zip,create_source_release_zip" />
+- <target name="all" depends="clean,build,svn_info,pack,create_run_jar,create_release_zip,create_source_release_zip,findbugs,checkstyle,javadoc" />
+ <target name="all" depends="clean,build,svn_info,pack,create_run_jar" />
<target name="clean">
diff --git a/debian/patches/03-use-installed-library-in-demo.patch b/debian/patches/03-use-installed-library-in-demo.patch
index 62c24a9..f6c56d0 100644
--- a/debian/patches/03-use-installed-library-in-demo.patch
+++ b/debian/patches/03-use-installed-library-in-demo.patch
@@ -5,6 +5,7 @@ Last-Update: 2013-03-15
Adjustment to the ant build.xml file. Using the system wide jmapviewer.jar
library for the JMapViewer_Demo application.
+
--- a/build.xml
+++ b/build.xml
@@ -50,7 +50,7 @@
@@ -12,7 +13,7 @@ library for the JMapViewer_Demo application.
<manifest>
<attribute name="Main-Class" value="org.openstreetmap.gui.jmapviewer.Demo" />
- <attribute name="Class-Path" value="JMapViewer.jar" />
-+ <attribute name="Class-Path" value="/usr/share/java/jmapviewer.jar" />
++ <attribute name="Class-Path" value="/usr/share/java/jmapviewer.jar" />
</manifest>
</jar>
</target>
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/jmapviewer.git
More information about the Pkg-grass-devel
mailing list