source: ProjectBuilder/projects/linuxcoe/pbconf/cvs/pbfilter/deb.pbf@ 734

Last change on this file since 734 was 734, checked in by Bryan Gartner, 15 years ago

snapshot cleanup of packaging directives and precedence

File size: 427 bytes
Line 
1#
2# $Id: deb.pbf,v 1.5 2008/02/07 16:25:30 bryang Exp $
3#
4# Filter for deb build
5#
6# PBGRP is replaced by the DEB group of apps
7filter PBGRP = admin
8#
9# PBSUF is replaced by the suffix name ($pb->{'suf'} in code)
10filter PBSUF = $pb->{'suf'}
11
12# For config.site setup
13filter PBhttpdcfgdir = /etc/apache2/conf.d
14filter PBhttpd_user = www-data
15filter PBhttpd_group = www-data
16
17# For configure pathing
18filter PBlocalstatedir = /var
Note: See TracBrowser for help on using the repository browser.