This is an automated email from the git hooks/post-receive script. nomadium pushed a commit to branch master in repository cobertura.
commit 3ad5db3d4f386f534da9a34a421267affc77d7d4 Author: Miguel Landaeta <[email protected]> Date: Sat Jul 29 15:16:32 2017 +0100 Wrap and sort dependency lists --- debian/changelog | 3 ++- debian/control | 31 +++++++++++++++++++++++-------- 2 files changed, 25 insertions(+), 9 deletions(-) diff --git a/debian/changelog b/debian/changelog index d07dc92..e61b8df 100644 --- a/debian/changelog +++ b/debian/changelog @@ -8,8 +8,9 @@ cobertura (1.9.4.1+dfsg-5) UNRELEASED; urgency=medium * Bump DH compat level to 10. * Bump Standards-Version to 3.9.8. No changes were required. * Update Vcs-Git and Homepage fields. + * Wrap and sort dependency lists. - -- Miguel Landaeta <[email protected]> Sat, 29 Jul 2017 15:14:13 +0100 + -- Miguel Landaeta <[email protected]> Sat, 29 Jul 2017 15:15:44 +0100 cobertura (1.9.4.1+dfsg-4) unstable; urgency=medium diff --git a/debian/control b/debian/control index f733711..e21f8d7 100644 --- a/debian/control +++ b/debian/control @@ -2,9 +2,17 @@ Source: cobertura Maintainer: Debian Java Maintainers <[email protected]> Section: java Priority: optional -Build-Depends: debhelper (>= 10~), ant, javahelper, default-jdk, - libasm3-java, junit, liboro-java, liblog4j1.2-java, libservlet3.1-java, - docbook-to-man, maven-repo-helper +Build-Depends: ant, + debhelper (>= 10~), + default-jdk, + docbook-to-man, + javahelper, + junit, + libasm3-java, + liblog4j1.2-java, + liboro-java, + libservlet3.1-java, + maven-repo-helper Standards-Version: 3.9.8 Vcs-Git: https://anonscm.debian.org/git/pkg-java/cobertura.git Vcs-Browser: https://anonscm.debian.org/cgit/pkg-java/cobertura.git @@ -13,7 +21,8 @@ Homepage: http://cobertura.github.io/cobertura/ Package: cobertura Architecture: all Depends: default-jre-headless | java5-runtime-headless, - libcobertura-java (= ${binary:Version}), ${misc:Depends} + libcobertura-java (= ${binary:Version}), + ${misc:Depends} Suggests: libcobertura-java-doc (= ${binary:Version}) Recommends: junit Description: java tool that calculates the percentage of code accessed by tests @@ -25,10 +34,16 @@ Description: java tool that calculates the percentage of code accessed by tests Package: libcobertura-java Architecture: all -Depends: ant, liblog4j1.2-java, liboro-java, libasm3-java, - ${misc:Depends} -Suggests: libcobertura-java-doc (= ${binary:Version}), libjaxen-java, - libjdom1-java, libxalan2-java, libxerces2-java +Depends: ant, + libasm3-java, + liblog4j1.2-java, + liboro-java, + ${misc:Depends} +Suggests: libcobertura-java-doc (= ${binary:Version}), + libjaxen-java, + libjdom1-java, + libxalan2-java, + libxerces2-java Recommends: junit Description: java library that calculates the percentage of code accessed by tests Library that measures test coverage by instrumenting a Java code base and -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/cobertura.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

