[Pkg-mono-svn-commits] [SCM] mono-tools branch, master, updated. debian/2.6.2-3-26-gd51f599

Jo Shields directhex at apebox.org
Mon May 2 13:36:39 UTC 2011


The following commit has been merged in the master branch:
commit 9a3226a6042f75f5ec662341a16e338fa681235f
Author: Jo Shields <directhex at apebox.org>
Date:   Mon May 2 14:34:23 2011 +0100

    Add Global.asax, from the upstream 2.10 tag on git. It seems this source file was missing from the tarballs, as such monodoc-http fails to run without it.

diff --git a/debian/patches/add_missing_Global.asax.patch b/debian/patches/add_missing_Global.asax.patch
new file mode 100644
index 0000000..8f6af0d
--- /dev/null
+++ b/debian/patches/add_missing_Global.asax.patch
@@ -0,0 +1,22 @@
+Index: mono-tools.git/webdoc/Global.asax
+===================================================================
+--- /dev/null	1970-01-01 00:00:00.000000000 +0000
++++ mono-tools.git/webdoc/Global.asax	2011-05-02 14:34:02.854247643 +0100
+@@ -0,0 +1,17 @@
++<%@ Application ClassName="Mono.Website.Global" %>
++<%@ Import Namespace="Monodoc" %>
++<%@ Assembly name="monodoc" %>
++
++<script runat="server" language="c#" >
++public static RootTree help_tree;
++
++void Application_Start ()
++{
++	HelpSource.use_css = true;
++	HelpSource.FullHtml = false;
++	HelpSource.UseWebdocCache = true;
++	help_tree = RootTree.LoadTree ();
++	SettingsHandler.Settings.EnableEditing = false;
++}
++
++</script>
diff --git a/debian/patches/series b/debian/patches/series
index 8449642..7842e30 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +1,2 @@
+add_missing_Global.asax.patch
 00-fix_build_system.patch

-- 
mono-tools



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