This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository javaparser.
commit 246eb33a9066151e8d67a1c83d1c9473fdd30312 Author: Emmanuel Bourg <[email protected]> Date: Mon Jul 3 10:28:29 2017 +0200 Wrap and sort --- debian/control | 51 ++++++++++++++++++++++++++++----------------------- 1 file changed, 28 insertions(+), 23 deletions(-) diff --git a/debian/control b/debian/control index f2ecea2..c0880c9 100644 --- a/debian/control +++ b/debian/control @@ -3,8 +3,13 @@ Section: java Priority: optional Maintainer: Debian Java Maintainers <[email protected]> Uploaders: Benjamin Mesing <[email protected]> -Build-Depends: debhelper (>= 10), maven-debian-helper, libmaven-javadoc-plugin-java, libjavacc-maven-plugin-java, libbuild-helper-maven-plugin-java, junit4 -Build-Depends-Indep: default-jdk, default-jdk-doc +Build-Depends: + debhelper (>= 10), + junit4, + libbuild-helper-maven-plugin-java, + libjavacc-maven-plugin-java, + libmaven-javadoc-plugin-java, + maven-debian-helper Standards-Version: 4.0.0 Vcs-Git: https://anonscm.debian.org/git/pkg-java/javaparser.git Vcs-Browser: https://anonscm.debian.org/cgit/pkg-java/javaparser.git @@ -15,36 +20,36 @@ Architecture: all Depends: ${maven:Depends}, ${misc:Depends} Recommends: ${maven:OptionalDepends} Suggests: libjavaparser-java-doc -Description: Java library for parsing Java 1.5. - The library features abstract syntax tree (AST) generation and supports - the visitor pattern. The AST records the source code structure, javadoc - and comments. It is also possible to change the AST nodes or create new - ones to modify the source code. - . +Description: Java library for parsing Java 5 + The library features abstract syntax tree (AST) generation and supports + the visitor pattern. The AST records the source code structure, javadoc + and comments. It is also possible to change the AST nodes or create new + ones to modify the source code. + . Main features are: - * light weight - * good performance - * easy to use - * AST can be modified + * light weight + * good performance + * easy to use + * AST can be modified * AST can be created from scratc Package: libjavaparser-java-doc Architecture: all Section: doc Depends: ${maven:DocDepends}, ${misc:Depends} -Recommends: ${maven:DocOptionalDepends}, default-jdk-doc, librsyntaxtextarea-java-doc +Recommends: default-jdk-doc, librsyntaxtextarea-java-doc, ${maven:DocOptionalDepends} Suggests: libautocomplete-java -Description: Java library for parsing Java 1.5. - The library features abstract syntax tree (AST) generation and supports - the visitor pattern. The AST records the source code structure, javadoc - and comments. It is also possible to change the AST nodes or create new - ones to modify the source code. - . +Description: Java library for parsing Java 5 (documentation) + The library features abstract syntax tree (AST) generation and supports + the visitor pattern. The AST records the source code structure, javadoc + and comments. It is also possible to change the AST nodes or create new + ones to modify the source code. + . Main features are: - * light weight - * good performance - * easy to use - * AST can be modified + * light weight + * good performance + * easy to use + * AST can be modified * AST can be created from scratc . This package contains the API documentation of libjavaparser-java. -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/javaparser.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

