[Pkg-mono-svn-commits] [SCM] xsp branch, master, updated. debian/2.6.5-3-48-gd89e212

Jo Shields directhex at apebox.org
Mon Mar 28 21:35:19 UTC 2011


The following commit has been merged in the master branch:
commit cbb87035f9d1dd85ed47774445471cc1847da79a
Author: Jo Shields <directhex at apebox.org>
Date:   Mon Mar 28 18:14:53 2011 +0100

    Switch asp.net-examples from XSP4 to XSP2, since there's some precompiled 2.0 stuff in there and it's not worth rebuilding against 4.0 when it doesn't contain any 4.0-only examples anyway

diff --git a/debian/control b/debian/control
index 32660ff..fc75049 100644
--- a/debian/control
+++ b/debian/control
@@ -73,7 +73,7 @@ Description: simple web server to run ASP.NET applications - default version
 
 Package: asp.net-examples
 Architecture: all
-Depends: ${misc:Depends}, ${cli:Depends}, ${cli:XspServer4}
+Depends: ${misc:Depends}, ${cli:Depends}, ${cli:XspServer2}
 Replaces: asp.net2-examples
 Description: demo pages for ASP.NET infrastructure
  Sample set of .aspx pages to test the XSP server or the mod_mono Apache
diff --git a/debian/rules b/debian/rules
index 414b7b5..c9f7d09 100755
--- a/debian/rules
+++ b/debian/rules
@@ -91,7 +91,7 @@ override_dh_installman:
 	cat debian/tmp/usr/share/man/man1/fastcgi-mono-server.1 \
 		| sed 's/mono-server/mono-server4/g' \
 		> debian/tmp/usr/share/man/man1/fastcgi-mono-server4.1
-	DH_AUTOSCRIPTDIR=$(CURDIR)/debian/ debian/dh_installxsp -i -V 4
+	DH_AUTOSCRIPTDIR=$(CURDIR)/debian/ debian/dh_installxsp -i -V 2
 	dh_installman
 
 override_dh_makeclilibs:

-- 
xsp



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