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

Revision 506, 532 bytes checked in by bruno, 5 years ago (diff)

MondoRescue? adapted to follow upcoming 0.9.3 format of pb

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.