Changeset 916 in ProjectBuilder for pbconf/devel/pbfilter/all.pbf


Ignore:
Timestamp:
Nov 29, 2009, 3:12:56 AM (14 years ago)
Author:
Bruno Cornec
Message:
  • 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:
1 edited

Legend:

Unmodified
Added
Removed
  • pbconf/devel/pbfilter/all.pbf

    r889 r916  
    1616filter PBDATE = $pb->{'date'}
    1717
    18 # PBLOG is replaced by the changelog if value is yes
    19 filter PBLOG = yes
    20 
    2118# PBTAG is replaced by the tag ($pb->{'tag'} in code)
    2219filter PBTAG = $pb->{'tag'}
     
    3431filter PBPACKAGER = $pb->{'packager'}
    3532
     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
    3637filter PBURL = http://trac.project-builder.org
Note: See TracChangeset for help on using the changeset viewer.