Last change
on this file since 1782 was 916, checked in by Bruno Cornec, 15 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
|
---|
7 | filter PBREPO = $pb->{'repo'}
|
---|
8 |
|
---|
9 | # PBSRC is replaced by the source package format
|
---|
10 | filter PBSRC = src/%{srcname}-%{version}.tar.gz
|
---|
11 |
|
---|
12 | # PBVER is replaced by the version ($pb->{'ver'} in code)
|
---|
13 | filter PBVER = $pb->{'ver'}
|
---|
14 |
|
---|
15 | # PBDATE is replaced by the date ($pb->{'date'} in code)
|
---|
16 | filter PBDATE = $pb->{'date'}
|
---|
17 |
|
---|
18 | # PBTAG is replaced by the tag ($pb->{'tag'} in code)
|
---|
19 | filter PBTAG = $pb->{'tag'}
|
---|
20 |
|
---|
21 | # PBREV is replaced by the revision ($pb->{'rev'} in code)
|
---|
22 | filter PBREV = $pb->{'rev'}
|
---|
23 |
|
---|
24 | # PBPKG is replaced by the package name ($pb->{'pkg'} in code)
|
---|
25 | filter PBPKG = $pb->{'pkg'}
|
---|
26 |
|
---|
27 | # PBPKG is replaced by the package name ($pb->{'realpkg'} in code)
|
---|
28 | filter PBREALPKG = $pb->{'realpkg'}
|
---|
29 |
|
---|
30 | # PBPACKAGER is replaced by the packager name ($pb->{'packager'} in code)
|
---|
31 | filter 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
|
---|
35 | filter PBLOG = yes
|
---|
36 |
|
---|
37 | filter PBURL = http://trac.project-builder.org
|
---|
Note:
See
TracBrowser
for help on using the repository browser.