source: ProjectBuilder/projects/mondorescue/pbconf/branches/3.3/pbfilter/du.yml@ 2343

Last change on this file since 2343 was 2343, checked in by Bruno Cornec, 6 years ago

Adapt MondoRescue to pb 0.15 with yml conf files

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