[Webapps-common-discuss] webapps-common/debian changelog,NONE,1.1 compat,NONE,1.1 control,NONE,1.1 copyright,NONE,1.1 rules,NONE,1.1 webapps-common.dirs,NONE,1.1 webapps-common.templates,NONE,1.1

seanius@haydn.debian.org seanius@haydn.debian.org


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

Added Files:
	changelog compat control copyright rules webapps-common.dirs 
	webapps-common.templates 
Log Message:
skeleton packaging files


--- NEW FILE: changelog ---
webapps-common (0.0) UNRELEASED; urgency=low

  * initial version.

 -- sean finney <seanius@debian.org>  Mon, 23 May 2005 23:20:17 -0400

--- NEW FILE: compat ---
4

--- NEW FILE: control ---
Source: webapps-common
Section: admin
Priority: optional
Maintainer: sean finney <seanius@debian.org>
Build-Depends: debhelper (>= 4.0.0)
Standards-Version: 3.6.1

Package: webapps-common
Architecture: all
Depends: ${misc:Depends}
Description: common framework for packaging web applications
 webapps-common presents a policy and implementation for various
 aspects of involved in developing and managing web applications in
 debian packages.

--- NEW FILE: copyright ---
This package was debianized by sean finney <seanius@debian.org> on
Mon, 23 May 2005 23:32:19 -0400.

It was downloaded from somewhere in the ether

Copyright:

Upstream Author: sean finney <seanius@debian.org>

License:

copyright (c) 2005 sean finney

all software (original and derived) is covered under the GPL:
(see /usr/share/common-licenses/GPL on your debian system)

--- 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

TMPDIR:=debian/webapps-common
SHARE:=${TMPDIR}/usr/share/webapps-common
DOC:=${TMPDIR}/usr/share/doc/webapps-common

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 -Pr internal debian/webapps-common/usr/share/webapps-common/
	rm -rf debian/webapps-common/usr/share/webapps-common/internal/CVS

# 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
	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: webapps-common.dirs ---
usr/share/webapps-common/internal

--- NEW FILE: webapps-common.templates ---