1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97
|
Source: nunit
Section: devel
Priority: optional
Maintainer: Debian CLI Libraries Team <pkg-cli-libs-team@lists.alioth.debian.org>
Uploaders: Jelmer Vernooij <jelmer@samba.org>, Mirco Bauer <meebey@debian.org>
DM-Upload-Allowed: yes
Build-Depends: debhelper (>= 7), dpatch, cli-common-dev (>= 0.5.7)
Build-Depends-Indep: mono-gmcs (>= 1.1.8) | c-sharp-2.0-compiler,
nant (>= 0.84),
mono-gac (>= 1.1.6),
mono-2.0-devel,
monodoc-base,
libmono-system-runtime2.0-cil,
libmono-winforms2.0-cil
Standards-Version: 3.8.0
Homepage: http://www.nunit.org/
Vcs-Svn: svn://svn.debian.org/svn/pkg-cli-libs/packages/nunit/trunk
Vcs-Browser: svn://svn.debian.org/wsvn/pkg-cli-libs/packages/nunit/trunk/
Package: nunit-console
Architecture: all
Depends: ${cli:Depends}
Description: Unit test framework for CLI
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.
.
NUnit targets the CLI (Common Language Infrastructure) and supports Mono and
the Microsoft .NET Framework.
.
This package contains the console front-end.
Package: nunit-gui
Architecture: all
Depends: ${cli:Depends}
Description: Unit test framework for CLI
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.
.
NUnit targets the CLI (Common Language Infrastructure) and supports Mono and
the Microsoft .NET Framework.
.
This package contains the graphical front-end.
Package: libnunit2.4-cil
Architecture: all
Depends: ${cli:Depends}
Replaces: libnunit-cil, libnunit2.2.6-cil
Suggests: libnunit-doc, monodoc-nunit-manual
Description: Unit test framework for CLI
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.
Package: libnunit-doc
Section: doc
Architecture: all
Depends: ${cli:Depends}
Description: Unit test framework for CLI
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.
.
NUnit targets the CLI (Common Language Infrastructure) and supports Mono and
the Microsoft .NET Framework.
.
This package contains the API documentation and examples.
Package: monodoc-nunit-manual
Architecture: all
Section: doc
Depends: monodoc-manual
Description: compiled XML documentation for NUnit
The MonoDoc Project is the documentation framework of the Mono project which
provides detailed API documentation for all Mono components and the Mono CLI
implementation.
.
This packages contains the compiled XML documentation for NUnit.
Package: nunit
Architecture: all
Depends: libnunit-doc, nunit-console, nunit-gui, libnunit2.4-cil
Description: Unit test framework for CLI
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.
.
NUnit targets the CLI (Common Language Infrastructure) and supports Mono and
the Microsoft .NET Framework.
.
This is a dummy package that depends on all nunit packages.
|