This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository java3d.
commit fc22f57855bfba017082867e3b30c256b20dddbf Author: Emmanuel Bourg <[email protected]> Date: Thu Mar 8 10:23:21 2018 +0100 Wrap and sort --- debian/control | 22 +++++++++++++--------- 1 file changed, 13 insertions(+), 9 deletions(-) diff --git a/debian/control b/debian/control index 434b853..c85a9c4 100644 --- a/debian/control +++ b/debian/control @@ -2,28 +2,32 @@ Source: java3d Section: java Priority: optional Maintainer: Debian Java Maintainers <[email protected]> -Uploaders: Onkar Shinde <[email protected]>, +Uploaders: + Onkar Shinde <[email protected]>, Emmanuel Bourg <[email protected]>, Torsten Werner <[email protected]> -Build-Depends: debhelper (>= 11), - default-jdk, +Build-Depends: ant-optional, - libvecmath-java, + debhelper (>= 11), + default-jdk, javahelper, - mesa-common-dev, libgl1-mesa-dev, + libvecmath-java, libxext-dev, - libxt-dev + libxt-dev, + mesa-common-dev Standards-Version: 4.1.3 -Homepage: http://java3d.java.net Vcs-Git: https://anonscm.debian.org/git/pkg-java/java3d.git Vcs-Browser: https://anonscm.debian.org/cgit/pkg-java/java3d.git +Homepage: http://java3d.java.net Package: libjava3d-java Architecture: all Suggests: libjava3d-java-doc -Depends: ${misc:Depends}, libjava3d-jni (>= ${source:Version}), - libvecmath-java +Depends: + libjava3d-jni (>= ${source:Version}), + libvecmath-java, + ${misc:Depends} Description: Java 3D API (java library) The Java 3D API enables the creation of three-dimensional graphics applications and Internet-based 3D applets. It provides high-level -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/java3d.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

