Changeset 1767 in ProjectBuilder for devel


Ignore:
Timestamp:
Jun 1, 2013, 9:39:01 PM (11 years ago)
Author:
Bruno Cornec
Message:
  • generate debian 6 template, latest being debian 7
File:
1 edited

Legend:

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

    r1731 r1767  
    782782EOF
    783783            close(CONF);
     784            open(CONF,"> $ENV{'PBROOTDIR'}/pbfilter/debian-6.0.pbf") || die "Unable to create $ENV{'PBROOTDIR'}/pbfilter/debian-6.0.pbf";
     785            print CONF << "EOF";
     786#
     787# \$Id\$
     788#
     789# Filter for debian build
     790#
     791# PBDEBSTD is replaced by the Debian standard version
     792filter PBDEBSTD = 3.8.0
     793
     794# PBDEBCOMP is replaced by the Debian Compatibility value
     795filter PBDEBCOMP = 7
     796
     797EOF
     798            close(CONF);
     799            open(CONF,"> $ENV{'PBROOTDIR'}/pbfilter/debian-7.0.pbf") || die "Unable to create $ENV{'PBROOTDIR'}/pbfilter/debian-7.0.pbf";
     800            print CONF << "EOF";
     801#
     802# \$Id\$
     803#
     804# Filter for debian build
     805#
     806# PBDEBSTD is replaced by the Debian standard version
     807filter PBDEBSTD = 3.9.4
     808
     809# PBDEBCOMP is replaced by the Debian Compatibility value
     810filter PBDEBCOMP = 9
     811
     812EOF
     813            close(CONF);
    784814            # 6?
    785815            foreach my $ubv ("debian.pbf") {
Note: See TracChangeset for help on using the changeset viewer.