[Webapps-common-discuss] webapps-common/debian changelog, 1.2, 1.3 webapps-common.dirs, 1.2, 1.3 webapps-common.postrm, NONE, 1.1 webapps-common.templates, 1.4, 1.5

seanius at haydn.debian.org seanius at haydn.debian.org
Wed Aug 17 16:40:44 UTC 2005


Update of /cvsroot/webapps-common/webapps-common/debian
In directory haydn:/org/alioth.debian.org/chroot/home/users/seanius/tmp/cvs-serv7055/debian

Modified Files:
	changelog webapps-common.dirs webapps-common.templates 
Added Files:
	webapps-common.postrm 
Log Message:
this is a huge chunk of work i did in the past week's offline travelling.
the UI/debconf stuff is mostly sorted out at this point, and now we need
to work out the 'do stuff' side of things, which should be fairly easy since
most of the code is still there.



Index: changelog
===================================================================
RCS file: /cvsroot/webapps-common/webapps-common/debian/changelog,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- changelog	30 Jul 2005 09:37:06 -0000	1.2
+++ changelog	17 Aug 2005 16:40:41 -0000	1.3
@@ -1,3 +1,13 @@
+webapps-common (0.1) UNRELEASED; urgency=low
+
+  * non-release version.
+  * initial support for specifying virtualhost names and directories.
+  * added postrm file to get the debhelper postrm code.
+  * added preinst and prerm hooks.
+  * updated examples to use preinst and prerm hooks.
+
+ -- sean finney <seanius at debian.org>  Tue, 16 Aug 2005 08:44:28 -0400
+
 webapps-common (0.0) UNRELEASED; urgency=low
 
   * initial version.

Index: webapps-common.dirs
===================================================================
RCS file: /cvsroot/webapps-common/webapps-common/debian/webapps-common.dirs,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- webapps-common.dirs	30 Jul 2005 09:37:06 -0000	1.2
+++ webapps-common.dirs	17 Aug 2005 16:40:41 -0000	1.3
@@ -1,2 +1,3 @@
 usr/share/webapps-common/internal
 usr/share/webapps-common/install
+etc/webapps-common/siteids.d

--- NEW FILE: webapps-common.postrm ---
#!/bin/sh

#DEBHELPER#

Index: webapps-common.templates
===================================================================
RCS file: /cvsroot/webapps-common/webapps-common/debian/webapps-common.templates,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- webapps-common.templates	2 Aug 2005 23:57:46 -0000	1.4
+++ webapps-common.templates	17 Aug 2005 16:40:41 -0000	1.5
@@ -70,8 +70,9 @@
 Template: webapps-common/httpd/select_httpd
 Type: multiselect
 _Choices: ${httpds}
-Default: ${httpds}
 _Description: Please select the webserver(s) to be configured for ${pkg}
+ Please note that you may be asked this question again in certain
+ circumstances, such as if the list of installed webservers change.
 
 Template: webapps-common/httpd/install_type
 Type: select
@@ -89,16 +90,11 @@
 _Description: Please enter the name of a new virtualhost.
 
 Template: webapps-common/httpd/virtualhost
-Type: select
-_Choices: new vhost
-_Description: Please select a virtualhost with which to register ${pkg}
-
-Template: webapps-common/httpd/virtualhost_more
-Type: boolean
-Default: false
-_Description: Configure ${pkg} with another virtualhost?
+Type: multiselect
+_Choices: ${vhosts}
+_Description: Please select the virtualhosts with which to configure ${pkg}
 
 Template: webapps-common/httpd/website_subdirectory
 Type: string
 _Default: ${pkg}
-_Description: Please provide the website subdirectory name for ${pkg}
+_Description: Please provide the subdirectory for ${pkg} on "${vhost}"




More information about the Webapps-common-discuss mailing list