[Webapps-common-discuss] webapps-common/examples/debian changelog, NONE, 1.1 compat, NONE, 1.1 control, NONE, 1.1 rules, NONE, 1.1 webapp-test-apache-inline.dirs, NONE, 1.1 webapp-test-apache-simple.config, NONE, 1.1 webapp-test-apache-simple.dirs, NONE, 1.1 webapp-test-apache-simple.postinst, NONE, 1.1 webapp-test-apache-template.dirs, NONE, 1.1

seanius at haydn.debian.org seanius at haydn.debian.org
Sat Jul 30 09:37:10 UTC 2005


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

Added Files:
	changelog compat control rules webapp-test-apache-inline.dirs 
	webapp-test-apache-simple.config 
	webapp-test-apache-simple.dirs 
	webapp-test-apache-simple.postinst 
	webapp-test-apache-template.dirs 
Log Message:
huge chunk of work on a first stab at implementation.  still incomplete
and unworking, but one of the included baseline packages (-simple) shows
the most work so far.  not worth mentioning to anyone just yet, but i
want to get this in CVS in case something bad happens to my laptop


--- NEW FILE: changelog ---
webapp-test (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: control ---
Source: webapp-test
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-simple
Architecture: all
Depends: ${misc:Depends}
Description: test package for webapps-common

Package: webapp-test-apache-inline
Architecture: all
Depends: ${misc:Depends}
Description: test package for webapps-common

Package: webapp-test-apache-template
Architecture: all
Depends: ${misc:Depends}
Description: test package for webapps-common

--- 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
INLINETMP:=debian/webapp-test-apache-inline
TEMPLATETMP:=debian/webapp-test-apache-template
SIMPLETMP:=debian/webapp-test-apache-simple
WCINSTROOT:=usr/share/webapps-common/install
INLINEINST:=${INLINETMP}/${WCINSTROOT}/webapp-test-apache-inline/httpd
INLINESHARE:=${INLINETMP}/usr/share/webapp-test-apache-inline
TEMPLATEINST:=${TEMPLATETMP}/${WCINSTROOT}/webapp-test-apache-template/httpd
TEMPLATESHARE:=${TEMPLATETMP}/usr/share/webapp-test-apache-template
SIMPLESHARE:=${SIMPLETMP}/usr/share/webapp-test-apache-simple

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 ${INLINEINST}/apache_inline
	cp apache_template.conf ${TEMPLATEINST}/apache_template
	cp index.php ${INLINESHARE}/www/
	cp index.php ${TEMPLATESHARE}/www/
	cp index.php ${SIMPLESHARE}/www/

# 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

--- NEW FILE: webapp-test-apache-inline.dirs ---
usr/share/webapps-common/install/webapp-test-apache-inline/httpd
usr/share/webapp-test-apache-inline/www

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

set -e

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

--- NEW FILE: webapp-test-apache-simple.dirs ---
usr/share/webapp-test-apache-simple/www

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

set -e

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

#DEBHELPER#

--- NEW FILE: webapp-test-apache-template.dirs ---
usr/share/webapps-common/install/webapp-test-apache-template/httpd
usr/share/webapp-test-apache-template/www




More information about the Webapps-common-discuss mailing list