[Pkg-mono-svn-commits] rev 1907 - non-group/nunit/trunk/debian

Jelmer Vernooij ctrlsoft-guest@costa.debian.org
Tue, 12 Jul 2005 18:52:21 +0000


Author: ctrlsoft-guest
Date: 2005-07-12 18:52:20 +0000 (Tue, 12 Jul 2005)
New Revision: 1907

Modified:
   non-group/nunit/trunk/debian/control
Log:
Add dummy package `nunit' that depends on the other nunit packages.


Modified: non-group/nunit/trunk/debian/control
===================================================================
--- non-group/nunit/trunk/debian/control	2005-07-11 20:39:13 UTC (rev 1906)
+++ non-group/nunit/trunk/debian/control	2005-07-12 18:52:20 UTC (rev 1907)
@@ -3,7 +3,7 @@
 Priority: optional
 Maintainer: Jelmer Vernooij <jelmer@samba.org>
 Build-Depends: debhelper (>= 4.0.0), mono-mcs (>= 1.0) | c-sharp-compiler, cli-common (>= 0.1.3), libmono-dev (>= 1.0), nant (>= 0.84), mono-gac (>= 1.1.6)
-Standards-Version: 3.6.1
+Standards-Version: 3.6.2.1
 
 Package: nunit-console
 Architecture: all
@@ -36,3 +36,14 @@
  text or XML.
  .
  This package contains the API documentation and examples.
+
+Package: nunit
+Architecture: all
+Depends: libnunit-doc, nunit-console, libnunit-cil
+Description: Unit test framework for .NET
+ NUnit is a unit testing framework for all .NET languages. It serves the
+ same purpose as JUnit does in the Java world. It supports test
+ categories, testing for exceptions and writing test results in plain
+ text or XML.
+ .
+ This is a dummy package that depends on the other nunit packages.