[lombok] 06/09: Simplify override for dh_auto_build

Markus Koschany apo-guest at moszumanska.debian.org
Wed Feb 17 15:47:49 GMT 2016


This is an automated email from the git hooks/post-receive script.

apo-guest pushed a commit to branch master
in repository lombok.

commit c800352221b1e48821be5d100d3db1c9cdaf71e5
Author: Markus Koschany <apo at debian.org>
Date:   Wed Feb 17 16:05:30 2016 +0100

    Simplify override for dh_auto_build
---
 debian/rules | 7 +------
 1 file changed, 1 insertion(+), 6 deletions(-)

diff --git a/debian/rules b/debian/rules
index 7d10bbb..aa534a3 100755
--- a/debian/rules
+++ b/debian/rules
@@ -12,12 +12,7 @@ override_dh_auto_clean:
 override_dh_auto_build:
 	ant -Dbasedir=$(CURDIR) \
 		-Dlombok.version=1.16.6 \
-		dist dist-utils
-	ant \
-		-Dbasedir=$(CURDIR) \
-		-buildfile buildScripts/website.ant.xml \
-		-Dlombok.version=1.16.6 \
-		javadoc
+		dist dist-utils javadoc
 
 override_jh_linkjars:
 	jh_linkjars

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/lombok.git



More information about the pkg-java-commits mailing list