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

Pablo Fischer pabl0-guest@haydn.debian.org
Wed, 16 Jun 2004 13:09:41 -0600


Author: pabl0-guest
Date: 2004-06-16 13:09:29 -0600 (Wed, 16 Jun 2004)
New Revision: 1027

Added:
   xsp/trunk/debian/asp.net-examples_postinst.old
   xsp/trunk/debian/asp.net-examples_postrm.old
Removed:
   xsp/trunk/debian/asp.net-examples.postinst
   xsp/trunk/debian/asp.net-examples.postrm
Modified:
   xsp/trunk/debian/changelog
   xsp/trunk/debian/control
Log:
Ready for next release, and rename the post* scripts of asp.net-examples.

We don't need these post* script again, with mono-utils >> 0.96


Deleted: xsp/trunk/debian/asp.net-examples.postinst
===================================================================
--- xsp/trunk/debian/asp.net-examples.postinst	2004-06-16 19:08:08 UTC (rev 1026)
+++ xsp/trunk/debian/asp.net-examples.postinst	2004-06-16 19:09:29 UTC (rev 1027)
@@ -1,16 +0,0 @@
-#!/bin/sh -e
-
-case "$1" in
-    configure)
-	if [ -x /usr/sbin/mono-xsp-update.conf ]; then
-	    mono-xsp-update.conf || true
-	fi
-	if [ -x /usr/sbin/mono-server-update.conf ]; then
-	    mono-server-update.conf || true
-	fi
-	;;
-
-esac
-
-#DEBHELPER#
-exit 0

Deleted: xsp/trunk/debian/asp.net-examples.postrm
===================================================================
--- xsp/trunk/debian/asp.net-examples.postrm	2004-06-16 19:08:08 UTC (rev 1026)
+++ xsp/trunk/debian/asp.net-examples.postrm	2004-06-16 19:09:29 UTC (rev 1027)
@@ -1,16 +0,0 @@
-#!/bin/sh -e
-
-case "$1" in
-    purge|remove)
-	if [ -x /usr/sbin/mono-xsp-update.conf ]; then
-	    mono-xsp-update.conf || true
-	fi
-	if [ -x /usr/sbin/mono-server-update.conf ]; then
-	    mono-server-update.conf || true
-	fi
-	;;
-    
-esac
-
-#DEBHELPER#
-exit 0

Copied: xsp/trunk/debian/asp.net-examples_postinst.old (from rev 1024, xsp/trunk/debian/asp.net-examples.postinst)

Copied: xsp/trunk/debian/asp.net-examples_postrm.old (from rev 1024, xsp/trunk/debian/asp.net-examples.postrm)

Modified: xsp/trunk/debian/changelog
===================================================================
--- xsp/trunk/debian/changelog	2004-06-16 19:08:08 UTC (rev 1026)
+++ xsp/trunk/debian/changelog	2004-06-16 19:09:29 UTC (rev 1027)
@@ -1,3 +1,9 @@
+xsp (0.15-1) unstable; urgency=low
+
+  * NOT RELEASED YET
+
+ -- Debian Mono Group <pkg-mono-group@lists.alioth.debian.org>  Wed, 16 Jun 2004 14:02:21 -0600  	
+	
 xsp (0.14-7) unstable; urgency=low
 	
   * Rewrited README.Debian files	

Modified: xsp/trunk/debian/control
===================================================================
--- xsp/trunk/debian/control	2004-06-16 19:08:08 UTC (rev 1026)
+++ xsp/trunk/debian/control	2004-06-16 19:09:29 UTC (rev 1027)
@@ -3,7 +3,7 @@
 Priority: optional
 Maintainer: Debian Mono group <pkg-mono-group@lists.alioth.debian.org>
 Standards-Version: 3.6.0
-Build-Depends: debhelper (>= 3), mono-mcs | c-sharp-compiler, libmono-dev, mono-utils (>> 0.95)
+Build-Depends: debhelper (>= 3), mono-mcs | c-sharp-compiler, libmono-dev, mono-utils (>> 0.96)
 
 Package: mono-xsp
 Architecture: all