This is an automated email from the git hooks/post-receive script. apo-guest pushed a commit to branch master in repository felix-framework.
commit 5b3a9101d4b1c016949105c8f0596ec0dd3734c7 Author: Markus Koschany <[email protected]> Date: Fri Feb 6 15:01:21 2015 +0100 wrap-and-sort -sa --- debian/control | 41 +++++++++++++++++++++++++---------------- 1 file changed, 25 insertions(+), 16 deletions(-) diff --git a/debian/control b/debian/control index d04e72b..d3f3463 100644 --- a/debian/control +++ b/debian/control @@ -2,17 +2,19 @@ Source: felix-framework Section: java Priority: optional Maintainer: Debian Java Maintainers <[email protected]> -Uploaders: Yulia Novozhilova <[email protected]>, - Damien Raude-Morvan <[email protected]> -Build-Depends: cdbs, - debhelper (>= 9), - default-jdk, - libmaven-bundle-plugin-java, - libmaven-javadoc-plugin-java, - libmaven-source-plugin-java, - libosgi-compendium-java, - libosgi-core-java, - maven-debian-helper (>= 1.4) +Uploaders: + Yulia Novozhilova <[email protected]>, + Damien Raude-Morvan <[email protected]> +Build-Depends: + cdbs, + debhelper (>= 9), + default-jdk, + libmaven-bundle-plugin-java, + libmaven-javadoc-plugin-java, + libmaven-source-plugin-java, + libosgi-compendium-java, + libosgi-core-java, + maven-debian-helper (>= 1.4) Standards-Version: 3.9.6 Vcs-Git: git://anonscm.debian.org/pkg-java/felix-framework.git Vcs-Browser: http://anonscm.debian.org/cgit/pkg-java/felix-framework.git @@ -20,9 +22,13 @@ Homepage: http://felix.apache.org/site/apache-felix-framework.html Package: libfelix-framework-java Architecture: all -Depends: ${maven:Depends}, ${misc:Depends} -Recommends: ${maven:OptionalDepends} -Suggests: libfelix-framework-java-doc +Depends: + ${maven:Depends}, + ${misc:Depends} +Recommends: + ${maven:OptionalDepends} +Suggests: + libfelix-framework-java-doc Description: Felix Framework subproject The Felix Framework subproject is an implementation of the OSGi R4.2 core framework specification. @@ -30,8 +36,11 @@ Description: Felix Framework subproject Package: libfelix-framework-java-doc Architecture: all Section: doc -Depends: ${maven:DocDepends}, ${misc:Depends} -Recommends: ${maven:DocOptionalDepends} +Depends: + ${maven:DocDepends}, + ${misc:Depends} +Recommends: + ${maven:DocOptionalDepends} Description: Javadoc API documentation for the Felix Framework subproject The Felix Framework subproject is an implementation of the OSGi R4.2 core framework specification. -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/felix-framework.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

