[lombok] 07/10: Update changelog. Do not include libecj-java classes in lombok.jar.
Markus Koschany
apo at moszumanska.debian.org
Sat Apr 2 08:30:33 UTC 2016
This is an automated email from the git hooks/post-receive script.
apo pushed a commit to branch master
in repository lombok.
commit 4fd23f51a5d1ef6d9dda2659b5dd84bf24070c0c
Author: Markus Koschany <apo at debian.org>
Date: Sat Apr 2 09:30:16 2016 +0200
Update changelog. Do not include libecj-java classes in lombok.jar.
---
debian/changelog | 1 +
debian/rules | 4 +++-
2 files changed, 4 insertions(+), 1 deletion(-)
diff --git a/debian/changelog b/debian/changelog
index 1f537b7..b035c6e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,6 +4,7 @@ lombok (1.16.8+ds-1) unstable; urgency=medium
* Imported Upstream version 1.16.8+ds.
* Switch B-D libasm4-java to libasm-java.
* Remove B-D ivy.
+ * Add new build-dependency libecj-java but do not include it in lombok.jar.
-- Markus Koschany <apo at debian.org> Fri, 01 Apr 2016 21:08:51 +0200
diff --git a/debian/rules b/debian/rules
index 15a2504..a2c3369 100755
--- a/debian/rules
+++ b/debian/rules
@@ -22,7 +22,9 @@ override_jh_linkjars:
lib/runtime/jdi* \
lib/runtime/jna* \
lib/runtime/spi* \
- lib/runtime/maven*
+ lib/runtime/maven* \
+ lib/runtime/ecj* \
+ lib/runtime/eclipse-ecj*
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