[Pkg-mono-svn-commits] [SCM] moon branch, master, updated. upstream/2.3-47-g8f32d36

Jo Shields directhex at apebox.org
Fri Nov 5 00:58:58 UTC 2010


The following commit has been merged in the master branch:
commit a5c85066340f88e1b77a6ac95e1f8b31e9c9d2cf
Author: Jo Shields <directhex at apebox.org>
Date:   Thu Nov 4 23:45:57 2010 +0000

    FF 3.6 support, yay
    (Historic bzr commit from Wed 2010-02-17 12:58:38 +0000)

diff --git a/debian/changelog b/debian/changelog
index d0519ed..4b42183 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -16,6 +16,9 @@ moon (2.1-0ubuntu1~pre~ppa1) UNRELEASED; urgency=low
   * debian/control,
     debian/moonlight-web-devel.install:
     + Create new package for Moonlight SDK
+  * debian/patches/moon_backport_support_for_firefox_3.6_r150505.patch:
+    + Backport from Moonlight trunk to provide support for Firefox 3.6
+      (Xulrunner 1.9.2). Thanks to Andreia Gaita
   * debian/rules:
     + Rewrite, port to fully DH7 format
   * debian/monodoc-moonlight-manual.install:
diff --git a/debian/moonlight-plugin-mozilla.install b/debian/moonlight-plugin-mozilla.install
index df2b592..ece397a 100644
--- a/debian/moonlight-plugin-mozilla.install
+++ b/debian/moonlight-plugin-mozilla.install
@@ -1 +1 @@
-usr/lib/moonlight/plugin/libmoonplugin-ff3bridge.so
+usr/lib/moonlight/plugin/libmoonplugin-ff*bridge.so
diff --git a/debian/patches/series b/debian/patches/series
index 73ac86a..b44dac6 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +1,2 @@
 use_bundled_mono_runtime_for_smcs.patch
+moon_backport_support_for_firefox_3.6_r150505.patch
diff --git a/debian/patches/use_bundled_mono_runtime_for_smcs.patch b/debian/patches/use_bundled_mono_runtime_for_smcs.patch
index bbf7da9..c9eb9f4 100644
--- a/debian/patches/use_bundled_mono_runtime_for_smcs.patch
+++ b/debian/patches/use_bundled_mono_runtime_for_smcs.patch
@@ -1,7 +1,7 @@
-Index: moonlight-2.0/scripts/smcs.in
+Index: moonlight-2.1/scripts/smcs.in
 ===================================================================
---- moonlight-2.0.orig/scripts/smcs.in	2010-02-02 18:38:08.000000000 +0000
-+++ moonlight-2.0/scripts/smcs.in	2010-02-02 18:38:25.000000000 +0000
+--- moonlight-2.1.orig/scripts/smcs.in	2010-02-17 12:55:33.000000000 +0000
++++ moonlight-2.1/scripts/smcs.in	2010-02-17 12:55:42.000000000 +0000
 @@ -1,2 +1,2 @@
  #!/bin/sh
 -MONO_PATH=@prefix@/lib/moonlight/2.0:$MONO_PATH exec @prefix@/bin/mono $MONO_OPTIONS --runtime=moonlight --security=temporary-smcs-hack @prefix@/lib/moonlight/2.0/smcs.exe "$@"

-- 
moon



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