Changeset 184


Ignore:
Timestamp:
06/07/15 11:49:25 (9 years ago)
Author:
kdeugau
Message:

/trunk

Don't add "Source0" to the .sdeb twice; this surfaced with the changes
in r182.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/debbuild

    r183 r184  
    15211521
    15221522  foreach my $source (keys %{$pkgdata{sources}}) {
     1523    # Skip Source0, since it's also $pkgdata{main}{source}.  Could arguably
     1524    # just remove that instead, but I think that might backfire.
     1525    next if $source eq '0';
    15231526    $paxcmd .= "SOURCES/$pkgdata{sources}{$source} ";
    15241527  }
Note: See TracChangeset for help on using the changeset viewer.