This is an automated email from the git hooks/post-receive script. apo pushed a commit to branch experimental in repository libnetlib-java.
commit e9a01ac261fd497b4d9e930679566ab981aae45b Author: Markus Koschany <[email protected]> Date: Sun May 8 18:28:55 2016 +0200 wrap-and-sort -sa --- debian/control | 40 ++++++++++++++++++++++------------------ debian/copyright | 1 - debian/docs | 1 + 3 files changed, 23 insertions(+), 19 deletions(-) diff --git a/debian/control b/debian/control index e329d8c..9f267bf 100644 --- a/debian/control +++ b/debian/control @@ -1,20 +1,22 @@ Source: netlib-java Maintainer: Debian Java Maintainers <[email protected]> -Uploaders: Olivier Sallou <[email protected]>, - Andreas Tille <[email protected]> +Uploaders: + Olivier Sallou <[email protected]>, + Andreas Tille <[email protected]> Section: java Priority: optional -Build-Depends: debhelper (>= 9), - unzip, - f2j (>= 0.8.1+dfsg), - libjlapack-java (>= 0.8~dfsg-2), - default-jdk, - junit, - maven-debian-helper, - liblombok-java, - libplexus-compiler-java, - libstringtemplate4-java, - libnetlib-java +Build-Depends: + debhelper (>= 9), + default-jdk, + f2j (>= 0.8.1+dfsg), + junit, + libjlapack-java (>= 0.8~dfsg-2), + liblombok-java, + libnetlib-java, + libplexus-compiler-java, + libstringtemplate4-java, + maven-debian-helper, + unzip Standards-Version: 3.9.6 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-java/libnetlib-java.git Vcs-Git: https://anonscm.debian.org/git/pkg-java/libnetlib-java.git @@ -22,11 +24,13 @@ Homepage: https://github.com/fommil/netlib-java/ Package: libnetlib-java Architecture: all -Depends: ${misc:Depends}, - ${maven:Depends}, - f2j, - libjlapack-java -Suggests: ${maven:OptionalDepends} +Depends: + f2j, + libjlapack-java, + ${maven:Depends}, + ${misc:Depends} +Suggests: + ${maven:OptionalDepends} Description: collection of mission-critical software components for linear algebra systems Netlib is a collection of mission-critical software components for linear algebra systems (i.e. working with vectors or matrices). diff --git a/debian/copyright b/debian/copyright index cc84ef4..b3be8fe 100644 --- a/debian/copyright +++ b/debian/copyright @@ -65,4 +65,3 @@ License: GPL-2+ . On Debian systems, the complete text of the GNU General Public License version 2 can be found in "/usr/share/common-licenses/GPL-2". - diff --git a/debian/docs b/debian/docs index e69de29..8b13789 100644 --- a/debian/docs +++ b/debian/docs @@ -0,0 +1 @@ + -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/libnetlib-java.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

