[Pkg-mono-svn-commits] [SCM] mono branch, master, updated. debian/2.4+dfsg-6-26-g8b65c7c

Mirco Bauer meebey at meebey.net
Wed Aug 5 23:04:02 UTC 2009


The following commit has been merged in the master branch:
commit 1b8bda7da07eebf8db4abeb22f59643dca358e00
Author: Mirco Bauer <meebey at meebey.net>
Date:   Thu Jul 30 20:11:56 2009 +0200

      * debian/control
        debian/mono-runtime.install
        debian/libmono-profiler.install:
        + Moved the libmono-profiler-* libraries to the new libmono-profiler
          package, as they pull libmono0 in which is unneeded for normal usage.

diff --git a/debian/changelog b/debian/changelog
index 29671db..0966c94 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -31,6 +31,11 @@ mono (2.4.2.3+dfsg-1~pre1) unstable; urgency=low
   * debian/patches/fix_array_compare.dpatch:
     + Fix in the compiler needed for IronRuby.
       (thanks goes to C.J. Adams-Collier for providing the patch)
+  * debian/control
+    debian/mono-runtime.install
+    debian/libmono-profiler.install:
+    + Moved the libmono-profiler-* libraries to the new libmono-profiler
+      package, as they pull libmono0 in which is unneeded for normal usage.
 
  -- Mirco Bauer <meebey at debian.org>  Thu, 30 Jul 2009 19:35:10 +0200
 
diff --git a/debian/control b/debian/control
index cf08390..26a5053 100644
--- a/debian/control
+++ b/debian/control
@@ -85,6 +85,8 @@ Package: mono-complete
 Architecture: i386 lpia kfreebsd-i386 powerpc amd64 kfreebsd-amd64 ia64 arm armeb armel sparc s390
 Recommends: libmono-firebirdsql1.7-cil (= ${source:Version})
 Depends: mono-runtime (= ${binary:Version}),
+         libmono0 (= ${binary:Version}),
+         libmono-profiler (= ${binary:Version}),
          mono-utils (= ${binary:Version}),
          mono-jay (= ${binary:Version}),
          mono-devel (= ${source:Version}),
@@ -228,6 +230,20 @@ Description: Mono JIT library - Development files
  runtime, which can produce and execute CIL (Common Intermediate Language)
  bytecode (aka assemblies), and a class library.
 
+Package: libmono-profiler
+Architecture: i386 lpia kfreebsd-i386 powerpc amd64 kfreebsd-amd64 ia64 arm armeb armel sparc s390
+Replaces: mono-runtime (<< 2.4.2.3)
+Depends: ${shlibs:Depends}, ${misc:Depends}
+Description: Mono profiler libraries
+ Profiler libraries for Mono, used for profiling applications running on Mono.
+ For details how to use them, please take a look at the mono manpage.
+ .
+ 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.
+
 Package: libmono1.0-cil
 Architecture: all
 Replaces: mono-classlib-1.0 (<< 1.1.13.6), mono-classlib-1.0-dbg (<< 1.1.13.6)
diff --git a/debian/libmono-profiler.install b/debian/libmono-profiler.install
new file mode 100644
index 0000000..5a30648
--- /dev/null
+++ b/debian/libmono-profiler.install
@@ -0,0 +1 @@
+/usr/lib/libmono-profiler-*.so.*
diff --git a/debian/mono-runtime.install b/debian/mono-runtime.install
index 4643f35..00ed0d6 100644
--- a/debian/mono-runtime.install
+++ b/debian/mono-runtime.install
@@ -4,6 +4,5 @@
 /etc/mono/1.0/
 /etc/mono/2.0/
 /usr/share/mono-1.0/mono/cil/cil-opcodes.xml
-/usr/lib/libmono-*.so.*
 /usr/lib/libMonoPosixHelper.so
 /usr/lib/libMonoSupportW.so

-- 
mono



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