source: ProjectBuilder/projects/mondorescue/pbconf/branches/2.2.6/pbfilter/du.pbf@ 384

Last change on this file since 384 was 384, checked in by Bruno Cornec, 16 years ago

Adds all pb projects under the projects dir (from svn+ssh://svn.project-builder.org/mondo/svn/project-builder)

File size: 496 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# PBLOG is replaced by the changelog if value is yes
16filter PBLOG = yes
17
18# PBPKG is replaced by the package name ($pbpkg in code)
19filter PBPKG = $pbpkg
20
21# PBPACKAGER is replaced by the packager name ($pbpackager in code)
22filter PBPACKAGER = $pbpackager
Note: See TracBrowser for help on using the repository browser.