This is an automated email from the git hooks/post-receive script. apo-guest pushed a commit to branch master in repository felix-gogo-shell.
commit 3ad810cf6e4afc12e96c94f038538bbed92ffdcf Author: Markus Koschany <[email protected]> Date: Sat Nov 21 18:11:55 2015 +0100 wrap-and-sort -sa. --- debian/control | 52 ++++++++++++++++++----------- debian/libfelix-gogo-shell-java-doc.install | 1 - 2 files changed, 33 insertions(+), 20 deletions(-) diff --git a/debian/control b/debian/control index f224643..e27eaee 100644 --- a/debian/control +++ b/debian/control @@ -2,19 +2,25 @@ Source: felix-gogo-shell Section: java Priority: optional Maintainer: Debian Java Maintainers <[email protected]> -Uploaders: Damien Raude-Morvan <[email protected]> -Build-Depends: cdbs, debhelper (>= 9), default-jdk, maven-debian-helper -Build-Depends-Indep: default-jdk-doc, - junit4, - libfelix-gogo-runtime-java, - libfelix-gogo-runtime-java-doc, - libmaven-bundle-plugin-java, - libmaven-javadoc-plugin-java, - libosgi-compendium-java, - libosgi-compendium-java-doc, - libosgi-core-java, - libosgi-core-java-doc, - libsurefire-java +Uploaders: + Damien Raude-Morvan <[email protected]> +Build-Depends: + cdbs, + debhelper (>= 9), + default-jdk, + maven-debian-helper +Build-Depends-Indep: + default-jdk-doc, + junit4, + libfelix-gogo-runtime-java, + libfelix-gogo-runtime-java-doc, + libmaven-bundle-plugin-java, + libmaven-javadoc-plugin-java, + libosgi-compendium-java, + libosgi-compendium-java-doc, + libosgi-core-java, + libosgi-core-java-doc, + libsurefire-java Standards-Version: 3.9.4 Vcs-Git: git://git.debian.org/git/pkg-java/felix-gogo-shell.git Vcs-Browser: http://git.debian.org/?p=pkg-java/felix-gogo-shell.git @@ -22,9 +28,13 @@ Homepage: http://felix.apache.org/site/apache-felix-gogo.html Package: libfelix-gogo-shell-java Architecture: all -Depends: ${maven:Depends}, ${misc:Depends} -Recommends: ${maven:OptionalDepends} -Suggests: libfelix-gogo-shell-java-doc +Depends: + ${maven:Depends}, + ${misc:Depends} +Recommends: + ${maven:OptionalDepends} +Suggests: + libfelix-gogo-shell-java-doc Description: Apache Felix Gogo Shell bundle Apache Felix Gogo is a subproject of Apache Felix implementing the OSGi RFC 147, which describes a standard shell for OSGi-based environments. @@ -35,9 +45,13 @@ Description: Apache Felix Gogo Shell bundle Package: libfelix-gogo-shell-java-doc Architecture: all Section: doc -Depends: ${maven:DocDepends}, ${misc:Depends} -Recommends: ${maven:DocOptionalDepends} -Suggests: libfelix-gogo-shell-java +Depends: + ${maven:DocDepends}, + ${misc:Depends} +Recommends: + ${maven:DocOptionalDepends} +Suggests: + libfelix-gogo-shell-java Description: Documentation for Apache Felix Gogo Shell bundle Apache Felix Gogo is a subproject of Apache Felix implementing the OSGi RFC 147, which describes a standard shell for OSGi-based environments. diff --git a/debian/libfelix-gogo-shell-java-doc.install b/debian/libfelix-gogo-shell-java-doc.install index 81b9d39..feb1757 100644 --- a/debian/libfelix-gogo-shell-java-doc.install +++ b/debian/libfelix-gogo-shell-java-doc.install @@ -1,2 +1 @@ - target/apidocs/* usr/share/doc/libfelix-gogo-shell-java/api -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/felix-gogo-shell.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

