[Pkg-cli-libs-commits] [nunit] 03/08: Move nunit-console-runner to GAC-installed libnunit2.6, don't treat it as a private lib. This lib is signed, and treated as a GAC lib by consumers such as MonoDevelop.
Jo Shields
directhex at moszumanska.debian.org
Tue Sep 16 15:22:50 UTC 2014
This is an automated email from the git hooks/post-receive script.
directhex pushed a commit to annotated tag debian/2.6.3+dfsg-1
in repository nunit.
commit bcb4bf8199bafc935d62da823ed08a3db571d7fd
Author: Jo Shields <jo.shields at xamarin.com>
Date: Tue Sep 16 11:53:06 2014 +0100
Move nunit-console-runner to GAC-installed libnunit2.6, don't treat it as a private lib. This lib is signed, and treated as a GAC lib by consumers such as MonoDevelop.
---
debian/control | 3 ++-
debian/libnunit2.6-cil.install | 2 ++
debian/libnunit2.6-cil.installcligac | 1 +
debian/nunit-console.install | 1 -
debian/nunit.pc | 2 +-
5 files changed, 6 insertions(+), 3 deletions(-)
diff --git a/debian/control b/debian/control
index 7bd2a3a..e7cefb2 100644
--- a/debian/control
+++ b/debian/control
@@ -43,7 +43,8 @@ Package: libnunit2.6-cil
Architecture: all
Section: cli-mono
Depends: ${cli:Depends}, ${misc:Depends}
-Replaces: libnunit-cil, libnunit2.2.6-cil, libnunit2.4-cil
+Replaces: nunit-console (<< 2.6.3+dfsg), libnunit-cil, libnunit2.2.6-cil, libnunit2.4-cil
+Breaks: nunit-console (<< 2.6.3+dfsg)
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
diff --git a/debian/libnunit2.6-cil.install b/debian/libnunit2.6-cil.install
index c986dce..deb32d0 100644
--- a/debian/libnunit2.6-cil.install
+++ b/debian/libnunit2.6-cil.install
@@ -3,3 +3,5 @@ bin/Debug/lib/nunit.core.interfaces.dll* /usr/lib/cli/nunit.core.interfaces-2.
bin/Debug/framework/nunit.framework.dll* /usr/lib/cli/nunit.framework-2.6/
bin/Debug/framework/nunit.mocks.dll* /usr/lib/cli/nunit.mocks-2.6/
bin/Debug/lib/nunit.util.dll* /usr/lib/cli/nunit.util-2.6/
+bin/Debug/lib/nunit-console-runner.dll* /usr/lib/cli/nunit-console-runner-2.6/
+
diff --git a/debian/libnunit2.6-cil.installcligac b/debian/libnunit2.6-cil.installcligac
index 26fbc3d..ad8ebe7 100644
--- a/debian/libnunit2.6-cil.installcligac
+++ b/debian/libnunit2.6-cil.installcligac
@@ -3,3 +3,4 @@
/usr/lib/cli/nunit.framework-2.6/nunit.framework.dll
/usr/lib/cli/nunit.mocks-2.6/nunit.mocks.dll
/usr/lib/cli/nunit.util-2.6/nunit.util.dll
+/usr/lib/cli/nunit-console-runner-2.6/nunit-console-runner.dll
diff --git a/debian/nunit-console.install b/debian/nunit-console.install
index 4a79347..d00291c 100644
--- a/debian/nunit-console.install
+++ b/debian/nunit-console.install
@@ -1,2 +1 @@
bin/Debug/nunit-console.exe* /usr/lib/nunit/
-bin/Debug/lib/nunit-console-runner.dll* /usr/lib/nunit/
diff --git a/debian/nunit.pc b/debian/nunit.pc
index 16933a6..4111457 100644
--- a/debian/nunit.pc
+++ b/debian/nunit.pc
@@ -6,4 +6,4 @@ pkglibdir=${libdir}/cli
Name: NUnit
Description: Testing framework for CLI
Version: 2.6.0.12051
-Libs: -r:${pkglibdir}/nunit.core-2.6/nunit.core.dll -r:${pkglibdir}/nunit.util-2.6/nunit.util.dll -r:${pkglibdir}/nunit.framework-2.6/nunit.framework.dll -r:${pkglibdir}/nunit.core.interfaces-2.6/nunit.core.interfaces.dll
+Libs: -r:${pkglibdir}/nunit.core-2.6/nunit.core.dll -r:${pkglibdir}/nunit.util-2.6/nunit.util.dll -r:${pkglibdir}/nunit.framework-2.6/nunit.framework.dll -r:${pkglibdir}/nunit.core.interfaces-2.6/nunit.core.interfaces.dll -r:${pkglibdir}/nunit-console-runner-2.6/nunit-console-runner.dll
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-cli-libs/packages/nunit.git
More information about the Pkg-cli-libs-commits
mailing list