This is an automated email from the git hooks/post-receive script. apo pushed a commit to branch master in repository lombok.
commit 61bf1b056221b9026cf1b0e45af3fba11749e80e Author: Markus Koschany <[email protected]> Date: Sat Apr 2 09:15:00 2016 +0200 wrap-and-sort -sa. --- debian/control | 42 ++++++++++++++++++++++++------------------ 1 file changed, 24 insertions(+), 18 deletions(-) diff --git a/debian/control b/debian/control index 58157c3..07ccc7b 100644 --- a/debian/control +++ b/debian/control @@ -2,22 +2,24 @@ Source: lombok Section: java Priority: optional Maintainer: Debian Java Maintainers <[email protected]> -Uploaders: Jakub Adam <[email protected]>, - Komal Sukhani <[email protected]> -Build-Depends: ant, - ant-optional, - cmdreader, - debhelper (>= 9~), - default-jdk, - eclipse-jdt, - eclipse-platform-data, - ivyplusplus, - javahelper, - libasm-java, - libjna-java, - liblombok-patcher-java, - libspi-java, - maven-repo-helper +Uploaders: + Jakub Adam <[email protected]>, + Komal Sukhani <[email protected]> +Build-Depends: + ant, + ant-optional, + cmdreader, + debhelper (>= 9~), + default-jdk, + eclipse-jdt, + eclipse-platform-data, + ivyplusplus, + javahelper, + libasm-java, + libjna-java, + liblombok-patcher-java, + libspi-java, + maven-repo-helper Standards-Version: 3.9.7 Homepage: https://projectlombok.org Vcs-Git: https://anonscm.debian.org/git/pkg-java/lombok.git @@ -25,7 +27,9 @@ Vcs-Browser: https://anonscm.debian.org/cgit/pkg-java/lombok.git Package: liblombok-java Architecture: all -Depends: ${java:Depends}, ${misc:Depends} +Depends: + ${java:Depends}, + ${misc:Depends} Description: Reduce boilerplate code in Java projects "Boilerplate" is a term used to describe code that is repeated in many parts of an application with little alteration. One of the most @@ -39,7 +43,9 @@ Description: Reduce boilerplate code in Java projects Package: liblombok-java-doc Architecture: all Section: doc -Depends: ${java:Depends}, ${misc:Depends} +Depends: + ${java:Depends}, + ${misc:Depends} Description: Reduce boilerplate code in Java projects (documentation) "Boilerplate" is a term used to describe code that is repeated in many parts of an application with little alteration. One of the most -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/lombok.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

