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 98 99 100 101 102 103 104 105 106 107 108
|
Source: nunit
Section: devel
Priority: optional
Maintainer: Debian CLI Libraries Team <pkg-cli-libs-team@lists.alioth.debian.org>
Uploaders: Mirco Bauer <meebey@debian.org>
DM-Upload-Allowed: yes
Build-Depends: debhelper (>= 7), dpatch, cli-common-dev (>= 0.5.7)
Build-Depends-Indep: nant (>= 0.85.dfsg1-6),
monodoc-base,
mono-devel (>= 2.4.3)
Standards-Version: 3.8.3
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}, ${misc: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.
.
This package contains the NUnit assemblies
Package: libnunit-cil-dev
Architecture: all
Depends: libnunit2.4-cil (= ${binary:Version}), ${misc:Depends}
Replaces: libnunit-cil, libnunit2.2.6-cil, libnunit2.4-cil (<< 2.4.7+dfsg-5)
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.
.
This package contains development files for the Nunit library, and should
be used for compilation
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.
|