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

D. Moonfire dmoonfire-guest at costa.debian.org
Fri Sep 22 00:35:58 UTC 2006


Author: dmoonfire-guest
Date: 2006-09-22 00:35:58 +0000 (Fri, 22 Sep 2006)
New Revision: 2725

Modified:
   xsp/trunk/debian/changelog
   xsp/trunk/debian/control
   xsp/trunk/debian/mono-apache-server.templates
   xsp/trunk/debian/mono-xsp.templates
   xsp/trunk/debian/mono-xsp2.templates
Log:
Fixed templates and updated to 1.1.17.1.


Modified: xsp/trunk/debian/changelog
===================================================================
--- xsp/trunk/debian/changelog	2006-09-22 00:31:42 UTC (rev 2724)
+++ xsp/trunk/debian/changelog	2006-09-22 00:35:58 UTC (rev 2725)
@@ -1,3 +1,11 @@
+xsp (1.1.17.1-1) unstable; urgency=low
+
+  * New upstream release
+  * Dylan R. E. Moonfire
+    + Updated templates to resolve lintian errors.
+
+ -- Debian Mono Group <pkg-mono-group at lists.alioth.debian.org>  Thu, 21 Sep 2006 16:44:56 -0500
+
 xsp (1.1.17-1) unstable; urgency=low
 
   * New upstream release

Modified: xsp/trunk/debian/control
===================================================================
--- xsp/trunk/debian/control	2006-09-22 00:31:42 UTC (rev 2724)
+++ xsp/trunk/debian/control	2006-09-22 00:35:58 UTC (rev 2725)
@@ -5,7 +5,7 @@
 Uploaders: Dylan R. E. Moonfire <debian at mfgames.com>
 Standards-Version: 3.7.2
 Build-Depends: debhelper (>= 5.0.0)
-Build-Depends-Indep: autotools-dev, mono-gmcs, mono-mcs, mono-gac, libmono-dev, cli-common (>= 0.2.0)
+Build-Depends-Indep: autotools-dev, mono-gmcs, mono-mcs, mono-gac, libmono-dev, cli-common-dev (>= 0.4.0)
 
 Package: mono-xsp-base
 Architecture: all

Modified: xsp/trunk/debian/mono-apache-server.templates
===================================================================
--- xsp/trunk/debian/mono-apache-server.templates	2006-09-22 00:31:42 UTC (rev 2724)
+++ xsp/trunk/debian/mono-apache-server.templates	2006-09-22 00:35:58 UTC (rev 2725)
@@ -4,7 +4,7 @@
 _Description: Let mono-apache-server restart Apache?
  The debian version of mono-apache-server includes a
  mono-server-update.conf script that creates a configuration file for
- apache to start the ASP.NET applications, and mono-server-update.conf can
+ apache to start the ASP.NET applications, and mono-server-update.conf
+can
  restart apache if there's a new configuration file
- (/etc/mono-server/mono-server-hosts.conf). Would you like to restart
- apache if there's a new mono-server-hosts.conf file?
+ (/etc/mono-server/mono-server-hosts.conf). If this is true, then apache will be restarted when there is a new mono-server-hosts.conf file.

Modified: xsp/trunk/debian/mono-xsp.templates
===================================================================
--- xsp/trunk/debian/mono-xsp.templates	2006-09-22 00:31:42 UTC (rev 2724)
+++ xsp/trunk/debian/mono-xsp.templates	2006-09-22 00:35:58 UTC (rev 2725)
@@ -1,20 +1,22 @@
 Template: xsp/xsp_autostart
 Type: boolean
 Default: true
-_Description: Autostart XSP?
- Would you like to autostart the XSP process when you start your
- computer?
+_Description: Start on boot?
+If this is true, then XSP will automatically start when the computer
+is turned on.
 
 Template: xsp/xsp_bind
 Type: string
 Default: 0.0.0.0
-_Description: Bind to which address?
- What address would you like XSP to bind to? To bind to all of them,
- enter 0.0.0.0.
+_Description: Bind to address:
+To function properly, XSP needs to be bound to an IP address. The
+default ("0.0.0.0") binds to all addresses of the server, but a
+specific port can be selected. To use XSP only locally, use
+"127.0.0.1" for the address.
 
 Template: xsp/xsp_port
 Type: string
 Default: 8081
-_Description: Bind to which port?
- What port would you like the XSP process to bind to on start? Common
- values are 80, 8080, or 8081.
+_Description: Bind to port:
+XSP is bound to a specific port on the server. Common values are 80,
+8080, or 8081.

Modified: xsp/trunk/debian/mono-xsp2.templates
===================================================================
--- xsp/trunk/debian/mono-xsp2.templates	2006-09-22 00:31:42 UTC (rev 2724)
+++ xsp/trunk/debian/mono-xsp2.templates	2006-09-22 00:35:58 UTC (rev 2725)
@@ -1,20 +1,22 @@
 Template: xsp2/xsp2_autostart
 Type: boolean
 Default: true
-_Description: Autostart XSP 2?
- Would you like to autostart the XSP2 process when you start your
- computer?
+_Description: Start on boot?
+If this is true, then XSP2 will automatically start when the computer
+is turned on.
 
 Template: xsp2/xsp2_bind
 Type: string
 Default: 0.0.0.0
-_Description: Bind to which address?
- What address would you like XSP 2 to bind to? To bind to all of them,
- enter 0.0.0.0.
+_Description: Bind to address:
+To function properly, XSP2 needs to be bound to an IP address. The
+default ("0.0.0.0") binds to all addresses of the server, but a
+specific port can be selected. To use XSP2 only locally, use
+"127.0.0.1" for the address.
 
 Template: xsp2/xsp2_port
 Type: string
-Default: 8081
-_Description: Bind to which port?
- What port would you like the XSP 2 process to bind to on start? Common
- values are 80, 8080, or 8081.
+Default: 8082
+_Description: Bind to port:
+XSP is bound to a specific port on the server. Common values are 80,
+8080, or 8081.




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