source: ProjectBuilder/projects/mondorescue/pbconf/branches/3.0/pbfilter/du.pbf@ 1444

Last change on this file since 1444 was 1444, checked in by Bruno Cornec, 12 years ago

r4601@localhost: bruno | 2012-03-29 01:10:45 +0200

  • Use extdir for test versions
  • Remove PBVER filter for Debian in MondoRescue as already defined in all.pbf
File size: 533 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)
10#filter 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.