[Pkg-mono-svn-commits] rev 3960 - mono/trunk/debian

Jo Shields directhex-guest at alioth.debian.org
Thu Mar 12 11:12:21 UTC 2009


Author: directhex-guest
Date: 2009-03-12 11:12:21 +0000 (Thu, 12 Mar 2009)
New Revision: 3960

Modified:
   mono/trunk/debian/changelog
   mono/trunk/debian/control
Log:
  [ Jo Shields ]
  * debian/control:
    + Update package descriptions to make it clearer what is what, and
      avoid multiple packages with identical short descriptions
      (Closes: #519404)


Modified: mono/trunk/debian/changelog
===================================================================
--- mono/trunk/debian/changelog	2009-03-11 20:19:09 UTC (rev 3959)
+++ mono/trunk/debian/changelog	2009-03-12 11:12:21 UTC (rev 3960)
@@ -1,3 +1,13 @@
+mono (2.0.1-6) UNRELEASED; urgency=low
+
+  [ Jo Shields ]
+  * debian/control:
+    + Update package descriptions to make it clearer what is what, and
+      avoid multiple packages with identical short descriptions
+      (Closes: #519404)
+
+ -- Jo Shields <directhex at apebox.org>  Thu, 12 Mar 2009 11:11:22 +0000
+
 mono (2.0.1-5) unstable; urgency=low
 
   * The "Let the show begin!" release

Modified: mono/trunk/debian/control
===================================================================
--- mono/trunk/debian/control	2009-03-11 20:19:09 UTC (rev 3959)
+++ mono/trunk/debian/control	2009-03-12 11:12:21 UTC (rev 3960)
@@ -54,7 +54,7 @@
 Depends: mono-jit (= ${binary:Version}),
          libmono-corlib1.0-cil (= ${source:Version}),
          mono-1.0-gac (= ${source:Version})
-Description: Mono runtime (1.0)
+Description: Mono runtime (for CLI 1.0)
  Mono is a platform for running and developing applications based on the
  ECMA/ISO Standards. Mono is an open source effort led by Novell.
  Mono provides a complete CLR (Common Language Runtime) including compiler and
@@ -69,7 +69,7 @@
 Depends: mono-jit (= ${binary:Version}),
          libmono-corlib2.0-cil (= ${source:Version}),
          mono-2.0-gac (= ${source:Version})
-Description: Mono runtime (2.0)
+Description: Mono runtime (for CLI 2.0)
  Mono is a platform for running and developing applications based on the
  ECMA/ISO Standards. Mono is an open source effort led by Novell.
  Mono provides a complete CLR (Common Language Runtime) including compiler and
@@ -178,7 +178,7 @@
          libmono-posix1.0-cil (= ${source:Version}),
          libmono-getoptions1.0-cil (= ${source:Version}),
          libmono-data1.0-cil (= ${source:Version})
-Description: Mono libraries (1.0)
+Description: Mono libraries (for CLI 1.0)
  Mono is a platform for running and developing applications based on the
  ECMA/ISO Standards. Mono is an open source effort led by Novell.
  Mono provides a complete CLR (Common Language Runtime) including compiler and
@@ -198,7 +198,7 @@
          libmono-posix2.0-cil (= ${source:Version}),
          libmono-getoptions2.0-cil (= ${source:Version}),
          libmono-data2.0-cil (= ${source:Version})
-Description: Mono libraries (2.0)
+Description: Mono libraries (for CLI 2.0)
  Mono is a platform for running and developing applications based on the
  ECMA/ISO Standards. Mono is an open source effort led by Novell.
  Mono provides a complete CLR (Common Language Runtime) including compiler and
@@ -216,7 +216,7 @@
 Architecture: all
 Replaces: libmono1.0-cil (<< 2.0)
 Depends: ${cli:Depends}, 
-Description: Mono.Posix library (1.0)
+Description: Mono.Posix library (for CLI 1.0)
  Mono is a platform for running and developing applications based on the
  ECMA/ISO Standards. Mono is an open source effort led by Novell.
  Mono provides a complete CLR (Common Language Runtime) including compiler and
@@ -231,7 +231,7 @@
 Architecture: all
 Replaces: libmono2.0-cil (<< 2.0)
 Depends: ${cli:Depends}
-Description: Mono.Posix library (2.0)
+Description: Mono.Posix library (for CLI 2.0)
  Mono is a platform for running and developing applications based on the
  ECMA/ISO Standards. Mono is an open source effort led by Novell.
  Mono provides a complete CLR (Common Language Runtime) including compiler and
@@ -246,14 +246,14 @@
 Architecture: all
 Replaces: libmono1.0-cil (<< 2.0)
 Depends: ${cli:Depends}
-Description: Mono.GetOptions library (1.0)
+Description: Mono.GetOptions library (for CLI 1.0)
  Mono is a platform for running and developing applications based on the
  ECMA/ISO Standards. Mono is an open source effort led by Novell.
  Mono provides a complete CLR (Common Language Runtime) including compiler and
  runtime, which can produce and execute CIL (Common Intermediate Language)
  bytecode (aka assemblies), and a class library.
  .
- This package contains the Mono.GetOptions library for CLI 2.0 that allows to
+ This package contains the Mono.GetOptions library for CLI 1.0 that allows to
  parse command line options and arguments easily.
 
 Package: libmono-getoptions2.0-cil
@@ -261,7 +261,7 @@
 Architecture: all
 Replaces: libmono2.0-cil (<< 2.0)
 Depends: ${cli:Depends}
-Description: Mono.GetOptions library (2.0)
+Description: Mono.GetOptions library (for CLI 2.0)
  Mono is a platform for running and developing applications based on the
  ECMA/ISO Standards. Mono is an open source effort led by Novell.
  Mono provides a complete CLR (Common Language Runtime) including compiler and
@@ -276,7 +276,7 @@
 Architecture: all
 Replaces: libmono1.0-cil (<< 2.0)
 Depends: ${cli:Depends}
-Description: Mono.Data.* libraries (1.0)
+Description: Mono.Data.* libraries (for CLI 1.0)
  Mono is a platform for running and developing applications based on the
  ECMA/ISO Standards. Mono is an open source effort led by Novell.
  Mono provides a complete CLR (Common Language Runtime) including compiler and
@@ -304,7 +304,7 @@
 Architecture: all
 Replaces: libmono2.0-cil (<< 2.0)
 Depends: ${cli:Depends}
-Description: Mono.Data.* libraries (2.0)
+Description: Mono.Data.* libraries (for CLI 2.0)
  Mono is a platform for running and developing applications based on the
  ECMA/ISO Standards. Mono is an open source effort led by Novell.
  Mono provides a complete CLR (Common Language Runtime) including compiler and
@@ -380,15 +380,15 @@
 Conflicts: mono-classlib-1.0 (<< 1.1.13.6), mono-classlib-1.0-dbg (<< 1.1.13.6)
 Depends: mono-jit (>= ${mono:upversion}), mono-jit (<< ${mono:next-upversion})
 Recommends: libmono-i18n1.0-cil
-Description: Mono core library (1.0)
+Description: Mono core library (for CLI 1.0)
  Mono is a platform for running and developing applications based on the
  ECMA/ISO Standards. Mono is an open source effort led by Novell.
  Mono provides a complete CLR (Common Language Runtime) including compiler and
  runtime, which can produce and execute CIL (Common Intermediate Language)
  bytecode (aka assemblies), and a class library.
  .
- This package contains the Core Library (mscorlib.dll) of Mono which is the
- glue between the BCL (Base Class Libraries) and the JIT.
+ This package contains the Core Library (mscorlib.dll) of Mono for CLI 1.0, 
+ which is the glue between the BCL (Base Class Libraries) and the JIT.
 
 Package: libmono-corlib2.0-cil
 Section: libs
@@ -397,57 +397,60 @@
 Conflicts: mono-classlib-2.0 (<< 1.1.13.6), mono-classlib-2.0-dbg (<< 1.1.13.6)
 Depends: mono-jit (>= ${mono:upversion}), mono-jit (<< ${mono:next-upversion})
 Recommends: libmono-i18n2.0-cil
-Description: Mono core library (2.0)
+Description: Mono core library (for CLI 2.0)
  Mono is a platform for running and developing applications based on the
  ECMA/ISO Standards. Mono is an open source effort led by Novell.
  Mono provides a complete CLR (Common Language Runtime) including compiler and
  runtime, which can produce and execute CIL (Common Intermediate Language)
  bytecode (aka assemblies), and a class library.
  .
- This package contains the Core Library (mscorlib.dll) of Mono which is the
- glue between the BCL (Base Class Libraries) and the JIT.
+ This package contains the Core Library (mscorlib.dll) of Mono for CLI 2.0, 
+ which is the glue between the BCL (Base Class Libraries) and the JIT.
 
 Package: libmono-corlib2.1-cil
 Section: libs
 Architecture: all
 Depends: mono-jit (>= ${mono:upversion}), mono-jit (<< ${mono:next-upversion})
-Description: Mono core library (2.1)
+Description: Mono core library (for CLI 2.1)
  Mono is a platform for running and developing applications based on the
  ECMA/ISO Standards. Mono is an open source effort led by Novell.
  Mono provides a complete CLR (Common Language Runtime) including compiler and
  runtime, which can produce and execute CIL (Common Intermediate Language)
  bytecode (aka assemblies), and a class library.
  .
- This package contains the Core Library (mscorlib.dll) of Mono which is the
- glue between the BCL (Base Class Libraries) and the JIT.
+ This package contains the Core Library (mscorlib.dll) of Mono for CLI 2.1 
+ (Silverlight/Moonlight), which is the glue between the BCL (Base Class 
+ Libraries) and the JIT.
 
 Package: libmono-i18n1.0-cil
 Section: libs
 Architecture: all
 Replaces: libmono-corlib1.0-cil (<< 1.2.6-1)
 Depends: ${cli:Depends}
-Description: Mono I18N libraries (1.0)
+Description: Mono I18N libraries (for CLI 1.0)
  Mono is a platform for running and developing applications based on the
  ECMA/ISO Standards. Mono is an open source effort led by Novell.
  Mono provides a complete CLR (Common Language Runtime) including compiler and
  runtime, which can produce and execute CIL (Common Intermediate Language)
  bytecode (aka assemblies), and a class library.
  .
- This package contains I18N libraries containing code pages definitions.
+ This package contains I18N libraries for CLI 1.0, containing code pages 
+ definitions.
 
 Package: libmono-i18n2.0-cil
 Section: libs
 Architecture: all
 Replaces: libmono-corlib2.0-cil (<< 1.2.6-1)
 Depends: ${cli:Depends}
-Description: Mono I18N libraries (2.0)
+Description: Mono I18N libraries (for CLI 2.0)
  Mono is a platform for running and developing applications based on the
  ECMA/ISO Standards. Mono is an open source effort led by Novell.
  Mono provides a complete CLR (Common Language Runtime) including compiler and
  runtime, which can produce and execute CIL (Common Intermediate Language)
  bytecode (aka assemblies), and a class library.
  .
- This package contains I18N libraries containing code pages definitions.
+ This package contains I18N libraries for CLI 2.0, containing code pages 
+ definitions.
 
 Package: libmono-system1.0-cil
 Section: libs
@@ -455,14 +458,14 @@
 Replaces: mono-classlib-1.0 (<< 1.1.13.6), mono-classlib-1.0-dbg (<< 1.1.13.6)
 Suggests: ${cli:Suggests}
 Depends: ${cli:Depends}, mono-jit (>= ${mono:upversion}), mono-jit (<< ${mono:next-upversion})
-Description: Mono System libraries (1.0)
+Description: Mono System libraries (for CLI 1.0)
  Mono is a platform for running and developing applications based on the
  ECMA/ISO Standards. Mono is an open source effort led by Novell.
  Mono provides a complete CLR (Common Language Runtime) including compiler and
  runtime, which can produce and execute CIL (Common Intermediate Language)
  bytecode (aka assemblies), and a class library.
  .
- This package contains the BCL (Base Class Libraries) of Mono.
+ This package contains the BCL (Base Class Libraries) of Mono for CLI 1.0.
 
 Package: libmono-system2.0-cil
 Section: libs
@@ -470,28 +473,29 @@
 Replaces: mono-classlib-2.0 (<< 1.1.13.6), mono-classlib-2.0-dbg (<< 1.1.13.6)
 Suggests: ${cli:Suggests}
 Depends: ${cli:Depends}, mono-jit (>= ${mono:upversion}), mono-jit (<< ${mono:next-upversion})
-Description: Mono System libraries (2.0)
+Description: Mono System libraries (for CLI 2.0)
  Mono is a platform for running and developing applications based on the
  ECMA/ISO Standards. Mono is an open source effort led by Novell.
  Mono provides a complete CLR (Common Language Runtime) including compiler and
  runtime, which can produce and execute CIL (Common Intermediate Language)
  bytecode (aka assemblies), and a class library.
  .
- This package contains the BCL (Base Class Libraries) of Mono.
+ This package contains the BCL (Base Class Libraries) of Mono for CLI 2.0.
 
 Package: libmono-system2.1-cil
 Section: libs
 Architecture: all
 Suggests: ${cli:Suggests}
 Depends: ${cli:Depends}, mono-jit (>= ${mono:upversion}), mono-jit (<< ${mono:next-upversion})
-Description: Mono System libraries (2.1)
+Description: Mono System libraries (for CLI 2.1)
  Mono is a platform for running and developing applications based on the
  ECMA/ISO Standards. Mono is an open source effort led by Novell.
  Mono provides a complete CLR (Common Language Runtime) including compiler and
  runtime, which can produce and execute CIL (Common Intermediate Language)
  bytecode (aka assemblies), and a class library.
  .
- This package contains the BCL (Base Class Libraries) of Mono.
+ This package contains the BCL (Base Class Libraries) of Mono for CLI 2.1 
+ (Silverlight/Moonlight).
 
 Package: libmono-system-messaging1.0-cil
 Section: libs
@@ -499,14 +503,14 @@
 Replaces: mono-classlib-1.0 (<< 1.1.13.6), mono-classlib-1.0-dbg (<< 1.1.13.6)
 Suggests: ${cli:Suggests}
 Depends: ${cli:Depends}
-Description: Mono System.Messaging library
+Description: Mono System.Messaging library (for CLI 1.0)
  Mono is a platform for running and developing applications based on the
  ECMA/ISO Standards. Mono is an open source effort led by Novell.
  Mono provides a complete CLR (Common Language Runtime) including compiler and
  runtime, which can produce and execute CIL (Common Intermediate Language)
  bytecode (aka assemblies), and a class library.
  .
- This package contains the Mono System.Messaging library version 1.0.
+ This package contains the Mono System.Messaging library for CLI 1.0.
 
 Package: libmono-system-messaging2.0-cil
 Section: libs
@@ -514,70 +518,70 @@
 Replaces: mono-classlib-2.0 (<< 1.1.13.6), mono-classlib-2.0-dbg (<< 1.1.13.6)
 Suggests: ${cli:Suggests}
 Depends: ${cli:Depends}
-Description: Mono System.Messaging Library
+Description: Mono System.Messaging Library (for CLI 2.0)
  Mono is a platform for running and developing applications based on the
  ECMA/ISO Standards. Mono is an open source effort led by Novell.
  Mono provides a complete CLR (Common Language Runtime) including compiler and
  runtime, which can produce and execute CIL (Common Intermediate Language)
  bytecode (aka assemblies), and a class library.
  .
- This package contains the Mono System.Messaging library version 2.0.
+ This package contains the Mono System.Messaging library for CLI 2.0.
 
 Package: libmono-security1.0-cil
 Section: libs
 Architecture: all
 Replaces: mono-classlib-1.0 (<< 1.1.13.6), mono-classlib-1.0-dbg (<< 1.1.13.6)
 Depends: ${cli:Depends}
-Description: Mono Security library
+Description: Mono Security library (for CLI 1.0)
  Mono is a platform for running and developing applications based on the
  ECMA/ISO Standards. Mono is an open source effort led by Novell.
  Mono provides a complete CLR (Common Language Runtime) including compiler and
  runtime, which can produce and execute CIL (Common Intermediate Language)
  bytecode (aka assemblies), and a class library.
  .
- This package contains the Mono Security library version 1.0.
+ This package contains the Mono Security library for CLI 1.0.
 
 Package: libmono-security2.0-cil
 Section: libs
 Architecture: all
 Replaces: mono-classlib-2.0 (<< 1.1.13.6), mono-classlib-2.0-dbg (<< 1.1.13.6)
 Depends: ${cli:Depends}
-Description: Mono Security library
+Description: Mono Security library (for CLI 2.0)
  Mono is a platform for running and developing applications based on the
  ECMA/ISO Standards. Mono is an open source effort led by Novell.
  Mono provides a complete CLR (Common Language Runtime) including compiler and
  runtime, which can produce and execute CIL (Common Intermediate Language)
  bytecode (aka assemblies), and a class library.
  .
- This package contains the Mono Security library version 2.0.
+ This package contains the Mono Security library for CLI 2.0.
 
 Package: libmono-data-tds1.0-cil
 Section: libs
 Architecture: all
 Replaces: mono-classlib-1.0 (<< 1.1.13.6), mono-classlib-1.0-dbg (<< 1.1.13.6)
 Depends: ${cli:Depends}
-Description: Mono Data library
+Description: Mono Data library (for CLI 1.0)
  Mono is a platform for running and developing applications based on the
  ECMA/ISO Standards. Mono is an open source effort led by Novell.
  Mono provides a complete CLR (Common Language Runtime) including compiler and
  runtime, which can produce and execute CIL (Common Intermediate Language)
  bytecode (aka assemblies), and a class library.
  .
- This package contains the Mono Data library version 1.0.
+ This package contains the Mono Data library for CLI 1.0.
 
 Package: libmono-data-tds2.0-cil
 Section: libs
 Architecture: all
 Replaces: mono-classlib-2.0 (<< 1.1.13.6), mono-classlib-2.0-dbg (<< 1.1.13.6)
 Depends: ${cli:Depends}
-Description: Mono Data Library
+Description: Mono Data Library (for CLI 2.0)
  Mono is a platform for running and developing applications based on the
  ECMA/ISO Standards. Mono is an open source effort led by Novell.
  Mono provides a complete CLR (Common Language Runtime) including compiler and
  runtime, which can produce and execute CIL (Common Intermediate Language)
  bytecode (aka assemblies), and a class library.
  .
- This package contains the Mono Data library version 2.0.
+ This package contains the Mono Data library for CLI 2.0.
 
 Package: libmono-system-data1.0-cil
 Section: libs
@@ -585,14 +589,14 @@
 Replaces: mono-classlib-1.0 (<< 1.1.13.6), mono-classlib-1.0-dbg (<< 1.1.13.6)
 Suggests: ${cli:Suggests}
 Depends: ${cli:Depends}
-Description: Mono System.Data library
+Description: Mono System.Data library (for CLI 1.0)
  Mono is a platform for running and developing applications based on the
  ECMA/ISO Standards. Mono is an open source effort led by Novell.
  Mono provides a complete CLR (Common Language Runtime) including compiler and
  runtime, which can produce and execute CIL (Common Intermediate Language)
  bytecode (aka assemblies), and a class library.
  .
- This package contains the Mono System.Data library version 1.0.
+ This package contains the Mono System.Data library for CLI 1.0.
 
 Package: libmono-system-data2.0-cil
 Section: libs
@@ -600,28 +604,28 @@
 Replaces: mono-classlib-2.0 (<< 1.1.13.6), mono-classlib-2.0-dbg (<< 1.1.13.6)
 Suggests: ${cli:Suggests}
 Depends: ${cli:Depends}
-Description: Mono System.Data Library
+Description: Mono System.Data Library (for CLI 2.0)
  Mono is a platform for running and developing applications based on the
  ECMA/ISO Standards. Mono is an open source effort led by Novell.
  Mono provides a complete CLR (Common Language Runtime) including compiler and
  runtime, which can produce and execute CIL (Common Intermediate Language)
  bytecode (aka assemblies), and a class library.
  .
- This package contains the Mono System.Data library version 2.0.
+ This package contains the Mono System.Data library for CLI 2.0.
 
 Package: libmono-system-web1.0-cil
 Section: libs
 Architecture: all
 Replaces: mono-classlib-1.0 (<< 1.1.13.6), mono-classlib-1.0-dbg (<< 1.1.13.6)
 Depends: ${cli:Depends}, mono-jit (>= ${mono:upversion}), mono-jit (<< ${mono:next-upversion}), libgdiplus
-Description: Mono System.Web library
+Description: Mono System.Web library (for CLI 1.0)
  Mono is a platform for running and developing applications based on the
  ECMA/ISO Standards. Mono is an open source effort led by Novell.
  Mono provides a complete CLR (Common Language Runtime) including compiler and
  runtime, which can produce and execute CIL (Common Intermediate Language)
  bytecode (aka assemblies), and a class library.
  .
- This package contains the Mono System.Web library version 1.0.
+ This package contains the Mono System.Web library for CLI 1.0.
 
 Package: libmono-system-web2.0-cil
 Section: libs
@@ -629,70 +633,70 @@
 Replaces: mono-classlib-2.0 (<< 1.1.13.6), mono-classlib-2.0-dbg (<< 1.1.13.6)
 Depends: ${cli:Depends}, mono-jit (>= ${mono:upversion}), mono-jit (<< ${mono:next-upversion}), libgdiplus
 Suggests: ${cli:Suggests}
-Description: Mono System.Web Library
+Description: Mono System.Web Library (for CLI 2.0)
  Mono is a platform for running and developing applications based on the
  ECMA/ISO Standards. Mono is an open source effort led by Novell.
  Mono provides a complete CLR (Common Language Runtime) including compiler and
  runtime, which can produce and execute CIL (Common Intermediate Language)
  bytecode (aka assemblies), and a class library.
  .
- This package contains the Mono System.Web library version 2.0.
+ This package contains the Mono System.Web library for CLI 2.0.
 
 Package: libmono-system-runtime1.0-cil
 Section: libs
 Architecture: all
 Replaces: mono-classlib-1.0 (<< 1.1.13.6), mono-classlib-1.0-dbg (<< 1.1.13.6)
 Depends: ${cli:Depends}
-Description: Mono System.Runtime library
+Description: Mono System.Runtime library (for CLI 1.0)
  Mono is a platform for running and developing applications based on the
  ECMA/ISO Standards. Mono is an open source effort led by Novell.
  Mono provides a complete CLR (Common Language Runtime) including compiler and
  runtime, which can produce and execute CIL (Common Intermediate Language)
  bytecode (aka assemblies), and a class library.
  .
- This package contains the Mono System.Runtime library version 1.0.
+ This package contains the Mono System.Runtime library for CLI 1.0.
 
 Package: libmono-system-runtime2.0-cil
 Section: libs
 Architecture: all
 Replaces: mono-classlib-2.0 (<< 1.1.13.6), mono-classlib-2.0-dbg (<< 1.1.13.6)
 Depends: ${cli:Depends}
-Description: Mono System.Runtime Library
+Description: Mono System.Runtime Library (for CLI 2.0)
  Mono is a platform for running and developing applications based on the
  ECMA/ISO Standards. Mono is an open source effort led by Novell.
  Mono provides a complete CLR (Common Language Runtime) including compiler and
  runtime, which can produce and execute CIL (Common Intermediate Language)
  bytecode (aka assemblies), and a class library.
  .
- This package contains the Mono System.Runtime library version 2.0.
+ This package contains the Mono System.Runtime library for CLI 2.0.
 
 Package: libmono-system-ldap1.0-cil
 Section: libs
 Architecture: all
 Replaces: mono-classlib-1.0 (<< 1.1.13.6), mono-classlib-1.0-dbg (<< 1.1.13.6)
 Depends: ${cli:Depends}
-Description: Mono System.DirectoryServices library
+Description: Mono System.DirectoryServices library (for CLI 1.0)
  Mono is a platform for running and developing applications based on the
  ECMA/ISO Standards. Mono is an open source effort led by Novell.
  Mono provides a complete CLR (Common Language Runtime) including compiler and
  runtime, which can produce and execute CIL (Common Intermediate Language)
  bytecode (aka assemblies), and a class library.
  .
- This package contains the Mono System.DirectoryServices library version 1.0.
+ This package contains the Mono System.DirectoryServices library for CLI 1.0.
 
 Package: libmono-system-ldap2.0-cil
 Section: libs
 Architecture: all
 Replaces: mono-classlib-2.0 (<< 1.1.13.6), mono-classlib-2.0-dbg (<< 1.1.13.6)
 Depends: ${cli:Depends}
-Description: Mono System.DirectoryServices library
+Description: Mono System.DirectoryServices library (for CLI 2.0)
  Mono is a platform for running and developing applications based on the
  ECMA/ISO Standards. Mono is an open source effort led by Novell.
  Mono provides a complete CLR (Common Language Runtime) including compiler and
  runtime, which can produce and execute CIL (Common Intermediate Language)
  bytecode (aka assemblies), and a class library.
  .
- This package contains the Mono System.DirectoryServices library version 2.0.
+ This package contains the Mono System.DirectoryServices library for CLI 2.0.
 
 Package: libmono-winforms1.0-cil
 Section: libs
@@ -700,14 +704,14 @@
 Replaces: mono-classlib-1.0 (<< 1.1.13.6), mono-classlib-1.0-dbg (<< 1.1.13.6)
 Suggests: ${cli:Suggests}, shared-mime-info
 Depends: ${cli:Depends}, libgdiplus
-Description: Mono System.Windows.Forms library
+Description: Mono System.Windows.Forms library (for CLI 1.0)
  Mono is a platform for running and developing applications based on the
  ECMA/ISO Standards. Mono is an open source effort led by Novell.
  Mono provides a complete CLR (Common Language Runtime) including compiler and
  runtime, which can produce and execute CIL (Common Intermediate Language)
  bytecode (aka assemblies), and a class library.
  .
- This package contains the Mono System.Windows.Forms library version 1.0.
+ This package contains the Mono System.Windows.Forms library for CLI 1.0.
 
 Package: libmono-winforms2.0-cil
 Section: libs
@@ -715,154 +719,156 @@
 Replaces: mono-classlib-2.0 (<< 1.1.13.6), mono-classlib-2.0-dbg (<< 1.1.13.6)
 Suggests: ${cli:Suggests}, shared-mime-info
 Depends: ${cli:Depends}, libgdiplus
-Description: Mono System.Windows.Forms library
+Description: Mono System.Windows.Forms library (for CLI 2.0)
  Mono is a platform for running and developing applications based on the
  ECMA/ISO Standards. Mono is an open source effort led by Novell.
  Mono provides a complete CLR (Common Language Runtime) including compiler and
  runtime, which can produce and execute CIL (Common Intermediate Language)
  bytecode (aka assemblies), and a class library.
  .
- This package contains the Mono System.Windows.Forms library version 2.0.
+ This package contains the Mono System.Windows.Forms library for CLI 2.0.
 
 Package: libmono-cairo1.0-cil
 Section: libs
 Architecture: all
 Replaces: mono-classlib-1.0 (<< 1.1.13.4-1), mono-classlib-1.0-dbg (<< 1.1.13.4-1)
 Depends: ${cli:Depends}
-Description: Mono Cairo library
+Description: Mono Cairo library (for CLI 1.0)
  Mono is a platform for running and developing applications based on the
  ECMA/ISO Standards. Mono is an open source effort led by Novell.
  Mono provides a complete CLR (Common Language Runtime) including compiler and
  runtime, which can produce and execute CIL (Common Intermediate Language)
  bytecode (aka assemblies), and a class library.
  .
- This package contains the Mono Cairo library version 1.0.
+ This package contains the Mono Cairo library for CLI 1.0.
 
 Package: libmono-cairo2.0-cil
 Section: libs
 Architecture: all
 Replaces: mono-classlib-2.0 (<< 1.1.13.4-1), mono-classlib-2.0-dbg (<< 1.1.13.4-1)
 Depends: ${cli:Depends}
-Description: Mono Cairo library
+Description: Mono Cairo library (for CLI 2.0)
  Mono is a platform for running and developing applications based on the
  ECMA/ISO Standards. Mono is an open source effort led by Novell.
  Mono provides a complete CLR (Common Language Runtime) including compiler and
  runtime, which can produce and execute CIL (Common Intermediate Language)
  bytecode (aka assemblies), and a class library.
  .
- This package contains the Mono Cairo library version 2.0.
+ This package contains the Mono Cairo library for CLI 2.0.
 
 Package: libmono-sharpzip0.6-cil
 Section: libs
 Architecture: all
 Replaces: mono-classlib-1.0 (<< 1.1.13.4-1), mono-classlib-1.0-dbg (<< 1.1.13.4-1)
 Depends: ${cli:Depends}
-Description: Mono SharpZipLib library
+Description: Mono SharpZipLib library (for CLI 1.0)
  Mono is a platform for running and developing applications based on the
  ECMA/ISO Standards. Mono is an open source effort led by Novell.
  Mono provides a complete CLR (Common Language Runtime) including compiler and
  runtime, which can produce and execute CIL (Common Intermediate Language)
  bytecode (aka assemblies), and a class library.
  .
- This package contains the Mono SharpZipLib library version 0.6.
+ This package contains the Mono SharpZipLib library version 0.6, for CLI 1.0.
 
 Package: libmono-sharpzip0.84-cil
 Section: libs
 Architecture: all
 Replaces: mono-classlib-1.0 (<< 1.1.13.4-1), mono-classlib-1.0-dbg (<< 1.1.13.4-1)
 Depends: ${cli:Depends}
-Description: Mono SharpZipLib library
+Description: Mono SharpZipLib library (for CLI 1.0)
  Mono is a platform for running and developing applications based on the
  ECMA/ISO Standards. Mono is an open source effort led by Novell.
  Mono provides a complete CLR (Common Language Runtime) including compiler and
  runtime, which can produce and execute CIL (Common Intermediate Language)
  bytecode (aka assemblies), and a class library.
  .
- This package contains the Mono SharpZipLib library version 0.84.
+ This package contains the Mono SharpZipLib library version 0.84, for CLI 1.0.
 
 Package: libmono-sharpzip2.6-cil
 Section: libs
 Architecture: all
 Replaces: mono-classlib-2.0 (<< 1.1.13.4-1), mono-classlib-2.0-dbg (<< 1.1.13.4-1)
 Depends: ${cli:Depends}
-Description: Mono SharpZipLib library
+Description: Mono SharpZipLib library (for CLI 2.0)
  Mono is a platform for running and developing applications based on the
  ECMA/ISO Standards. Mono is an open source effort led by Novell.
  Mono provides a complete CLR (Common Language Runtime) including compiler and
  runtime, which can produce and execute CIL (Common Intermediate Language)
  bytecode (aka assemblies), and a class library.
  .
- This package contains the Mono SharpZipLib library version 2.6.
+ This package contains the Mono SharpZipLib library version 2.6, for CLI 2.0.
 
 Package: libmono-sharpzip2.84-cil
 Section: libs
 Architecture: all
 Replaces: mono-classlib-2.0 (<< 1.1.13.4-1), mono-classlib-2.0-dbg (<< 1.1.13.4-1)
 Depends: ${cli:Depends}
-Description: Mono SharpZipLib library
+Description: Mono SharpZipLib library (for CLI 2.0)
  Mono is a platform for running and developing applications based on the
  ECMA/ISO Standards. Mono is an open source effort led by Novell.
  Mono provides a complete CLR (Common Language Runtime) including compiler and
  runtime, which can produce and execute CIL (Common Intermediate Language)
  bytecode (aka assemblies), and a class library.
  .
- This package contains the Mono SharpZipLib library version 2.84.
+ This package contains the Mono SharpZipLib library version 2.84, for CLI 2.0.
 
 Package: libmono-npgsql1.0-cil
 Section: libs
 Architecture: all
 Replaces: mono-classlib-1.0 (<< 1.1.13.4-1), mono-classlib-1.0-dbg (<< 1.1.13.4-1)
 Depends: ${cli:Depends}
-Description: Mono Npgsql library
+Description: Mono Npgsql library (for CLI 1.0)
  Mono is a platform for running and developing applications based on the
  ECMA/ISO Standards. Mono is an open source effort led by Novell.
  Mono provides a complete CLR (Common Language Runtime) including compiler and
  runtime, which can produce and execute CIL (Common Intermediate Language)
  bytecode (aka assemblies), and a class library.
  .
- This package contains the Mono Npgsql library version 1.0.
+ This package contains the Mono Npgsql library for CLI 1.0.
 
 Package: libmono-npgsql2.0-cil
 Section: libs
 Architecture: all
 Replaces: mono-classlib-2.0 (<< 1.1.13.4-1), mono-classlib-2.0-dbg (<< 1.1.13.4-1)
 Depends: ${cli:Depends}
-Description: Mono Npgsql library
+Description: Mono Npgsql library (for CLI 2.0)
  Mono is a platform for running and developing applications based on the
  ECMA/ISO Standards. Mono is an open source effort led by Novell.
  Mono provides a complete CLR (Common Language Runtime) including compiler and
  runtime, which can produce and execute CIL (Common Intermediate Language)
  bytecode (aka assemblies), and a class library.
  .
- This package contains the Mono Npgsql library version 2.0.
+ This package contains the Mono Npgsql library for CLI 2.0.
 
 Package: libmono-bytefx0.7.6.1-cil
 Section: libs
 Architecture: all
 Replaces: mono-classlib-1.0 (<< 1.1.13.4-1), mono-classlib-1.0-dbg (<< 1.1.13.4-1)
 Depends: ${cli:Depends}
-Description: Mono ByteFX.Data library
+Description: Mono ByteFX.Data library (for CLI 1.0)
  Mono is a platform for running and developing applications based on the
  ECMA/ISO Standards. Mono is an open source effort led by Novell.
  Mono provides a complete CLR (Common Language Runtime) including compiler and
  runtime, which can produce and execute CIL (Common Intermediate Language)
  bytecode (aka assemblies), and a class library.
  .
- This package contains the Mono ByteFX.Data library version 0.7.6.1.
+ This package contains the Mono ByteFX.Data library version 0.7.6.1, for CLI 
+ 1.0.
 
 Package: libmono-bytefx0.7.6.2-cil
 Section: libs
 Architecture: all
 Replaces: mono-classlib-2.0 (<< 1.1.13.4-1), mono-classlib-2.0-dbg (<< 1.1.13.4-1)
 Depends: ${cli:Depends}
-Description: Mono ByteFX.Data library
+Description: Mono ByteFX.Data library (for CLI 2.0)
  Mono is a platform for running and developing applications based on the
  ECMA/ISO Standards. Mono is an open source effort led by Novell.
  Mono provides a complete CLR (Common Language Runtime) including compiler and
  runtime, which can produce and execute CIL (Common Intermediate Language)
  bytecode (aka assemblies), and a class library.
  .
- This package contains the Mono ByteFX.Data library version 0.7.6.2.
+ This package contains the Mono ByteFX.Data library version 0.7.6.2, for CLI
+ 2.0.
 
 Package: libmono-firebirdsql1.7-cil
 Section: libs
@@ -896,140 +902,140 @@
 Architecture: all
 Replaces: mono-classlib-1.0 (<< 1.1.13.6), mono-classlib-1.0-dbg (<< 1.1.13.6)
 Depends: ${cli:Depends}
-Description: Mono Oracle library
+Description: Mono Oracle library (for CLI 1.0)
  Mono is a platform for running and developing applications based on the
  ECMA/ISO Standards. Mono is an open source effort led by Novell.
  Mono provides a complete CLR (Common Language Runtime) including compiler and
  runtime, which can produce and execute CIL (Common Intermediate Language)
  bytecode (aka assemblies), and a class library.
  .
- This package contains the Mono Oracle library version 1.0.
+ This package contains the Mono Oracle library for CLI 1.0.
 
 Package: libmono-oracle2.0-cil
 Section: libs
 Architecture: all
 Replaces: mono-classlib-2.0 (<< 1.1.13.6), mono-classlib-2.0-dbg (<< 1.1.13.6)
 Depends: ${cli:Depends}
-Description: Mono Oracle library
+Description: Mono Oracle library (for CLI 2.0)
  Mono is a platform for running and developing applications based on the
  ECMA/ISO Standards. Mono is an open source effort led by Novell.
  Mono provides a complete CLR (Common Language Runtime) including compiler and
  runtime, which can produce and execute CIL (Common Intermediate Language)
  bytecode (aka assemblies), and a class library.
  .
- This package contains the Mono Oracle library version 2.0.
+ This package contains the Mono Oracle library for CLI 2.0.
 
 Package: libmono-sqlite1.0-cil
 Section: libs
 Architecture: all
 Replaces: mono-classlib-1.0 (<< 1.1.13.4-1), mono-classlib-1.0-dbg (<< 1.1.13.4-1)
 Depends: ${cli:Depends}
-Description: Mono Sqlite library
+Description: Mono Sqlite library (for CLI 1.0)
  Mono is a platform for running and developing applications based on the
  ECMA/ISO Standards. Mono is an open source effort led by Novell.
  Mono provides a complete CLR (Common Language Runtime) including compiler and
  runtime, which can produce and execute CIL (Common Intermediate Language)
  bytecode (aka assemblies), and a class library.
  .
- This package contains the Mono Sqlite library version 1.0.
+ This package contains the Mono Sqlite library for CLI 1.0.
 
 Package: libmono-sqlite2.0-cil
 Section: libs
 Architecture: all
 Replaces: mono-classlib-2.0 (<< 1.1.13.4-1), mono-classlib-2.0-dbg (<< 1.1.13.4-1)
 Depends: ${cli:Depends}
-Description: Mono Sqlite library
+Description: Mono Sqlite library (for CLI 2.0)
  Mono is a platform for running and developing applications based on the
  ECMA/ISO Standards. Mono is an open source effort led by Novell.
  Mono provides a complete CLR (Common Language Runtime) including compiler and
  runtime, which can produce and execute CIL (Common Intermediate Language)
  bytecode (aka assemblies), and a class library.
  .
- This package contains the Mono Sqlite library version 2.0.
+ This package contains the Mono Sqlite library for CLI 2.0.
 
 Package: libmono-accessibility1.0-cil
 Section: libs
 Architecture: all
 Replaces: mono-classlib-1.0 (<< 1.1.13.6), mono-classlib-1.0-dbg (<< 1.1.13.6)
 Depends: ${cli:Depends}
-Description: Mono Accessibility library
+Description: Mono Accessibility library (for CLI 1.0)
  Mono is a platform for running and developing applications based on the
  ECMA/ISO Standards. Mono is an open source effort led by Novell.
  Mono provides a complete CLR (Common Language Runtime) including compiler and
  runtime, which can produce and execute CIL (Common Intermediate Language)
  bytecode (aka assemblies), and a class library.
  .
- This package contains the Mono Accessibility library version 1.0.
+ This package contains the Mono Accessibility library for CLI 1.0.
 
 Package: libmono-accessibility2.0-cil
 Section: libs
 Architecture: all
 Replaces: mono-classlib-2.0 (<< 1.1.13.6), mono-classlib-2.0-dbg (<< 1.1.13.6)
 Depends: ${cli:Depends}
-Description: Mono Accessibility library
+Description: Mono Accessibility library (for CLI 2.0)
  Mono is a platform for running and developing applications based on the
  ECMA/ISO Standards. Mono is an open source effort led by Novell.
  Mono provides a complete CLR (Common Language Runtime) including compiler and
  runtime, which can produce and execute CIL (Common Intermediate Language)
  bytecode (aka assemblies), and a class library.
  .
- This package contains the Mono Accessibility library version 2.0.
+ This package contains the Mono Accessibility library for CLI 2.0.
 
 Package: libmono-cscompmgd7.0-cil
 Section: libs
 Architecture: all
 Replaces: mono-classlib-1.0 (<< 1.1.13.6), mono-classlib-1.0-dbg (<< 1.1.13.6)
 Depends: ${cli:Depends}
-Description: Mono cscompmgd library
+Description: Mono cscompmgd library (for CLI 1.0)
  Mono is a platform for running and developing applications based on the
  ECMA/ISO Standards. Mono is an open source effort led by Novell.
  Mono provides a complete CLR (Common Language Runtime) including compiler and
  runtime, which can produce and execute CIL (Common Intermediate Language)
  bytecode (aka assemblies), and a class library.
  .
- This package contains the Mono cscompmgd library version 7.0.
+ This package contains the Mono cscompmgd library version 7.0, for CLI 1.0.
 
 Package: libmono-cscompmgd8.0-cil
 Section: libs
 Architecture: all
 Replaces: mono-classlib-2.0 (<< 1.1.13.6), mono-classlib-2.0-dbg (<< 1.1.13.6)
 Depends: ${cli:Depends}
-Description: Mono cscompmgd library
+Description: Mono cscompmgd library (for CLI 2.0)
  Mono is a platform for running and developing applications based on the
  ECMA/ISO Standards. Mono is an open source effort led by Novell.
  Mono provides a complete CLR (Common Language Runtime) including compiler and
  runtime, which can produce and execute CIL (Common Intermediate Language)
  bytecode (aka assemblies), and a class library.
  .
- This package contains the Mono cscompmgd library version 8.0.
+ This package contains the Mono cscompmgd library version 8.0, for CLI 2.0.
 
 Package: libmono-ldap1.0-cil
 Section: libs
 Architecture: all
 Replaces: mono-classlib-1.0 (<< 1.1.13.6), mono-classlib-1.0-dbg (<< 1.1.13.6)
 Depends: ${cli:Depends}
-Description: Mono LDAP library
+Description: Mono LDAP library (for CLI 1.0)
  Mono is a platform for running and developing applications based on the
  ECMA/ISO Standards. Mono is an open source effort led by Novell.
  Mono provides a complete CLR (Common Language Runtime) including compiler and
  runtime, which can produce and execute CIL (Common Intermediate Language)
  bytecode (aka assemblies), and a class library.
  .
- This package contains the Mono LDAP library version 1.0.
+ This package contains the Mono LDAP library for CLI 1.0.
 
 Package: libmono-ldap2.0-cil
 Section: libs
 Architecture: all
 Replaces: mono-classlib-2.0 (<< 1.1.13.6), mono-classlib-2.0-dbg (<< 1.1.13.6)
 Depends: ${cli:Depends}
-Description: Mono LDAP library
+Description: Mono LDAP library (for CLI 2.0)
  Mono is a platform for running and developing applications based on the
  ECMA/ISO Standards. Mono is an open source effort led by Novell.
  Mono provides a complete CLR (Common Language Runtime) including compiler and
  runtime, which can produce and execute CIL (Common Intermediate Language)
  bytecode (aka assemblies), and a class library.
  .
- This package contains the Mono LDAP library version 2.0.
+ This package contains the Mono LDAP library for CLI 2.0.
 
 Package: libmono-microsoft-build2.0-cil
 Section: libs
@@ -1050,84 +1056,84 @@
 Architecture: all
 Replaces: mono-classlib-1.0 (<< 1.1.13.6), mono-classlib-1.0-dbg (<< 1.1.13.6)
 Depends: ${cli:Depends}
-Description: Mono Microsoft libraries
+Description: Mono Microsoft libraries (for CLI 1.0)
  Mono is a platform for running and developing applications based on the
  ECMA/ISO Standards. Mono is an open source effort led by Novell.
  Mono provides a complete CLR (Common Language Runtime) including compiler and
  runtime, which can produce and execute CIL (Common Intermediate Language)
  bytecode (aka assemblies), and a class library.
  .
- This package contains the Mono Microsoft libraries version 7.0.
+ This package contains the Mono Microsoft libraries version 7.0, for CLI 1.0.
 
 Package: libmono-microsoft8.0-cil
 Section: libs
 Architecture: all
 Replaces: mono-classlib-2.0 (<< 1.1.13.6), mono-classlib-2.0-dbg (<< 1.1.13.6)
 Depends: ${cli:Depends}
-Description: Mono Microsoft libraries
+Description: Mono Microsoft libraries (for CLI 2.0)
  Mono is a platform for running and developing applications based on the
  ECMA/ISO Standards. Mono is an open source effort led by Novell.
  Mono provides a complete CLR (Common Language Runtime) including compiler and
  runtime, which can produce and execute CIL (Common Intermediate Language)
  bytecode (aka assemblies), and a class library.
  .
- This package contains the Mono Microsoft libraries version 8.0.
+ This package contains the Mono Microsoft libraries version 8.0, for CLI 2.0.
 
 Package: libmono-peapi1.0-cil
 Section: libs
 Architecture: all
 Replaces: mono-classlib-1.0 (<< 1.1.13.6), mono-classlib-1.0-dbg (<< 1.1.13.6)
 Depends: ${cli:Depends}
-Description: Mono PEAPI library
+Description: Mono PEAPI library (for CLI 1.0)
  Mono is a platform for running and developing applications based on the
  ECMA/ISO Standards. Mono is an open source effort led by Novell.
  Mono provides a complete CLR (Common Language Runtime) including compiler and
  runtime, which can produce and execute CIL (Common Intermediate Language)
  bytecode (aka assemblies), and a class library.
  .
- This package contains the Mono PEAPI library version 1.0.
+ This package contains the Mono PEAPI library for CLI 1.0.
 
 Package: libmono-peapi2.0-cil
 Section: libs
 Architecture: all
 Replaces: mono-classlib-2.0 (<< 1.1.13.6), mono-classlib-2.0-dbg (<< 1.1.13.6)
 Depends: ${cli:Depends}
-Description: Mono PEAPI library
+Description: Mono PEAPI library (for CLI 2.0)
  Mono is a platform for running and developing applications based on the
  ECMA/ISO Standards. Mono is an open source effort led by Novell.
  Mono provides a complete CLR (Common Language Runtime) including compiler and
  runtime, which can produce and execute CIL (Common Intermediate Language)
  bytecode (aka assemblies), and a class library.
  .
- This package contains the Mono PEAPI library version 2.0.
+ This package contains the Mono PEAPI library for CLI 2.0.
 
 Package: libmono-relaxng1.0-cil
 Section: libs
 Architecture: all
 Replaces: mono-classlib-1.0 (<< 1.1.13.6), mono-classlib-1.0-dbg (<< 1.1.13.6)
 Depends: ${cli:Depends}
-Description: Mono Relaxng library
+Description: Mono Relaxng library (for CLI 1.0)
  Mono is a platform for running and developing applications based on the
  ECMA/ISO Standards. Mono is an open source effort led by Novell.
  Mono provides a complete CLR (Common Language Runtime) including compiler and
  runtime, which can produce and execute CIL (Common Intermediate Language)
  bytecode (aka assemblies), and a class library.
  .
- This package contains the Mono Relaxng library version 1.0.
+ This package contains the Mono Relaxng library for CLI 1.0.
 
 Package: libmono-relaxng2.0-cil
 Section: libs
 Architecture: all
 Replaces: mono-classlib-2.0 (<< 1.1.13.6), mono-classlib-2.0-dbg (<< 1.1.13.6)
 Depends: ${cli:Depends}
-Description: Mono Relaxng library
+Description: Mono Relaxng library (for CLI 2.0)
  Mono is a platform for running and developing applications based on the
  ECMA/ISO Standards. Mono is an open source effort led by Novell.
  Mono provides a complete CLR (Common Language Runtime) including compiler and
  runtime, which can produce and execute CIL (Common Intermediate Language)
  bytecode (aka assemblies), and a class library.
  .
- This package contains the Mono Relaxng library version 2.0.
+ This package contains the Mono Relaxng library for CLI 2.0.
 
 Package: mono-dbg
 Priority: extra
@@ -1385,7 +1391,7 @@
  runtime, which can produce and execute CIL (Common Intermediate Language)
  bytecode (aka assemblies), and a class library.
  .
- This package contains the mono-service manager, used to start and stop
+ This package contains the mono-service manager, used to start and stop CLI 1.0 
  services based on the System.ServiceProcess API.
 
 Package: mono-2.0-service
@@ -1400,8 +1406,8 @@
  runtime, which can produce and execute CIL (Common Intermediate Language)
  bytecode (aka assemblies), and a class library.
  .
- This package contains the mono-service2 manager, used to start and stop
- services based on the System.ServiceProcess API.
+ This package contains the mono-service2 manager, used to start and stop CLI 
+ 2.0 services based on the System.ServiceProcess API.
 
 Package: mono-xbuild
 Section: devel
@@ -1445,30 +1451,32 @@
 Replaces: mono-gac (<< 2.0)
 Depends: mono-jit (>= 1.0), ${cli:Depends}
 Recommends: cli-common (>= 0.4.0)
-Description: Mono GAC tool
+Description: Mono GAC tool (for CLI 1.0)
  Mono is a platform for running and developing applications based on the
  ECMA/ISO Standards. Mono is an open source effort led by Novell.
  Mono provides a complete CLR (Common Language Runtime) including compiler and
  runtime, which can produce and execute CIL (Common Intermediate Language)
  bytecode (aka assemblies), and a class library.
  .
- This package includes the GAC (Global Assembly Cache) tool (gacutil)
- used by Mono to store shared CIL (Common Intermediate Language) libraries.
+ This package includes a version of the GAC (Global Assembly Cache) tool 
+ (gacutil) used by Mono to store shared CIL (Common Intermediate Language) 
+ libraries, for CLI 1.0
 
 Package: mono-2.0-gac
 Section: devel
 Architecture: all
 Depends: mono-jit (>= 1.0), ${cli:Depends}
 Recommends: cli-common (>= 0.4.0)
-Description: Mono GAC tool
+Description: Mono GAC tool (for CLI 2.0)
  Mono is a platform for running and developing applications based on the
  ECMA/ISO Standards. Mono is an open source effort led by Novell.
  Mono provides a complete CLR (Common Language Runtime) including compiler and
  runtime, which can produce and execute CIL (Common Intermediate Language)
  bytecode (aka assemblies), and a class library.
  .
- This package includes the GAC (Global Assembly Cache) tool (gacutil)
- used by Mono to store shared CIL (Common Intermediate Language) libraries.
+ This package includes a version of the GAC (Global Assembly Cache) tool 
+ (gacutil) used by Mono to store shared CIL (Common Intermediate Language) 
+ libraries, for CLI 2.0
 
 Package: mono-jay
 Section: devel




More information about the Pkg-mono-svn-commits mailing list