source: ProjectBuilder/pbconf/devel/pbfilter/all.pbf@ 949

Last change on this file since 949 was 916, checked in by Bruno Cornec, 14 years ago
  • Improves Debian support by a/ allowing PBDESC to be used in control file with space prepended. b/ prepend 0 to non digit versions such as devel. c/ creating debian pbfilter files for PBDEBSTD and PBDEBCOMP macros used in control.
  • Uses pbtag for ebuild and pkg packages
  • Improves pb Solaris pkgs
  • Improves pb Debian pkgs (only some warnings remaining for lintian)
  • Adds a PBSUMMARY macro and use it. Now also generated for newproj.
File size: 1.0 KB
Line 
1#
2# $Id$
3#
4# Filter for all files
5#
6# PBREPO is replaced by the root URL of the repository
7filter PBREPO = $pb->{'repo'}
8
9# PBSRC is replaced by the source package format
10filter PBSRC = src/%{srcname}-%{version}.tar.gz
11
12# PBVER is replaced by the version ($pb->{'ver'} in code)
13filter PBVER = $pb->{'ver'}
14
15# PBDATE is replaced by the date ($pb->{'date'} in code)
16filter PBDATE = $pb->{'date'}
17
18# PBTAG is replaced by the tag ($pb->{'tag'} in code)
19filter PBTAG = $pb->{'tag'}
20
21# PBREV is replaced by the revision ($pb->{'rev'} in code)
22filter PBREV = $pb->{'rev'}
23
24# PBPKG is replaced by the package name ($pb->{'pkg'} in code)
25filter PBPKG = $pb->{'pkg'}
26
27# PBPKG is replaced by the package name ($pb->{'realpkg'} in code)
28filter PBREALPKG = $pb->{'realpkg'}
29
30# PBPACKAGER is replaced by the packager name ($pb->{'packager'} in code)
31filter PBPACKAGER = $pb->{'packager'}
32
33# PBLOG is replaced by the changelog if value is yes and should be last
34# as when used we need the %pb hash filled
35filter PBLOG = yes
36
37filter PBURL = http://trac.project-builder.org
Note: See TracBrowser for help on using the repository browser.