source: ProjectBuilder/projects/mondorescue/pbconf/branches/2.2.6/pbfilter/du.pbf@ 506

Last change on this file since 506 was 506, checked in by Bruno Cornec, 16 years ago

MondoRescue adapted to follow upcoming 0.9.3 format of pb

File size: 532 bytes
Line 
1#
2# $Id$
3#
4# Filter for debian build
5#
6# PBGRP is replaced by the group of apps
7filter PBGRP = utils
8
9# PBVER is replaced by the version ($pb->{'ver'} in code)
10filter PBVER = $pb->{'ver'}
11
12# PBDEP is replaced by the list of dependencies
13filter PBDEP =
14
15# PBLOG is replaced by the changelog if value is yes
16filter PBLOG = yes
17
18# PBPKG is replaced by the package name ($pb->{'pkg'} in code)
19filter PBPKG = $pb->{'pkg'}
20
21# PBPACKAGER is replaced by the packager name ($pb->{'packager'} in code)
22filter PBPACKAGER = $pb->{'packager'}
Note: See TracBrowser for help on using the repository browser.