This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository portlet-api-2.0-spec.
commit 7d46b0d5a6b59d6633bbc774943fc847227fb0e3 Author: Emmanuel Bourg <[email protected]> Date: Mon May 30 18:03:38 2016 +0200 Wrap and sort --- debian/control | 9 ++++++--- debian/copyright | 1 - debian/libportlet-api-2.0-spec-java-doc.install | 1 - 3 files changed, 6 insertions(+), 5 deletions(-) diff --git a/debian/control b/debian/control index f1571d8..30b19cb 100644 --- a/debian/control +++ b/debian/control @@ -4,7 +4,10 @@ Priority: optional Maintainer: Debian Java Maintainers <[email protected]> Uploaders: Damien Raude-Morvan <[email protected]> Build-Depends: debhelper (>= 9), default-jdk, maven-debian-helper (>= 2.0) -Build-Depends-Indep: libservlet3.1-java, default-jdk-doc, libservlet3.1-java-doc, libmaven-javadoc-plugin-java +Build-Depends-Indep: default-jdk-doc, + libmaven-javadoc-plugin-java, + libservlet3.1-java, + libservlet3.1-java-doc Standards-Version: 3.9.8 Vcs-Git: https://anonscm.debian.org/git/pkg-java/portlet-api-2.0-spec.git Vcs-Browser: https://anonscm.debian.org/cgit/pkg-java/portlet-api-2.0-spec.git @@ -12,7 +15,7 @@ Homepage: http://portals.apache.org/pluto/portlet-2.0-apidocs/ Package: libportlet-api-2.0-spec-java Architecture: all -Depends: ${misc:Depends}, ${maven:Depends} +Depends: ${maven:Depends}, ${misc:Depends} Recommends: ${maven:OptionalDepends} Description: Java Portlet Specification V2.0 The Java Portlet API version 2.0 developed by the Java Community Process @@ -27,7 +30,7 @@ Description: Java Portlet Specification V2.0 Package: libportlet-api-2.0-spec-java-doc Architecture: all Section: doc -Depends: ${misc:Depends}, ${maven:DocDepends} +Depends: ${maven:DocDepends}, ${misc:Depends} Recommends: ${maven:DocOptionalDepends} Suggests: libportlet-api-2.0-spec-java Description: Java Portlet Specification V2.0 - documentation diff --git a/debian/copyright b/debian/copyright index aa31c94..61189d6 100644 --- a/debian/copyright +++ b/debian/copyright @@ -14,4 +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' - diff --git a/debian/libportlet-api-2.0-spec-java-doc.install b/debian/libportlet-api-2.0-spec-java-doc.install index 6446865..0051dae 100644 --- a/debian/libportlet-api-2.0-spec-java-doc.install +++ b/debian/libportlet-api-2.0-spec-java-doc.install @@ -1,2 +1 @@ target/apidocs/* usr/share/doc/libportlet-api-2.0-spec-java/api - -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/portlet-api-2.0-spec.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

