Changeset 1601 in ProjectBuilder for devel/pb-modules/lib/ProjectBuilder


Ignore:
Timestamp:
May 26, 2012, 3:53:52 PM (12 years ago)
Author:
Bruno Cornec
Message:
  • pb correctly now differentiate PBDEP and BPBDEP (in Env.pm for template generation
  • pbtest uses now this feature
  • Fix mageia 1 and 2 deps for VE
  • remove a detail given in a generated pb_system as it creates errors in the built script
File:
1 edited

Legend:

Unmodified
Added
Removed
  • devel/pb-modules/lib/ProjectBuilder/Env.pm

    r1597 r1601  
    648648#filter PBDEP =
    649649
     650# PBBDEP is replaced by the list of build dependencies
     651#filter PBBDEP =
     652
    650653# PBSUF is replaced by the package suffix (\$pb->{'suf'} in code)
    651654filter PBSUF = \$pb->{'suf'}
     
    680683#filter PBDEP =
    681684
     685# PBBDEP is replaced by the list of build dependencies
     686#filter PBBDEP =
     687
    682688# PBSUF is replaced by the package suffix (\$pb->{'suf'} in code)
    683689filter PBSUF = %{dist}
     
    719725# PBDEP is replaced by the list of dependencies
    720726#filter PBDEP =
     727
     728# PBBDEP is replaced by the list of build dependencies
     729#filter PBBDEP =
    721730
    722731# PBSUG is replaced by the list of suggestions
     
    878887Priority: optional
    879888Maintainer: PBPACKAGER
    880 Build-Depends: debhelper (>= 4.2.20), PBDEP
     889Build-Depends: debhelper (>= 4.2.20), PBBDEP
    881890Standards-Version: PBDEBSTD
    882891Vcs-Svn: svn://svn.PBPROJ.org/svn/PBVER/PBPKG
     
    11101119BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(id -u -n)
    11111120#Requires:       PBDEP
     1121#BuildRequires:       PBBDEP
    11121122
    11131123%description
Note: See TracChangeset for help on using the changeset viewer.