[lombok] 04/09: Set lombok.version to 1.16.6
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 4cf5269b03cac3db2c770d59ee9fc1a5557cf77e
Author: Markus Koschany <apo at debian.org>
Date: Wed Feb 17 15:59:20 2016 +0100
Set lombok.version to 1.16.6
---
debian/rules | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
diff --git a/debian/rules b/debian/rules
index 764bc4a..7d10bbb 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,6 +1,5 @@
#!/usr/bin/make -f
-include /usr/share/dpkg/default.mk
export JAVA_HOME=/usr/lib/jvm/default-java
%:
@@ -11,11 +10,13 @@ override_dh_auto_clean:
ant -Dbasedir=$(CURDIR) clean
override_dh_auto_build:
- ant -Dbasedir=$(CURDIR) dist dist-utils
+ ant -Dbasedir=$(CURDIR) \
+ -Dlombok.version=1.16.6 \
+ dist dist-utils
ant \
-Dbasedir=$(CURDIR) \
-buildfile buildScripts/website.ant.xml \
- -Dlombok.version=$(DEB_VERSION_UPSTREAM) \
+ -Dlombok.version=1.16.6 \
javadoc
override_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