This is an automated email from the git hooks/post-receive script. apo pushed a commit to branch master in repository josql.
commit 8888587763eeae318b2005f1fcf57fabc0bcdcef Author: Markus Koschany <[email protected]> Date: Sun Dec 17 17:12:45 2017 +0100 wrap-and-sort -sa. --- debian/control | 30 +++++++++++++++++++++--------- debian/copyright | 2 -- 2 files changed, 21 insertions(+), 11 deletions(-) diff --git a/debian/control b/debian/control index ba1b86b..32256e8 100644 --- a/debian/control +++ b/debian/control @@ -2,10 +2,17 @@ Source: josql Section: java Priority: optional Maintainer: Debian Java Maintainers <[email protected]> -Uploaders: Damien Raude-Morvan <[email protected]> -Build-Depends: debhelper (>= 10), default-jdk, maven-repo-helper (>= 1.5), - libgentlyweb-utils-java, ant, javacc -Build-Depends-Indep: default-jdk-doc +Uploaders: + Damien Raude-Morvan <[email protected]> +Build-Depends: + ant, + debhelper (>= 10), + default-jdk, + javacc, + libgentlyweb-utils-java, + maven-repo-helper (>= 1.5) +Build-Depends-Indep: + default-jdk-doc Standards-Version: 3.9.2 Vcs-Git: https://anonscm.debian.org/git/pkg-java/josql.git Vcs-Browser: https://anonscm.debian.org/git/pkg-java/josql.git @@ -13,8 +20,10 @@ Homepage: http://josql.sourceforge.net/ Package: libjosql-java Architecture: all -Depends: ${misc:Depends}, -Suggests: libjosql-java-doc +Depends: + ${misc:Depends} +Suggests: + libjosql-java-doc Description: library to apply SQL-like syntax to Java objects JoSQL (SQL for Java Objects) provides the ability for a developer to apply a SQL statement to a collection of Java Objects. JoSQL provides the ability @@ -24,9 +33,12 @@ Description: library to apply SQL-like syntax to Java objects Package: libjosql-java-doc Architecture: all Section: doc -Depends: ${misc:Depends} -Recommends: default-jdk-doc -Suggests: libjosql-java +Depends: + ${misc:Depends} +Recommends: + default-jdk-doc +Suggests: + libjosql-java Description: Documentation - library to apply SQL-like syntax to Java objects JoSQL (SQL for Java Objects) provides the ability for a developer to apply a SQL statement to a collection of Java Objects. JoSQL provides the ability diff --git a/debian/copyright b/debian/copyright index ebbcdb8..5fd38f1 100644 --- a/debian/copyright +++ b/debian/copyright @@ -14,5 +14,3 @@ License: Apache-2.0 License: Apache-2.0 On Debian GNU/Linux system you can find the complete text of the Apache-2.0 license in '/usr/share/common-licenses/Apache-2.0' - - -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/josql.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

