[lombok] 01/02: Remove maven-repo-helper.jar from runtime path.
Markus Koschany
apo-guest at moszumanska.debian.org
Tue Feb 16 13:36:19 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 1e6112ab5e5d49aa7b512a7e54e7fbd2a5c2a262
Author: Markus Koschany <apo at debian.org>
Date: Tue Feb 16 13:42:06 2016 +0100
Remove maven-repo-helper.jar from runtime path.
---
debian/rules | 8 +++++++-
1 file changed, 7 insertions(+), 1 deletion(-)
diff --git a/debian/rules b/debian/rules
index 629e142..e09172a 100755
--- a/debian/rules
+++ b/debian/rules
@@ -21,7 +21,13 @@ override_dh_auto_build:
override_jh_linkjars:
jh_linkjars
- $(RM) lib/runtime/ant* lib/runtime/ivy* lib/runtime/jdi* lib/runtime/jna* lib/runtime/spi*
+ $(RM) \
+ lib/runtime/ant* \
+ lib/runtime/ivy* \
+ lib/runtime/jdi* \
+ lib/runtime/jna* \
+ lib/runtime/spi* \
+ lib/runtime/maven*
get-orig-source:
uscan --download-current-version --force-download --repack --compression xz
--
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