This is an automated email from the git hooks/post-receive script. apo pushed a commit to branch master in repository jblas.
commit 75ed0525fd432b41ddfb43ecbf21b26a0c37bbd0 Author: Markus Koschany <[email protected]> Date: Mon Oct 23 18:51:46 2017 +0200 wrap-and-sort -sa. --- debian/control | 25 ++++++++++++++++--------- 1 file changed, 16 insertions(+), 9 deletions(-) diff --git a/debian/control b/debian/control index d1ab420..8064658 100644 --- a/debian/control +++ b/debian/control @@ -1,19 +1,21 @@ Source: jblas Priority: optional Maintainer: Debian Java Maintainers <[email protected]> -Uploaders: Soeren Sonnenburg <[email protected]>, +Uploaders: + Soeren Sonnenburg <[email protected]>, Torsten Werner <[email protected]>, tony mancill <[email protected]> Build-Depends: + ant-optional, debhelper (>= 10), default-jdk, - ant-optional, gfortran, + junit4, libatlas-base-dev, - ruby, locales, - junit4 -Build-Conflicts: locales-all + ruby +Build-Conflicts: + locales-all Standards-Version: 4.1.1 Section: science Homepage: http://jblas.org @@ -22,8 +24,11 @@ Vcs-Browser: https://anonscm.debian.org/git/pkg-java/jblas.git Package: jblas Architecture: linux-any -Depends: ${shlibs:Depends}, ${misc:Depends} -Suggests: jblas-doc +Depends: + ${misc:Depends}, + ${shlibs:Depends} +Suggests: + jblas-doc Description: fast linear algebra library for Java jblas is a fast linear algebra library for Java. jblas is essentially a light-weight wrapper around BLAS and LAPACK routines, the @@ -35,8 +40,10 @@ Description: fast linear algebra library for Java Package: jblas-doc Architecture: all -Depends: ${misc:Depends} -Recommends: jblas +Depends: + ${misc:Depends} +Recommends: + jblas Section: doc Description: fast linear algebra library for Java jblas is a fast linear algebra library for Java. jblas is essentially -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/jblas.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

