[Pkg-mono-svn-commits] [mono] 13/14: Add package for System.Json.Microsoft assembly

Jo Shields directhex at alioth.debian.org
Sat Oct 19 23:04:35 UTC 2013


This is an automated email from the git hooks/post-receive script.

directhex pushed a commit to branch master-experimental
in repository mono.

commit 6b9fdaa5e75ded0016610d5faf5279a3798e42e0
Author: Jo Shields <directhex at apebox.org>
Date:   Thu Oct 17 21:19:53 2013 +0100

    Add package for System.Json.Microsoft assembly
---
 debian/control                                      |   15 +++++++++++++++
 debian/libmono-system-json-microsoft4.0-cil.install |    3 +++
 2 files changed, 18 insertions(+)

diff --git a/debian/control b/debian/control
index 1c9cd08..d4f0693 100644
--- a/debian/control
+++ b/debian/control
@@ -445,6 +445,7 @@ Depends: ${misc:Depends},
          libmono-system-io-compression-filesystem4.0-cil (= ${source:Version}),
          libmono-system-json2.0-cil (= ${source:Version}),
          libmono-system-json4.0-cil (= ${source:Version}),
+         libmono-system-json-microsoft4.0-cil (= ${source:Version}),
          libmono-system-ldap2.0-cil (= ${source:Version}),
          libmono-system-ldap4.0-cil (= ${source:Version}),
          libmono-system-ldap-protocols4.0-cil (= ${source:Version}),
@@ -1873,6 +1874,20 @@ Description: Mono System.Json library (for CLI 4.0)
  This package contains the Mono System.Json library for CLI 4.0 which provides
  serialization of JavaScript Object Notation (JSON).
 
+Package: libmono-system-json-microsoft4.0-cil
+Architecture: all
+Depends: ${misc:Depends},
+         ${cli:Depends},
+Description: Mono System.Json.Microsoft library (for CLI 4.0)
+ Mono is a platform for running and developing applications based on the
+ ECMA/ISO Standards. Mono is an open source effort led by Xamarin.
+ 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.Json.Microsoft library for CLI 4.0 
+ which provides serialization of JavaScript Object Notation (JSON).
+
 Package: libmono-system-management4.0-cil
 Architecture: all
 Depends: ${misc:Depends},
diff --git a/debian/libmono-system-json-microsoft4.0-cil.install b/debian/libmono-system-json-microsoft4.0-cil.install
new file mode 100644
index 0000000..e7e3d35
--- /dev/null
+++ b/debian/libmono-system-json-microsoft4.0-cil.install
@@ -0,0 +1,3 @@
+/usr/lib/mono/4.0/System.Json.Microsoft.dll*
+/usr/lib/mono/4.5/System.Json.Microsoft.dll*
+/usr/lib/mono/gac/System.Json.Microsoft/4.0.0.0__*/

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-mono/packages/mono.git



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