[Webapps-common-discuss]
webapps-common/examples/webapp-test-apache-inline/debian
changelog, NONE, 1.1 compat, NONE, 1.1 config, NONE,
1.1 control, NONE, 1.1 dirs, NONE, 1.1 postinst, NONE,
1.1 postrm, NONE, 1.1 prerm, NONE, 1.1 rules, NONE, 1.1
seanius at haydn.debian.org
seanius at haydn.debian.org
Fri Mar 31 06:56:43 UTC 2006
- Previous message: [Webapps-common-discuss]
webapps-common/examples/webapp-test-apache-simple/debian
changelog, NONE, 1.1 compat, NONE, 1.1 config, NONE,
1.1 control, NONE, 1.1 dirs, NONE, 1.1 postinst, NONE,
1.1 postrm, NONE, 1.1 prerm, NONE, 1.1 rules, NONE, 1.1
- Next message: [Webapps-common-discuss]
webapps-common/examples/webapp-test-apache-template
apache_template.conf, NONE, 1.1 index.html, NONE, 1.1
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /cvsroot/webapps-common/webapps-common/examples/webapp-test-apache-inline/debian
In directory haydn:/org/alioth.debian.org/chroot/home/users/seanius/tmp/cvs-serv30058/examples/webapp-test-apache-inline/debian
Added Files:
changelog compat config control dirs postinst postrm prerm
rules
Log Message:
example directories
--- NEW FILE: changelog ---
webapp-test-apache-inline (0.0) UNRELEASED; urgency=low
* initial version.
-- sean finney <seanius at debian.org> Wed, 27 Jul 2005 13:22:44 -0400
--- NEW FILE: compat ---
4
--- NEW FILE: config ---
#!/bin/sh
set -e
. /usr/share/debconf/confmodule
. /usr/share/webapps-common/dpkg/config
wc_apache_conf_style="inline"
wc_go webapp-test-apache-inline $@
--- NEW FILE: control ---
Source: webapp-test-apache-inline
Section: admin
Priority: optional
Maintainer: sean finney <seanius at debian.org>
Build-Depends: debhelper (>= 4.0.0)
Standards-Version: 3.6.1
Package: webapp-test-apache-inline
Architecture: all
Depends: webapps-common, ${misc:Depends}
Description: test package for webapps-common
--- NEW FILE: dirs ---
usr/share/webapps-common/install/webapp-test-apache-inline/httpd
usr/share/webapp-test-apache-inline/www
etc/webapp-test-apache-inline
--- NEW FILE: postinst ---
#!/bin/sh
set -e
. /usr/share/debconf/confmodule
. /usr/share/webapps-common/dpkg/postinst
wc_apache_conf_style="inline"
wc_go webapp-test-apache-inline $@
#DEBHELPER#
--- NEW FILE: postrm ---
#!/bin/sh
set -e
. /usr/share/debconf/confmodule
. /usr/share/webapps-common/dpkg/postrm
wc_go webapp-test-apache-inline $@
#DEBHELPER#
--- NEW FILE: 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: rules ---
#!/usr/bin/make -f
# -*- makefile -*-
# Sample debian/rules that uses debhelper.
# This file was originally written by Joey Hess and Craig Small.
# As a special exception, when this file is copied by dh-make into a
# dh-make output file, you may use that output file without restriction.
# This special exception was added by Craig Small in version 0.37 of dh-make.
# Uncomment this to turn on verbose mode.
#export DH_VERBOSE=1
# some shorthand variables to make life a little easier
p:=webapp-test-apache-inline
ptmp:=debian/$p
INSTDIR:=${ptmp}/usr/share/webapps-common/install/$p/httpd
WEBDOCDIR:=${ptmp}/usr/share/$p/www
configure: configure-stamp
configure-stamp:
dh_testdir
touch configure-stamp
build: build-stamp
build-stamp: configure-stamp
dh_testdir
touch build-stamp
clean:
dh_testdir
dh_testroot
rm -f build-stamp configure-stamp
dh_clean
# debconf-updatepo
install: build
dh_testdir
dh_testroot
dh_clean -k
dh_installdirs
# debian/credit-xlators > ${DOC}/TRANSLATORS
cp apache_inline.conf ${INSTDIR}/apache_inline
cp index.html ${WEBDOCDIR}
# Build architecture-independent files here.
binary-indep: build install
# Build architecture-dependent files here.
binary-arch: build install
dh_testdir
dh_testroot
dh_installdebconf
dh_installchangelogs
dh_installdocs
# dh_installexamples
# dh_install
# dh_installmenu
# dh_installdebconf
# dh_installlogrotate
# dh_installemacsen
# dh_installpam
# dh_installmime
# dh_installinit
# dh_installcron
# dh_installinfo
dh_installman
dh_link
# dh_strip
dh_compress -Xusr/share/doc/webapps-common/samples
dh_fixperms
# dh_perl
# dh_python
# dh_makeshlibs
dh_installdeb
# dh_shlibdeps
dh_gencontrol
dh_md5sums
dh_builddeb
binary: binary-indep binary-arch
.PHONY: build clean binary-indep binary-arch binary install configure
- Previous message: [Webapps-common-discuss]
webapps-common/examples/webapp-test-apache-simple/debian
changelog, NONE, 1.1 compat, NONE, 1.1 config, NONE,
1.1 control, NONE, 1.1 dirs, NONE, 1.1 postinst, NONE,
1.1 postrm, NONE, 1.1 prerm, NONE, 1.1 rules, NONE, 1.1
- Next message: [Webapps-common-discuss]
webapps-common/examples/webapp-test-apache-template
apache_template.conf, NONE, 1.1 index.html, NONE, 1.1
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the Webapps-common-discuss
mailing list