[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

seanius at haydn.debian.org seanius at haydn.debian.org
Fri Mar 31 06:56:43 UTC 2006


Update of /cvsroot/webapps-common/webapps-common/examples/webapp-test-apache-simple/debian
In directory haydn:/org/alioth.debian.org/chroot/home/users/seanius/tmp/cvs-serv30058/examples/webapp-test-apache-simple/debian

Added Files:
	changelog compat config control dirs postinst postrm prerm 
	rules 
Log Message:
example directories


--- NEW FILE: changelog ---
webapp-test-apache-simple (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_go webapp-test-apache-simple $@

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

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

--- NEW FILE: postinst ---
#!/bin/sh

set -e

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

#DEBHELPER#

--- NEW FILE: postrm ---
#!/bin/sh

set -e

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

#DEBHELPER#

--- NEW FILE: prerm ---
#!/bin/sh

set -e

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

wc_go webapp-test-apache-simple $@

#DEBHELPER#

--- NEW FILE: rules ---
#!/usr/bin/make -f
# -*- makefile -*-

# Uncomment this to turn on verbose mode.
#export DH_VERBOSE=1

# some shorthand variables to make life a little easier
p:=webapp-test-apache-simple
ptmp:=debian/$p
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 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




More information about the Webapps-common-discuss mailing list