[cobertura] 18/19: Wrap and sort

Emmanuel Bourg ebourg-guest at moszumanska.debian.org
Wed Sep 27 08:13:04 UTC 2017


This is an automated email from the git hooks/post-receive script.

ebourg-guest pushed a commit to branch master
in repository cobertura.

commit f3da855765e3fec0f15ca27d1f156673114a17c3
Author: Emmanuel Bourg <ebourg at apache.org>
Date:   Wed Sep 27 10:08:08 2017 +0200

    Wrap and sort
---
 debian/cobertura.install |  6 +++---
 debian/control           | 48 +++++++++++++++++++++++++-----------------------
 2 files changed, 28 insertions(+), 26 deletions(-)

diff --git a/debian/cobertura.install b/debian/cobertura.install
index dd831ce..e52b334 100644
--- a/debian/cobertura.install
+++ b/debian/cobertura.install
@@ -1,4 +1,4 @@
-debian/cobertura-report		usr/bin
-debian/cobertura-merge		usr/bin
-debian/cobertura-instrument	usr/bin
 debian/cobertura-check		usr/bin
+debian/cobertura-instrument	usr/bin
+debian/cobertura-merge		usr/bin
+debian/cobertura-report		usr/bin
diff --git a/debian/control b/debian/control
index 5dc1aa2..a6eabfd 100644
--- a/debian/control
+++ b/debian/control
@@ -1,25 +1,26 @@
 Source: cobertura
-Maintainer: Debian Java Maintainers <pkg-java-maintainers at lists.alioth.debian.org>
-Uploaders: Emmanuel Bourg <ebourg at apache.org>
 Section: java
 Priority: optional
-Build-Depends: ant,
-               ant-optional,
-               debhelper (>= 10~),
-               default-jdk,
-               docbook-to-man,
-               javahelper,
-               junit4,
-               libasm-java (>= 5.0),
-               libjavacc-maven-plugin-java,
-               liblogback-java,
-               libmaven-bundle-plugin-java,
-               libmaven-dependency-plugin-java,
-               libmaven-enforcer-plugin-java,
-               libmaven-plugin-testing-java,
-               liboro-java,
-               libservlet3.1-java,
-               maven-debian-helper (>= 2.2)
+Maintainer: Debian Java Maintainers <pkg-java-maintainers at lists.alioth.debian.org>
+Uploaders: Emmanuel Bourg <ebourg at apache.org>
+Build-Depends:
+ ant,
+ ant-optional,
+ debhelper (>= 10~),
+ default-jdk,
+ docbook-to-man,
+ javahelper,
+ junit4,
+ libasm-java (>= 5.0),
+ libjavacc-maven-plugin-java,
+ liblogback-java,
+ libmaven-bundle-plugin-java,
+ libmaven-dependency-plugin-java,
+ libmaven-enforcer-plugin-java,
+ libmaven-plugin-testing-java,
+ liboro-java,
+ libservlet3.1-java,
+ maven-debian-helper (>= 2.2)
 Standards-Version: 4.1.0
 Vcs-Git: https://anonscm.debian.org/git/pkg-java/cobertura.git
 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-java/cobertura.git
@@ -27,7 +28,7 @@ Homepage: http://cobertura.github.io/cobertura/
 
 Package: libcobertura-java
 Architecture: all
-Depends: ${misc:Depends}, ${maven:Depends}
+Depends: ${maven:Depends}, ${misc:Depends}
 Suggests: ${maven:OptionalDepends}
 Description: java library that calculates the percentage of code accessed by tests
  Library that measures test coverage by instrumenting a Java code base and
@@ -38,9 +39,10 @@ Description: java library that calculates the percentage of code accessed by tes
 
 Package: cobertura
 Architecture: all
-Depends: default-jre-headless (>= 1:1.6) | java6-runtime-headless,
-         libcobertura-java (= ${binary:Version}),
-         ${misc:Depends}
+Depends:
+ default-jre-headless (>= 1:1.6) | java6-runtime-headless,
+ libcobertura-java (= ${binary:Version}),
+ ${misc:Depends}
 Recommends: junit4
 Description: java tool that calculates the percentage of code accessed by tests
  Tool that measures test coverage by instrumenting a Java code base and watching

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/cobertura.git



More information about the pkg-java-commits mailing list