| Revision 734,
427 bytes
checked in by bryang, 4 years ago
(diff) |
|
snapshot cleanup of packaging directives and precedence
|
| 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 |
|---|
| 7 | filter PBGRP = admin |
|---|
| 8 | # |
|---|
| 9 | # PBSUF is replaced by the suffix name ($pb->{'suf'} in code) |
|---|
| 10 | filter PBSUF = $pb->{'suf'} |
|---|
| 11 | |
|---|
| 12 | # For config.site setup |
|---|
| 13 | filter PBhttpdcfgdir = /etc/apache2/conf.d |
|---|
| 14 | filter PBhttpd_user = www-data |
|---|
| 15 | filter PBhttpd_group = www-data |
|---|
| 16 | |
|---|
| 17 | # For configure pathing |
|---|
| 18 | filter PBlocalstatedir = /var |
|---|
Note: See
TracBrowser
for help on using the repository browser.