source: ProjectBuilder/projects/dploy/pbconf/devel/pbfilter/deb.pbf@ 422

Last change on this file since 422 was 422, checked in by Bruno Cornec, 16 years ago
  • Modifications for LinuxCOE to support pb 0.9.2
  • improvements in dploy packages
File size: 545 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 ($pbver in code)
10filter PBVER = $pbver
11
12# PBDEP is replaced by the list of dependencies
13filter PBDEP =
14
15# PBSUG is replaced by the list of suggestions
16filter PBSUG =
17
18# PBREC is replaced by the list of recommandations
19filter PBREC =
20
21# PBLOG is replaced by the changelog if value is yes
22filter PBLOG = yes
23
24# PBPACKAGER is replaced by the packager name ($pbpackager in code)
25filter PBPACKAGER = $pbpackager
26
Note: See TracBrowser for help on using the repository browser.