[lombok-patcher] 03/08: d/rules: Remove -Dbasedir option. Not needed.
Markus Koschany
apo-guest at moszumanska.debian.org
Wed Feb 17 15:48:14 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-patcher.
commit e2dd526702762457aee20e7310df0d7bb1025d1d
Author: Markus Koschany <apo at debian.org>
Date: Tue Feb 16 23:30:54 2016 +0100
d/rules: Remove -Dbasedir option. Not needed.
---
debian/rules | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/debian/rules b/debian/rules
index 8c53536..aa4f175 100755
--- a/debian/rules
+++ b/debian/rules
@@ -7,10 +7,10 @@ export JAVA_HOME=/usr/lib/jvm/default-java
override_dh_auto_clean:
dh_auto_clean
- ant -Dbasedir=$(CURDIR) distclean
+ ant distclean
override_dh_auto_build:
- ant -Dbasedir=$(CURDIR) dist
+ ant dist
get-orig-source:
uscan --download-current-version --force-download
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/lombok-patcher.git
More information about the pkg-java-commits
mailing list