[DebianGIS-dev] [SCM] josm-plugins branch, master, updated. debian/0.0.svn22363-1-37-gb3d3d09

David Paleino dapal at debian.org
Tue Oct 12 21:47:09 UTC 2010


The following commit has been merged in the master branch:
commit 2df9c519944e94e9c3da072cb6f0f52bf60203b5
Author: David Paleino <dapal at debian.org>
Date:   Tue Oct 12 22:47:54 2010 +0200

    Fix debian/rules

diff --git a/debian/rules b/debian/rules
index a74e686..f8a0b89 100755
--- a/debian/rules
+++ b/debian/rules
@@ -16,10 +16,10 @@ DESTDIR := ../tarballs/josm-plugins-${VERSION}
 DESTTGZ := ../tarballs/josm-plugins_${VERSION}.orig.tar.gz
 
 %:
-	dh $@ --with ant
+	dh $@
 
 override_dh_auto_build:
-	and -f $(CURDIR)/debian/master.xml build
+	ant -f $(CURDIR)/debian/master.xml build
 
 override_dh_auto_clean:
 	ant -f $(CURDIR)/debian/master.xml clean

-- 
Plugins for josm



More information about the Pkg-grass-devel mailing list