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

seanius at haydn.debian.org seanius at haydn.debian.org
Mon Oct 17 10:17:19 UTC 2005


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

Modified Files:
	changelog webapps-common.dirs webapps-common.postrm 
Log Message:
uncommitted changes from a while back

Index: changelog
===================================================================
RCS file: /cvsroot/webapps-common/webapps-common/debian/changelog,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- changelog	17 Aug 2005 16:40:41 -0000	1.3
+++ changelog	17 Oct 2005 10:17:13 -0000	1.4
@@ -1,3 +1,13 @@
+webapps-common (0.2) UNRELEASED; urgency=low
+
+  * httpd config files are now output into /etc/webapps-common/httpd.d
+    in the format ${wc_package}_${httpd}_${vhost}_${dir}.conf
+  * bugfixes with removing files during package and global purge.
+  * the list of available virtualhosts should now be a globally managed
+    list out of virtualhosts.conf.
+
+ -- sean finney <seanius at debian.org>  Sat, 20 Aug 2005 10:12:07 +0200
+
 webapps-common (0.1) UNRELEASED; urgency=low
 
   * non-release version.

Index: webapps-common.dirs
===================================================================
RCS file: /cvsroot/webapps-common/webapps-common/debian/webapps-common.dirs,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- webapps-common.dirs	17 Aug 2005 16:40:41 -0000	1.3
+++ webapps-common.dirs	17 Oct 2005 10:17:13 -0000	1.4
@@ -1,3 +1,4 @@
 usr/share/webapps-common/internal
 usr/share/webapps-common/install
 etc/webapps-common/siteids.d
+etc/webapps-common/httpd.d

Index: webapps-common.postrm
===================================================================
RCS file: /cvsroot/webapps-common/webapps-common/debian/webapps-common.postrm,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- webapps-common.postrm	17 Aug 2005 16:40:41 -0000	1.1
+++ webapps-common.postrm	17 Oct 2005 10:17:13 -0000	1.2
@@ -1,3 +1,6 @@
 #!/bin/sh
 
+rm -f /etc/webapps-common/virtualhosts.conf
+ucf --purge /etc/webapps-common/virtualhosts.conf
+
 #DEBHELPER#




More information about the Webapps-common-discuss mailing list