Changeset 53


Ignore:
Timestamp:
04/07/06 17:51:50 (18 years ago)
Author:
kdeugau
Message:

/trunk

Bugfix: .sdeb's didn't get extra source files properly included

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/debbuild

    r52 r53  
    845845  foreach my $specbit (keys %{$pkgdata{main}} ) {
    846846    next if $specbit eq 'source';
    847     $paxcmd .= "SOURCES/$pkgdata{main}{$specbit} " if $specbit =~ /^(source|patch)/;
     847    $paxcmd .= "SOURCES/$pkgdata{main}{$specbit} " if $specbit =~ /^patch/;
    848848##buglet: need to deal with case where patches are listed as URLs?
    849849#  or other extended pathnames?  Silly !@$%^&!%%!%!! user!
     850  }
     851
     852  foreach my $source (keys %{$pkgdata{sources}}) {
     853    $paxcmd .= "SOURCES/$pkgdata{sources}{$source} ";
    850854  }
    851855
Note: See TracChangeset for help on using the changeset viewer.