The following commit has been merged in the master branch:
commit 2df9c519944e94e9c3da072cb6f0f52bf60203b5
Author: David Paleino <[email protected]>
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
_______________________________________________
Pkg-grass-devel mailing list
[email protected]
http://lists.alioth.debian.org/mailman/listinfo/pkg-grass-devel