[Webapps-common-discuss] webapps-common/examples/debian control, 1.1, 1.2 webapp-test-apache-inline.preinst, NONE, 1.1 webapp-test-apache-inline.prerm, NONE, 1.1 webapp-test-apache-simple.preinst, NONE, 1.1 webapp-test-apache-simple.prerm, NONE, 1.1 webapp-test-apache-template.preinst, NONE, 1.1 webapp-test-apache-template.prerm, NONE, 1.1

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


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

Modified Files:
	control 
Added Files:
	webapp-test-apache-inline.preinst 
	webapp-test-apache-inline.prerm 
	webapp-test-apache-simple.preinst 
	webapp-test-apache-simple.prerm 
	webapp-test-apache-template.preinst 
	webapp-test-apache-template.prerm 
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: control
===================================================================
RCS file: /cvsroot/webapps-common/webapps-common/examples/debian/control,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- control	30 Jul 2005 09:37:06 -0000	1.1
+++ control	17 Aug 2005 16:40:41 -0000	1.2
@@ -7,15 +7,15 @@
 
 Package: webapp-test-apache-simple
 Architecture: all
-Depends: ${misc:Depends}
+Depends: webapps-common, ${misc:Depends}
 Description: test package for webapps-common
 
 Package: webapp-test-apache-inline
 Architecture: all
-Depends: ${misc:Depends}
+Depends: webapps-common, ${misc:Depends}
 Description: test package for webapps-common
 
 Package: webapp-test-apache-template
 Architecture: all
-Depends: ${misc:Depends}
+Depends: webapps-common, ${misc:Depends}
 Description: test package for webapps-common

--- NEW FILE: webapp-test-apache-inline.preinst ---
#!/bin/sh

set -e

. /usr/share/debconf/confmodule
. /usr/share/webapps-common/dpkg/preinst
wc_apache_conf_style="inline"
wc_go webapp-test-apache-inline $@

#DEBHELPER#

--- NEW FILE: webapp-test-apache-inline.prerm ---
#!/bin/sh

set -e

. /usr/share/debconf/confmodule
. /usr/share/webapps-common/dpkg/prerm
wc_apache_conf_style="inline"
wc_go webapp-test-apache-inline $@

#DEBHELPER#

--- NEW FILE: webapp-test-apache-simple.preinst ---
#!/bin/sh

set -e

. /usr/share/debconf/confmodule
. /usr/share/webapps-common/dpkg/preinst
wc_go webapp-test-apache-simple $@

#DEBHELPER#

--- NEW FILE: webapp-test-apache-simple.prerm ---
#!/bin/sh

set -e

. /usr/share/debconf/confmodule
. /usr/share/webapps-common/dpkg/prerm

wc_go webapp-test-apache-simple $@

#DEBHELPER#

--- NEW FILE: webapp-test-apache-template.preinst ---
#!/bin/sh

set -e

. /usr/share/debconf/confmodule
. /usr/share/webapps-common/dpkg/preinst
wc_apache_conf_style="template"
wc_go webapp-test-apache-template $@

#DEBHELPER#

--- NEW FILE: webapp-test-apache-template.prerm ---
#!/bin/sh

set -e

. /usr/share/debconf/confmodule
. /usr/share/webapps-common/dpkg/prerm
wc_apache_conf_style="template"
wc_go webapp-test-apache-template $@

#DEBHELPER#




More information about the Webapps-common-discuss mailing list