[josm-plugins] 182/369: Fix debian/rules
    Bas Couwenberg 
    sebastic at xs4all.nl
       
    Sat Oct 18 12:03:40 UTC 2014
    
    
  
This is an automated email from the git hooks/post-receive script.
sebastic-guest pushed a commit to branch master
in repository josm-plugins.
commit 2df9c519944e94e9c3da072cb6f0f52bf60203b5
Author: David Paleino <dapal at debian.org>
Date:   Tue Oct 12 22:47:54 2010 +0200
    Fix debian/rules
---
 debian/rules | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
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
-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/josm-plugins.git
    
    
More information about the Pkg-grass-devel
mailing list