[Pkg-mono-svn-commits] rev 178 - xsp/trunk/debian

Eduard Bloch blade@quantz.debian.org
Mon, 09 Feb 2004 23:10:16 +0100


Author: blade
Date: 2004-02-09 23:10:15 +0100 (Mon, 09 Feb 2004)
New Revision: 178

Modified:
   xsp/trunk/debian/changelog
   xsp/trunk/debian/control
   xsp/trunk/debian/dirs
   xsp/trunk/debian/rules
Log:
Preluminary changes to adapt to the new policy, and new XSP upstream
version


Modified: xsp/trunk/debian/changelog
===================================================================
--- xsp/trunk/debian/changelog	2004-02-09 21:57:36 UTC (rev 177)
+++ xsp/trunk/debian/changelog	2004-02-09 22:10:15 UTC (rev 178)
@@ -1,6 +1,7 @@
 xsp (0.9-1) unstable; urgency=low
 
   * (NOT RELEASED YET) New upstream release
+  * using new policy and the new cli-wrapper (TESTME!)
 
  -- Eduard Bloch <blade@debian.org>  Mon,  9 Feb 2004 22:49:47 +0100
 

Modified: xsp/trunk/debian/control
===================================================================
--- xsp/trunk/debian/control	2004-02-09 21:57:36 UTC (rev 177)
+++ xsp/trunk/debian/control	2004-02-09 22:10:15 UTC (rev 178)
@@ -8,7 +8,7 @@
 Package: mono-xsp
 Architecture: all
 Depends: ${shlibs:Depends}, cli-virtual-machine
-Conflicts: mono-jit (<< 0.28)
+Conflicts: mono-common (<< 0.30)
 Description: simple web server to run ASP.NET applications
  XSP is a simple web server written in C# that can be used to run your
  ASP.NET applications. 

Modified: xsp/trunk/debian/dirs
===================================================================
--- xsp/trunk/debian/dirs	2004-02-09 21:57:36 UTC (rev 177)
+++ xsp/trunk/debian/dirs	2004-02-09 22:10:15 UTC (rev 178)
@@ -1,2 +1,3 @@
 usr/bin
+usr/share/dotnet/bin
 usr/share/man/man1

Modified: xsp/trunk/debian/rules
===================================================================
--- xsp/trunk/debian/rules	2004-02-09 21:57:36 UTC (rev 177)
+++ xsp/trunk/debian/rules	2004-02-09 22:10:15 UTC (rev 178)
@@ -53,8 +53,9 @@
 	dh_installdirs
 
 	cd server && $(MAKE) install DESTDIR=$(CURDIR)/debian/mono-xsp
-	/bin/echo -e "#!/bin/sh\nexec /usr/bin/cli /usr/bin/xsp.exe" ' "$$@"' > $(CURDIR)/debian/mono-xsp/usr/bin/xsp
-	chmod +x $(CURDIR)/debian/mono-xsp/usr/bin/xsp
+	mv debian/mono-xsp/usr/bin/*.exe debian/mono-xsp/usr/share/dotnet/bin/
+	ln -sf cli-wrapper debian/mono-xsp/usr/bin/xsp
+	ln -sf cli-wrapper debian/mono-xsp/usr/bin/mod-mono-server
 	# only the server, the asp tool install is broken   
 	#$(MAKE) install DESTDIR=$(CURDIR)/debian/xsp