[osmosis] 24/28: Skip checkstyleMain, checkstyleTest, jdependMain, jdependTest & test tasks.
    Bas Couwenberg 
    sebastic at xs4all.nl
       
    Sun Apr  6 01:47:09 UTC 2014
    
    
  
This is an automated email from the git hooks/post-receive script.
sebastic-guest pushed a commit to branch master
in repository osmosis.
commit f9b1033d583d800095358d7893985ddb3e90c59d
Author: Bas Couwenberg <sebastic at xs4all.nl>
Date:   Sun Mar 16 20:42:34 2014 +0100
    Skip checkstyleMain, checkstyleTest, jdependMain, jdependTest & test tasks.
---
 debian/rules | 10 ++++++++--
 1 file changed, 8 insertions(+), 2 deletions(-)
diff --git a/debian/rules b/debian/rules
index ac00189..18b4c98 100755
--- a/debian/rules
+++ b/debian/rules
@@ -15,10 +15,16 @@ debian/osmosis.1: debian/osmosis.xml
 	dh $@ --with maven_repo_helper --parallel
 
 override_dh_auto_build:
-	gradle --offline --no-daemon --gradle-user-home debian/gradle-user-home build
+	gradle --offline --no-daemon \
+	       --gradle-user-home debian/gradle-user-home \
+	       build -x checkstyleMain -x checkstyleTest \
+	             -x jdependMain    -x jdependTest \
+	             -x test
 
 override_dh_clean:
-	gradle --offline --no-daemon --gradle-user-home debian/gradle-user-home clean -x build
+	gradle --offline --no-daemon \
+	       --gradle-user-home debian/gradle-user-home \
+	       clean -x build
 
 	rm -rfv .gradle package/lib debian/gradle-user-home
 
-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/osmosis.git
    
    
More information about the Pkg-grass-devel
mailing list