source: ProjectBuilder/projects/mondorescue/pbconf/tags/3.2.2/pbfilter/du.yml@ 2382

Last change on this file since 2382 was 2382, checked in by Bruno Cornec, 5 years ago

Adds new pb 0.15 config files in order to make fixes to that version potentially

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 PBDEP: !!str ""
10 PBPACKAGER: $pb->{'packager'}
11 PBGRP: utils
12 PBLOG: yes
13 PBPKG: $pb->{'pkg'}
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.