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 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227
|
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>,
Julian Taylor <jtaylor.debian@googlemail.com>
Build-Depends: cli-common-dev (>= 0.5.7), debhelper (>= 7.0.50~)
Build-Depends-Indep: mono-devel (>= 2.4.3), mono-xbuild, monodoc-base, nuget
Standards-Version: 3.9.3
Homepage: http://www.nunit.org/
Vcs-Git: git://git.debian.org/pkg-cli-libs/packages/nunit.git
Vcs-Browser: http://git.debian.org/?p=pkg-cli-libs/packages/nunit.git
Package: nunit-console
Architecture: all
Depends: ${cli:Depends}, ${misc:Depends}
Description: Unit test framework for CLI - Console test runner
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: nupkg-nunit.runners.2.6.4
Architecture: all
Section: cli-mono
Depends: nuget, ${misc:Depends}
Description: Unit test framework for CLI - NuGet package - Runners
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 command-line NUnit runner tools and related
plumbing, as a NuGet package, for use with the "nuget" command
Package: nunit-gui
Architecture: all
Depends: ${cli:Depends}, ${misc:Depends}
Description: Unit test framework for CLI - GUI test runner
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: libnunit-core2.6.3-cil
Architecture: all
Section: cli-mono
Depends: ${cli:Depends}, ${misc:Depends}
Suggests: libnunit-doc, monodoc-nunit-manual
Description: Unit test framework for CLI - Assemblies
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.core assembly
Package: libnunit-core-interfaces2.6.3-cil
Architecture: all
Section: cli-mono
Depends: ${cli:Depends}, ${misc:Depends}
Suggests: libnunit-doc, monodoc-nunit-manual
Description: Unit test framework for CLI - Assemblies
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.core.interfaces assembly
Package: libnunit-console-runner2.6.3-cil
Architecture: all
Section: cli-mono
Depends: ${cli:Depends}, ${misc:Depends}
Suggests: libnunit-doc, monodoc-nunit-manual
Description: Unit test framework for CLI - Assemblies
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-console-interfaces assembly
Package: libnunit-framework2.6.3-cil
Architecture: all
Section: cli-mono
Depends: ${cli:Depends}, ${misc:Depends}
Suggests: libnunit-doc, monodoc-nunit-manual
Description: Unit test framework for CLI - Assemblies
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.framework assembly
Package: nupkg-nunit.2.6.4
Architecture: all
Section: cli-mono
Depends: nuget, ${misc:Depends}
Description: Unit test framework for CLI - NuGet package - Framework
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.framework assembly as a NuGet package,
for use with the "nuget" command
Package: libnunit-mocks2.6.3-cil
Architecture: all
Section: cli-mono
Depends: ${cli:Depends}, ${misc:Depends}
Suggests: libnunit-doc, monodoc-nunit-manual
Description: Unit test framework for CLI - Assemblies
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.mocks assembly
Package: nupkg-nunit.mocks.2.6.4
Architecture: all
Section: cli-mono
Depends: nuget, ${misc:Depends}
Description: Unit test framework for CLI - NuGet package - Mocks
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.mocks assembly as a NuGet package, for
use with the "nuget" command
Package: libnunit-util2.6.3-cil
Architecture: all
Section: cli-mono
Depends: ${cli:Depends}, ${misc:Depends}
Suggests: libnunit-doc, monodoc-nunit-manual
Description: Unit test framework for CLI - Assemblies
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.util assembly
Package: libnunit-cil-dev
Architecture: all
Depends: libnunit-console-runner2.6.3-cil (= ${binary:Version}),
libnunit-core2.6.3-cil (= ${binary:Version}),
libnunit-core-interfaces2.6.3-cil (= ${binary:Version}),
libnunit-framework2.6.3-cil (= ${binary:Version}),
libnunit-mocks2.6.3-cil (= ${binary:Version}),
libnunit-util2.6.3-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 - Development files
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}, ${misc:Depends}
Description: Unit test framework for CLI - Documentation
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, ${misc:Depends}
Description: compiled XML documentation for NUnit - monodoc manual
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 package contains the compiled XML documentation for NUnit.
Package: nunit
Architecture: all
Depends: libnunit-doc,
libnunit-console-runner2.6.3-cil,
libnunit-core2.6.3-cil,
libnunit-core-interfaces2.6.3-cil,
libnunit-framework2.6.3-cil,
libnunit-mocks2.6.3-cil,
libnunit-util2.6.3-cil,
nunit-console,
nunit-gui,
${misc: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 is a dummy package that depends on all nunit packages.
|