- Timestamp:
- Jun 1, 2013, 9:39:01 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
devel/pb-modules/lib/ProjectBuilder/Env.pm
r1731 r1767 782 782 EOF 783 783 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 792 filter PBDEBSTD = 3.8.0 793 794 # PBDEBCOMP is replaced by the Debian Compatibility value 795 filter PBDEBCOMP = 7 796 797 EOF 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 807 filter PBDEBSTD = 3.9.4 808 809 # PBDEBCOMP is replaced by the Debian Compatibility value 810 filter PBDEBCOMP = 9 811 812 EOF 813 close(CONF); 784 814 # 6? 785 815 foreach my $ubv ("debian.pbf") {
Note:
See TracChangeset
for help on using the changeset viewer.