This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository libvldocking-java.
commit dd0f2808fe1ff5a9668a664df3a1442cec6e4cf8 Author: Emmanuel Bourg <[email protected]> Date: Wed Mar 28 13:53:07 2018 +0200 Wrap and sort --- debian/control | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) diff --git a/debian/control b/debian/control index c238ef9..f2fe638 100644 --- a/debian/control +++ b/debian/control @@ -2,17 +2,22 @@ Source: libvldocking-java Section: java Priority: optional Maintainer: Debian Java Maintainers <[email protected]> -Uploaders: Torsten Werner <[email protected]>, Varun Hiremath <[email protected]> -Build-Depends: cdbs, debhelper (>= 6) -Build-Depends-Indep: ant, default-jdk +Uploaders: + Torsten Werner <[email protected]>, + Varun Hiremath <[email protected]> +Build-Depends: + ant, + cdbs, + debhelper (>= 6), + default-jdk Standards-Version: 3.9.3 -Homepage: http://code.google.com/p/vldocking/ Vcs-Browser: https://anonscm.debian.org/cgit/pkg-java/libvldocking-java.git Vcs-Git: https://anonscm.debian.org/git/pkg-java/libvldocking-java.git +Homepage: http://code.google.com/p/vldocking/ Package: libvldocking-java Architecture: all -Depends: ${shlibs:Depends}, ${misc:Depends} +Depends: ${misc:Depends}, ${shlibs:Depends} Description: Java components for building applications with Docking capabilities An application can be divided into sub-sets: the "dockables". - Each Dockable can be precisely positionned by the user, by a drag and drop -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/libvldocking-java.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

