[Pkg-mono-svn-commits] [mono-tools] 02/09: Remove obsolete patch debian/patches/add_missing_Global.asax.patch

Jo Shields directhex at alioth.debian.org
Thu Oct 10 09:11:44 UTC 2013


This is an automated email from the git hooks/post-receive script.

directhex pushed a commit to branch master
in repository mono-tools.

commit 4a5d1078fd7efc4e7b69541c0c9af9f67ff03d4c
Author: Jo Shields <directhex at apebox.org>
Date:   Thu Oct 10 01:09:10 2013 +0200

    Remove obsolete patch debian/patches/add_missing_Global.asax.patch
---
 debian/patches/add_missing_Global.asax.patch |   34 --------------------------
 debian/patches/series                        |    1 -
 2 files changed, 35 deletions(-)

diff --git a/debian/patches/add_missing_Global.asax.patch b/debian/patches/add_missing_Global.asax.patch
deleted file mode 100644
index c71df7b..0000000
--- a/debian/patches/add_missing_Global.asax.patch
+++ /dev/null
@@ -1,34 +0,0 @@
-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-05 23:13:25.000000000 +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>
-Index: mono-tools.git/webdoc/Makefile.am
-===================================================================
---- mono-tools.git.orig/webdoc/Makefile.am	2011-05-05 23:15:21.000000000 +0100
-+++ mono-tools.git/webdoc/Makefile.am	2011-05-05 23:15:30.000000000 +0100
-@@ -3,6 +3,7 @@
- web_DATA = \
- 	common.css \
- 	edit.aspx \
-+	Global.asax \
- 	header.aspx \
- 	header.html \
- 	index.aspx \
diff --git a/debian/patches/series b/debian/patches/series
index 0e78e8b..f6ea111 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,3 +1,2 @@
-add_missing_Global.asax.patch
 00-fix_build_system.patch
 automake_devs_need_a_new_job

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-mono/packages/mono-tools.git



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