[Pkg-cli-libs-commits] [SCM] nunit branch, master, updated. upstream/2.4.7+dfsg-32-gbbcd491

Julian Taylor jtaylor.debian at googlemail.com
Mon Jun 13 18:17:51 UTC 2011


The following commit has been merged in the master branch:
commit 1bdcae57d67aaf2e5b4fb707a33f2228765893c8
Author: Julian Taylor <jtaylor.debian at googlemail.com>
Date:   Mon Jun 13 18:33:46 2011 +0200

    add misc:Depends

diff --git a/debian/control b/debian/control
index 3dc3c42..24f06fd 100644
--- a/debian/control
+++ b/debian/control
@@ -13,7 +13,7 @@ Vcs-Browser: http://git.debian.org/?p=pkg-cli-libs/packages/nunit.git
 
 Package: nunit-console
 Architecture: all
-Depends: ${cli:Depends}
+Depends: ${cli:Depends}, ${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
@@ -27,7 +27,7 @@ Description: Unit test framework for CLI
 
 Package: nunit-gui
 Architecture: all
-Depends: ${cli:Depends}
+Depends: ${cli:Depends}, ${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
@@ -68,7 +68,7 @@ Description: Unit test framework for CLI
 Package: libnunit-doc
 Section: doc
 Architecture: all
-Depends: ${cli:Depends}
+Depends: ${cli:Depends}, ${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
@@ -83,7 +83,7 @@ Description: Unit test framework for CLI
 Package: monodoc-nunit-manual
 Architecture: all
 Section: doc
-Depends: monodoc-manual
+Depends: monodoc-manual, ${misc:Depends}
 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
@@ -93,7 +93,11 @@ Description: compiled XML documentation for NUnit
 
 Package: nunit
 Architecture: all
-Depends: libnunit-doc, libnunit2.4-cil, nunit-console, nunit-gui
+Depends: libnunit-doc,
+         libnunit2.4-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

-- 
nunit



More information about the Pkg-cli-libs-commits mailing list