The following commit has been merged in the master branch:
commit 3ef149c87e42942079683b983662dc6b7ecd1ed7
Author: Andrew Harvey <andrew.harv...@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

_______________________________________________
Pkg-osm-commits mailing list
Pkg-osm-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-osm-commits

Reply via email to