[pkg-java] r7676 - trunk/surefire/debian

twerner at alioth.debian.org twerner at alioth.debian.org
Mon Dec 15 21:50:56 UTC 2008


Author: twerner
Date: 2008-12-15 21:50:56 +0000 (Mon, 15 Dec 2008)
New Revision: 7676

Modified:
   trunk/surefire/debian/control
Log:
add missing (Build-)Depends


Modified: trunk/surefire/debian/control
===================================================================
--- trunk/surefire/debian/control	2008-12-15 21:48:49 UTC (rev 7675)
+++ trunk/surefire/debian/control	2008-12-15 21:50:56 UTC (rev 7676)
@@ -3,7 +3,8 @@
 Priority: optional
 Maintainer: Debian Java Maintainers <pkg-java-maintainers at lists.alioth.debian.org>
 Uploaders: Torsten Werner <twerner at debian.org>
-Build-Depends: debhelper (>= 5), cdbs, openjdk-6-jdk, quilt, maven-debian-helper
+Build-Depends: debhelper (>= 5), cdbs, openjdk-6-jdk, quilt, maven-debian-helper,
+ libsurefire-java
 Standards-Version: 3.8.0
 Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/surefire
 Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/surefire/
@@ -11,7 +12,7 @@
 
 Package: libsurefire-java
 Architecture: all
-Depends: ${misc:Depends}, default-java | java2-runtime
+Depends: ${misc:Depends}, default-java | java2-runtime, junit, junit4
 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,




More information about the pkg-java-commits mailing list