This is an automated email from the git hooks/post-receive script. nomadium pushed a commit to branch experimental in repository libbytelist-java.
commit b7e804c75dd655b12e7972681d19f492ddb27d5c Author: Miguel Landaeta <[email protected]> Date: Wed Jan 18 20:07:01 2017 +0000 Wrap and sort dependencies list --- debian/changelog | 1 + debian/control | 17 +++++++---------- 2 files changed, 8 insertions(+), 10 deletions(-) diff --git a/debian/changelog b/debian/changelog index bf00d8c..8f9c5c1 100644 --- a/debian/changelog +++ b/debian/changelog @@ -5,6 +5,7 @@ libbytelist-java (1.0.14-1) UNRELEASED; urgency=medium * Switch build system from cdbs to debhelper. * Bump debhelper level to 10. * Bump Standards-Version to 3.9.8. No changes were required. + * Wrap and sort dependencies list. -- Miguel Landaeta <[email protected]> Wed, 18 Jan 2017 19:53:52 +0000 diff --git a/debian/control b/debian/control index 50fe582..39ef706 100644 --- a/debian/control +++ b/debian/control @@ -4,13 +4,11 @@ Priority: optional Maintainer: Debian Java Maintainers <[email protected]> Uploaders: Torsten Werner <[email protected]>, Miguel Landaeta <[email protected]> -Build-Depends: - debhelper (>= 10~), - maven-debian-helper -Build-Depends-Indep: - default-jdk, - libjcodings-java, - junit +Build-Depends: debhelper (>= 10~), + maven-debian-helper +Build-Depends-Indep: default-jdk, + libjcodings-java, + junit Standards-Version: 3.9.8 Vcs-Git: git://anonscm.debian.org/pkg-java/libbytelist-java.git Vcs-Browser: https://anonscm.debian.org/cgit/pkg-java/libbytelist-java.git @@ -18,9 +16,8 @@ Homepage: http://github.com/jruby/bytelist Package: libbytelist-java Architecture: all -Depends: - ${misc:Depends}, - libjcodings-java +Depends: ${misc:Depends}, + libjcodings-java Description: helper library for packaging JRuby This library provides the org.jruby.util.ByteList byte container. . -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/libbytelist-java.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

