[Pkg-mono-svn-commits] [SCM] mono branch, master-experimental, updated. debian/2.6.3-4-34-gd1bf954

Mirco Bauer meebey at meebey.net
Thu Aug 12 01:19:12 UTC 2010


The following commit has been merged in the master-experimental branch:
commit 45d4f69f2676a2cf89ff9e71bcb729b9ad7adb7e
Author: Mirco Bauer <meebey at meebey.net>
Date:   Fri Aug 6 17:05:03 2010 +0200

    Added libmono-system-web-mvc2.0-cil package

diff --git a/debian/control b/debian/control
index 0177e09..131129c 100644
--- a/debian/control
+++ b/debian/control
@@ -221,6 +221,7 @@ Depends: ${misc:Depends},
          libmono-system-web1.0-cil (= ${source:Version}),
          libmono-system-web2.0-cil (= ${source:Version}),
          libmono-system-web-mvc1.0-cil (= ${source:Version}),
+         libmono-system-web-mvc2.0-cil (= ${source:Version}),
          libmono-wcf3.0-cil (= ${source:Version}),
          libmono-system-runtime1.0-cil (= ${source:Version}),
          libmono-system-runtime2.0-cil (= ${source:Version}),
@@ -809,6 +810,20 @@ Description: Mono ASP.NET MVC Library
  .
  This package contains the Mono System.Web.Mvc library for CLI 2.0.
 
+Package: libmono-system-web-mvc2.0-cil
+Architecture: all
+Replaces: libmono-system-web-mvc1.0-cil (<< 2.6.7)
+Depends: ${misc:Depends}, ${cli:Depends}
+Description: Mono ASP.NET MVC 2.0 Library
+ 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.Mvc 2.0 library for CLI 2.0.
+
 Package: libmono-wcf3.0-cil
 Architecture: all
 Depends: ${misc:Depends}, ${cli:Depends}
diff --git a/debian/libmono-system-web-mvc1.0-cil.install b/debian/libmono-system-web-mvc1.0-cil.install
index 01d5135..acf871b 100644
--- a/debian/libmono-system-web-mvc1.0-cil.install
+++ b/debian/libmono-system-web-mvc1.0-cil.install
@@ -1,2 +1 @@
 /usr/lib/mono/gac/System.Web.Mvc/1.0.0.0__*/
-/usr/lib/mono/2.0/System.Web.Mvc.dll
diff --git a/debian/libmono-system-web-mvc2.0-cil.install b/debian/libmono-system-web-mvc2.0-cil.install
new file mode 100644
index 0000000..ba994b4
--- /dev/null
+++ b/debian/libmono-system-web-mvc2.0-cil.install
@@ -0,0 +1,2 @@
+/usr/lib/mono/gac/System.Web.Mvc/2.0.0.0__*/
+/usr/lib/mono/2.0/System.Web.Mvc.dll

-- 
mono



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