This is an automated email from the git hooks/post-receive script. eighthave pushed a commit to branch master in repository ivyplusplus.
commit ff1af656ee37d543f22735b38067e7350d01c785 Author: Hans-Christoph Steiner <[email protected]> Date: Tue Dec 15 15:08:48 2015 +0100 add descriptions to patches --- debian/patches/expand_data_decorator_into_java_constructor.patch | 4 ++++ debian/patches/expand_sneakythrows_into_plain_java.patch | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/debian/patches/expand_data_decorator_into_java_constructor.patch b/debian/patches/expand_data_decorator_into_java_constructor.patch index 4f40a7f..a22cfc4 100644 --- a/debian/patches/expand_data_decorator_into_java_constructor.patch +++ b/debian/patches/expand_data_decorator_into_java_constructor.patch @@ -1,3 +1,7 @@ +Description: lombok's @Data decorator is not yet working + This is a temporary hack until someone gets lombok's @Data + decorator working in this context. + --- a/src/com/zwitserloot/ivyplusplus/EnsureVersion.java +++ b/src/com/zwitserloot/ivyplusplus/EnsureVersion.java @@ -25,7 +25,6 @@ diff --git a/debian/patches/expand_sneakythrows_into_plain_java.patch b/debian/patches/expand_sneakythrows_into_plain_java.patch index d2bc9e4..c5c6fdd 100644 --- a/debian/patches/expand_sneakythrows_into_plain_java.patch +++ b/debian/patches/expand_sneakythrows_into_plain_java.patch @@ -1,3 +1,7 @@ +Description: lombok's @SneakyThrow decorator is not yet working + This is a temporary hack until someone gets lombok's @SneakyThrow + decorator working in this context. + --- a/src/com/zwitserloot/ivyplusplus/mavencentral/CreateArtifactBundle.java +++ b/src/com/zwitserloot/ivyplusplus/mavencentral/CreateArtifactBundle.java @@ -34,8 +34,8 @@ -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/ivyplusplus.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

