[SCM] Debian package for Cobertura branch, master, updated. debian/1.9.4.1+dfsg-2-6-g4e16d60

Miguel Landaeta miguel at miguel.cc
Thu Dec 8 23:38:07 UTC 2011


The following commit has been merged in the master branch:
commit 1fa81ee95c7c6426e565c7c2418b714c706eef9b
Author: Miguel Landaeta <miguel at miguel.cc>
Date:   Thu Dec 8 18:52:12 2011 -0430

    Drop versioned dependencies

diff --git a/debian/changelog b/debian/changelog
index 72ebf3e..1ee8187 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,6 +4,7 @@ cobertura (1.9.4.1+dfsg-3) UNRELEASED; urgency=low
   * debian/control: Fixed typo in Vcs-Git field.
   * Bump Standards-Version to 3.9.2. No changes were required.
   * Add mh_clean call to clean target.
+  * Drop versioned dependencies since they are satisfied even in stable.
 
   [ James Page ]
   * Fix FTBFS with OpenJDK 7 (LP: #888927):
diff --git a/debian/control b/debian/control
index 9807221..f0925be 100644
--- a/debian/control
+++ b/debian/control
@@ -3,11 +3,9 @@ Maintainer: Debian Java Maintainers <pkg-java-maintainers at lists.alioth.debian.or
 Uploaders: Miguel Landaeta <miguel at miguel.cc>
 Section: java
 Priority: optional
-Build-Depends: debhelper (>> 7.0.50), ant (>= 1.7.0), javahelper (>= 0.28),
-               default-jdk (>= 1.6-34), libasm3-java (>= 3.1-2),
-               junit (>= 3.8.2), liboro-java (>= 2.0.8a),
-               liblog4j1.2-java (>= 1.2.15), libservlet2.5-java,
-               docbook-to-man (>= 1:2.0.0), maven-repo-helper
+Build-Depends: debhelper (>= 7.0.50~), ant, javahelper, default-jdk,
+ libasm3-java, junit, liboro-java, liblog4j1.2-java, libservlet2.5-java,
+ docbook-to-man, maven-repo-helper
 Standards-Version: 3.9.2
 Homepage: http://cobertura.sourceforge.net/
 Vcs-Git: git://git.debian.org/git/pkg-java/cobertura.git
@@ -16,9 +14,9 @@ Vcs-Browser: http://git.debian.org/?p=pkg-java/cobertura.git
 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 (>= 3.8.2)
+Recommends: junit
 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
  which lines of code are and are not executed as the test suite runs. In
@@ -28,13 +26,11 @@ Description: java tool that calculates the percentage of code accessed by tests
 
 Package: libcobertura-java
 Architecture: all
-Depends: ant (>= 1.7.0-6), liblog4j1.2-java (>= 1.2.15-4),
-         liboro-java (>= 2.0.8a-4), libasm3-java (>= 3.1-2),
-         libservlet2.5-java, ${misc:Depends}
-Suggests: libcobertura-java-doc (= ${binary:Version}), libjaxen-java (>= 1.1),
-          libjdom1-java (>= 1.0), libxalan2-java (>= 2.7.1),
-          libxerces2-java (>= 2.8)
-Recommends: junit (>= 3.8.2)
+Depends: ant, liblog4j1.2-java, liboro-java, libasm3-java, libservlet2.5-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
  watching which lines of code are and are not executed as the test suite runs.

-- 
Debian package for Cobertura



More information about the pkg-java-commits mailing list