[Pkg-mono-svn-commits] [SCM] mono branch, master, updated. 2.0.1-6-92-g5f57dc0

Mirco Bauer meebey at meebey.net
Mon May 25 18:14:30 UTC 2009


The following commit has been merged in the master branch:
commit 04651ef68b0f7cc96a2494b63fbd51d4bdd68d9f
Author: Mirco Bauer <meebey at meebey.net>
Date:   Sun May 24 15:25:21 2009 +0200

      * debian/update-shlibs.local.sh:
        + Fixed shlibs line of libMonoPosixHelper, was causing incorrect
          dependencies on libmono0 instead of mono-runtime.
        + Added shlibs line for libMonoSupportW.

diff --git a/debian/changelog b/debian/changelog
index b0fb4b0..721cf98 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,12 +1,19 @@
 mono (2.4+dfsg-2) UNRELEASED; urgency=low
 
+  [ Jo Shields ]
   * debian/rules:
     + Implement workaround to force removal of /usr/share/doc symlinks
       on Ubuntu systems when upgrading from pre-2.4 packages
   * debian/control:
     + Add dependency on lsb-release to allow distro detection
 
- -- Jo Shields <directhex at apebox.org>  Sat, 09 May 2009 02:14:29 +0100
+  [ Mirco Bauer ]
+  * debian/update-shlibs.local.sh:
+    + Fixed shlibs line of libMonoPosixHelper, was causing incorrect
+      dependencies on libmono0 instead of mono-runtime.
+    + Added shlibs line for libMonoSupportW.
+
+ -- Mirco Bauer <meebey at debian.org>  Sun, 24 May 2009 15:23:14 +0200
 
 mono (2.4+dfsg-1) experimental; urgency=low
 
diff --git a/debian/shlibs.local b/debian/shlibs.local
index e407509..3769699 100644
--- a/debian/shlibs.local
+++ b/debian/shlibs.local
@@ -1,4 +1,5 @@
-libMonoPosixHelper 0 libmono0 (>= 2.4)
+libMonoPosixHelper 0 mono-runtime (>= 2.4)
+libMonoSupportW 0 mono-runtime (>= 2.4)
 libgdiplus 0 libgdiplus (>= 2.4)
 libgluezilla 0 libgluezilla (>= 2.4)
 libcairo 2 libcairo2 (>= 1.8.0-2)
diff --git a/debian/update-shlibs.local.sh b/debian/update-shlibs.local.sh
index 486ada1..bd7b723 100755
--- a/debian/update-shlibs.local.sh
+++ b/debian/update-shlibs.local.sh
@@ -24,7 +24,8 @@ cp debian/shlibs.local debian/shlibs.local.backup
 rm -f debian/shlibs.local.new
 
 # libs that don't ship shlibs
-echo "libMonoPosixHelper 0 libmono0 (>= $MAJOR_MINOR_UPVERSION)"	>> debian/shlibs.local.new
+echo "libMonoPosixHelper 0 mono-runtime (>= $MAJOR_MINOR_UPVERSION)"	>> debian/shlibs.local.new
+echo "libMonoSupportW 0 mono-runtime (>= $MAJOR_MINOR_UPVERSION)"	>> debian/shlibs.local.new
 echo "libgdiplus 0 libgdiplus (>= $MAJOR_MINOR_UPVERSION)"		>> debian/shlibs.local.new
 echo "libgluezilla 0 libgluezilla (>= $MAJOR_MINOR_UPVERSION)"		>> debian/shlibs.local.new
 

-- 
mono



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