[Pkg-mono-svn-commits] [mono] 26/38: Add new ServiceModel packages

Jo Shields directhex at moszumanska.debian.org
Wed Nov 18 18:22:44 UTC 2015


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

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

commit 1fcbc08e6f3d259946aa16c8144977983be786d4
Author: Jo Shields <jo.shields at xamarin.com>
Date:   Wed Nov 18 16:11:31 2015 +0000

    Add new ServiceModel packages
---
 debian/control                                     | 36 ++++++++++++++++++++++
 debian/libmono-smdiagnostics0.0-cil.install        |  2 ++
 ...no-system-servicemodel-internals0.0-cil.install |  2 ++
 3 files changed, 40 insertions(+)

diff --git a/debian/control b/debian/control
index ac46b47..c8f1481 100644
--- a/debian/control
+++ b/debian/control
@@ -360,6 +360,7 @@ Depends: ${misc:Depends},
          libmono-security4.0-cil (= ${source:Version}),
          libmono-sharpzip4.84-cil (= ${source:Version}),
          libmono-simd4.0-cil (= ${source:Version}),
+         libmono-smdiagnostics0.0-cil (= ${source:Version}),
          libmono-sqlite4.0-cil (= ${source:Version}),
          libmono-system4.0-cil (= ${source:Version}),
          libmono-system-componentmodel-composition4.0-cil (= ${source:Version}),
@@ -413,6 +414,7 @@ Depends: ${misc:Depends},
          libmono-system-servicemodel4.0a-cil (= ${source:Version}),
          libmono-system-servicemodel-activation4.0-cil (= ${source:Version}),
          libmono-system-servicemodel-discovery4.0-cil (= ${source:Version}),
+         libmono-system-servicemodel-internals0.0-cil (= ${source:Version}),
          libmono-system-servicemodel-routing4.0-cil (= ${source:Version}),
          libmono-system-servicemodel-web4.0-cil (= ${source:Version}),
          libmono-system-serviceprocess4.0-cil (= ${source:Version}),
@@ -642,6 +644,23 @@ Description: Mono SIMD (for CLI 4.0)
  number of classes that are hardware accelerated by mapping the classes and
  the actual operations to native SIMD instructions on a processor.
 
+Package: libmono-smdiagnostics0.0-cil
+Architecture: all
+Depends: ${misc:Depends},
+         ${cli:Depends}
+Homepage: http://mono-project.com/WCF
+Description: Mono SMDiagnostics 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 SMDiagnostics library which is part
+ of the Windows Communication Foundation (WCF) libraries of Mono for CLI 4.0.
+ The WFC stack is for building SOA-based applications.
+ Its development is in early stages.
+
 Package: libmono-corlib4.5-cil
 Architecture: all
 Depends: ${misc:Depends},
@@ -1563,6 +1582,23 @@ Description: Mono System.ServiceModel.Discovery Library (for CLI 4.0)
  The WFC stack is for building SOA-based applications.
  Its development is in early stages.
 
+Package: libmono-system-servicemodel-internals0.0-cil
+Architecture: all
+Depends: ${misc:Depends},
+         ${cli:Depends}
+Homepage: http://mono-project.com/WCF
+Description: Mono System.ServiceModel.Internals 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 System.ServiceModel.Internals library which is part
+ of the Windows Communication Foundation (WCF) libraries of Mono for CLI 4.0.
+ The WFC stack is for building SOA-based applications.
+ Its development is in early stages.
+
 Package: libmono-system-servicemodel-routing4.0-cil
 Architecture: all
 Depends: ${misc:Depends},
diff --git a/debian/libmono-smdiagnostics0.0-cil.install b/debian/libmono-smdiagnostics0.0-cil.install
new file mode 100644
index 0000000..c9886a6
--- /dev/null
+++ b/debian/libmono-smdiagnostics0.0-cil.install
@@ -0,0 +1,2 @@
+/usr/lib/mono/4.5/SMDiagnostics.dll*
+/usr/lib/mono/gac/SMDiagnostics/0.0.0.0__*/
diff --git a/debian/libmono-system-servicemodel-internals0.0-cil.install b/debian/libmono-system-servicemodel-internals0.0-cil.install
new file mode 100644
index 0000000..9293ed9
--- /dev/null
+++ b/debian/libmono-system-servicemodel-internals0.0-cil.install
@@ -0,0 +1,2 @@
+/usr/lib/mono/4.5/System.ServiceModel.Internals.dll*
+/usr/lib/mono/gac/System.ServiceModel.Internals/0.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