This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository velocity.
commit 114f438b1a750c07bc4655e864b032859b81c756 Author: Emmanuel Bourg <[email protected]> Date: Tue Jun 21 15:43:38 2016 +0200 Wrap and sort --- debian/control | 42 +++++++++++++++++++++++++++++------------- 1 file changed, 29 insertions(+), 13 deletions(-) diff --git a/debian/control b/debian/control index b9d2f8e..200aca1 100644 --- a/debian/control +++ b/debian/control @@ -2,14 +2,30 @@ Source: velocity Section: java Priority: optional Maintainer: Debian Java Maintainers <[email protected]> -Uploaders: Ludovic Claude <[email protected]>, Brian Thomason <[email protected]> -Build-Depends: debhelper (>= 7.0.50~), cdbs, default-jdk, maven-debian-helper (>= 1.4) -Build-Depends-Indep: libmaven-javadoc-plugin-java, ant, - libcommons-collections3-java, libcommons-lang-java, - libcommons-logging-java, libexcalibur-logger-java, libjdom1-java (>= 1.0), - liblog4j1.2-java, liboro-java, libservlet2.5-java, libwerken.xpath-java, - junit, libhsqldb-java, ant-doc, default-jdk-doc, libcommons-logging-java-doc, - libjdom1-java-doc, liblog4j1.2-java-doc +Uploaders: Ludovic Claude <[email protected]>, + Brian Thomason <[email protected]> +Build-Depends: cdbs, + debhelper (>= 7.0.50~), + default-jdk, + maven-debian-helper (>= 1.4) +Build-Depends-Indep: ant, + ant-doc, + default-jdk-doc, + junit, + libcommons-collections3-java, + libcommons-lang-java, + libcommons-logging-java, + libcommons-logging-java-doc, + libexcalibur-logger-java, + libhsqldb-java, + libjdom1-java (>= 1.0), + libjdom1-java-doc, + liblog4j1.2-java, + liblog4j1.2-java-doc, + libmaven-javadoc-plugin-java, + liboro-java, + libservlet2.5-java, + libwerken.xpath-java Standards-Version: 3.9.3 Vcs-Git: https://anonscm.debian.org/git/pkg-java/velocity.git Vcs-Browser: https://anonscm.debian.org/cgit/pkg-java/velocity.git @@ -18,7 +34,7 @@ DM-Upload-Allowed: yes Package: velocity Architecture: all -Depends: ${misc:Depends}, ${maven:Depends} +Depends: ${maven:Depends}, ${misc:Depends} Recommends: ${maven:OptionalDepends} Suggests: velocity-doc Description: Java-based template engine for web application @@ -37,12 +53,12 @@ Description: Java-based template engine for web application Package: velocity-doc Architecture: all Section: doc -Depends: ${misc:Depends}, ${maven:DocDepends} +Depends: ${maven:DocDepends}, ${misc:Depends} Recommends: ${maven:DocOptionalDepends} Suggests: velocity Description: Documentation for velocity - Velocity is a Java-based template engine which is useful to develop - Model-View-Controller (MVC) model web application. It permits anyone + Velocity is a Java-based template engine which is useful to develop + Model-View-Controller (MVC) model web application. It permits anyone to use the simple yet powerful template language to reference objects - defined in Java code. This package provides documents and examples for + defined in Java code. This package provides documents and examples for velocity. -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/velocity.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

