[Pkg-osm-commits] [SCM] jmapviewer branch, master, updated. upstream/0.0+svn29245+dfsg-12-g3ef149c

Andrew Harvey andrew.harvey4 at gmail.com
Fri Mar 15 10:13:45 UTC 2013


The following commit has been merged in the master branch:
commit 3ef149c87e42942079683b983662dc6b7ecd1ed7
Author: Andrew Harvey <andrew.harvey4 at gmail.com>
Date:   Fri Mar 15 21:11:04 2013 +1100

    Override dh_clean because it would call ant clean which fails due to the non-existent bin directory. Furthermore we debian/patches aren't applied at this point so we can't address the problem there either.

diff --git a/debian/rules b/debian/rules
index 4c23b1e..57de551 100755
--- a/debian/rules
+++ b/debian/rules
@@ -12,6 +12,9 @@ DESTTGZ := ../tarballs/jmapviewer_${VER}.orig.tar.gz
 %:
 	dh $@
 
+override_dh_auto_clean:
+	rm -rf $(CURDIR)/bin/*
+
 override_dh_auto_install:
 	dh_auto_install
 	install -m 644 $(CURDIR)/JMapViewer.jar $(CURDIR)/debian/jmapviewer/usr/share/java/jmapviewer-${SVNREV}.jar

-- 
Java OpenStreetMap Tile Viewer



More information about the Pkg-osm-commits mailing list