[pkg-java] r15663 - trunk/surefire/debian
Damien Raude-Morvan
drazzib at alioth.debian.org
Sun Jan 8 12:07:13 UTC 2012
Author: drazzib
Date: 2012-01-08 12:07:13 +0000 (Sun, 08 Jan 2012)
New Revision: 15663
Modified:
trunk/surefire/debian/changelog
trunk/surefire/debian/control
trunk/surefire/debian/copyright
Log:
Use Recommends: junit | junit4 | testng | libjmock-java instead of Depends
as only one test framework is needed at a time. (Closes: #563710).
Modified: trunk/surefire/debian/changelog
===================================================================
--- trunk/surefire/debian/changelog 2012-01-08 02:22:42 UTC (rev 15662)
+++ trunk/surefire/debian/changelog 2012-01-08 12:07:13 UTC (rev 15663)
@@ -1,11 +1,16 @@
-surefire (2.10-2) UNRELEASED; urgency=low
+surefire (2.10-2) unstable; urgency=low
+ [ Miguel Landaeta ]
* Team upload.
* Drop self Build-Depends on libsurefire-java. (Closes: #655011).
Thanks to Daniel Schepler for the patch.
- -- Miguel Landaeta <miguel at miguel.cc> Sat, 07 Jan 2012 20:14:23 -0430
+ [ Damien Raude-Morvan ]
+ * Use Recommends: junit | junit4 | testng | libjmock-java instead of Depends
+ as only one test framework is needed at a time. (Closes: #563710).
+ -- Damien Raude-Morvan <drazzib at debian.org> Sun, 08 Jan 2012 12:48:06 +0100
+
surefire (2.10-1) unstable; urgency=low
* Team upload.
Modified: trunk/surefire/debian/control
===================================================================
--- trunk/surefire/debian/control 2012-01-08 02:22:42 UTC (rev 15662)
+++ trunk/surefire/debian/control 2012-01-08 12:07:13 UTC (rev 15663)
@@ -3,13 +3,25 @@
Priority: optional
Maintainer: Debian Java Maintainers <pkg-java-maintainers at lists.alioth.debian.org>
Uploaders: Torsten Werner <twerner at debian.org>
-Build-Depends: debhelper (>= 7), cdbs, default-jdk
-Build-Depends-Indep: maven-repo-helper, maven-ant-helper (>= 7.3), ant, ant-optional,
- libmaven-clean-plugin-java, libmaven-compiler-plugin-java, libmaven-install-plugin-java,
- libmaven-jar-plugin-java, libmaven-resources-plugin-java, libmaven-shade-plugin-java,
- libmaven-plugin-tools-java, libplexus-velocity-java, velocity,
- junit, junit4, testng, libjmock-java,
- libmaven-common-artifact-filters-java
+Build-Depends: cdbs, debhelper (>= 7), default-jdk
+Build-Depends-Indep: ant,
+ ant-optional,
+ junit,
+ junit4,
+ libjmock-java,
+ libmaven-clean-plugin-java,
+ libmaven-common-artifact-filters-java,
+ libmaven-compiler-plugin-java,
+ libmaven-install-plugin-java,
+ libmaven-jar-plugin-java,
+ libmaven-plugin-tools-java,
+ libmaven-resources-plugin-java,
+ libmaven-shade-plugin-java,
+ libplexus-velocity-java,
+ maven-ant-helper (>= 7.3),
+ maven-repo-helper,
+ testng,
+ velocity
Standards-Version: 3.9.2
Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/surefire
Vcs-Browser: http://svn.debian.org/viewvc/pkg-java/trunk/surefire/
@@ -17,8 +29,8 @@
Package: libsurefire-java
Architecture: all
-Depends: ${misc:Depends}, junit, junit4, testng, libjmock-java,
- libmaven-common-artifact-filters-java
+Depends: libmaven-common-artifact-filters-java, ${misc:Depends}
+Recommends: junit | junit4 | testng | libjmock-java
Description: Surefire test framework for Java
Maven is a software project management and comprehension tool. Based on the
concept of a project object model (POM), Maven can manage a project's build,
Modified: trunk/surefire/debian/copyright
===================================================================
--- trunk/surefire/debian/copyright 2012-01-08 02:22:42 UTC (rev 15662)
+++ trunk/surefire/debian/copyright 2012-01-08 12:07:13 UTC (rev 15663)
@@ -18,9 +18,9 @@
to you under the Apache License, Version 2.0 (the
"License"); you may not use this file except in compliance
with the License. You may obtain a copy of the License at
-
+
http://www.apache.org/licenses/LICENSE-2.0
-
+
Unless required by applicable law or agreed to in writing,
software distributed under the License is distributed on an
"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
More information about the pkg-java-commits
mailing list