This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository libjna-java.
commit 7c2a3206f4d0d4152a5807b2c63edf277cacd549 Author: Emmanuel Bourg <[email protected]> Date: Wed Oct 15 01:18:07 2014 +0200 Wrap and sort --- debian/control | 24 +++++++++++++++++------- 1 file changed, 17 insertions(+), 7 deletions(-) diff --git a/debian/control b/debian/control index 2b141c3..dcf37eb 100644 --- a/debian/control +++ b/debian/control @@ -2,11 +2,21 @@ Source: libjna-java Section: java Priority: optional Maintainer: Debian Java maintainers <[email protected]> -Uploaders: Jan Dittberner <[email protected]>, - Ludovic Claude <[email protected]>, Andrew Ross <[email protected]> -Build-Depends: debhelper (>= 9), default-jdk, ant, default-jdk-doc, - ant-optional, libx11-dev, libxt-dev, libffi-dev, pkg-config, - maven-repo-helper (>= 1.5~), javahelper (>=0.32~), hardening-wrapper +Uploaders: Jan Dittberner <[email protected]>, + Ludovic Claude <[email protected]>, + Andrew Ross <[email protected]> +Build-Depends: ant, + ant-optional, + debhelper (>= 9), + default-jdk, + default-jdk-doc, + hardening-wrapper, + javahelper (>=0.32~), + libffi-dev, + libx11-dev, + libxt-dev, + maven-repo-helper (>= 1.5~), + pkg-config Standards-Version: 3.9.6 Vcs-Git: git://anonscm.debian.org/pkg-java/libjna-java.git Vcs-Browser: http://anonscm.debian.org/cgit/pkg-java/libjna-java.git @@ -14,7 +24,7 @@ Homepage: https://github.com/twall/jna Package: libjna-java Architecture: all -Depends: ${misc:Depends}, libjna-jni +Depends: libjna-jni, ${misc:Depends} Suggests: libjna-java-doc Description: Dynamic access of native libraries from Java without JNI JNA provides Java programs easy access to native shared libraries without @@ -45,7 +55,7 @@ Description: Dynamic access of native libraries from Java without JNI (native li Package: libjna-platform-java Architecture: all -Depends: ${misc:Depends}, libjna-java +Depends: libjna-java, ${misc:Depends} Replaces: libjna-java (<< 3.4.2) Breaks: libjna-java (<< 3.4.2) Description: Dynamic access of native libraries from Java without JNI (platform extension) -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/libjna-java.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

