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

Jo Shields directhex at apebox.org
Thu May 5 22:22:28 UTC 2011


The following commit has been merged in the master branch:
commit bfe4225c19bf749341217fb903baae2199bd56cf
Author: Jo Shields <directhex at apebox.org>
Date:   Thu May 5 23:15:44 2011 +0100

    Update patch to ensure Global.asax is copied by "make install"

diff --git a/debian/patches/add_missing_Global.asax.patch b/debian/patches/add_missing_Global.asax.patch
index 8f6af0d..c71df7b 100644
--- a/debian/patches/add_missing_Global.asax.patch
+++ b/debian/patches/add_missing_Global.asax.patch
@@ -1,7 +1,7 @@
 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
++++ 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" %>
@@ -20,3 +20,15 @@ Index: mono-tools.git/webdoc/Global.asax
 +}
 +
 +</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 \

-- 
mono-tools



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