Changeset 167


Ignore:
Timestamp:
06/10/12 20:53:19 (12 years ago)
Author:
kdeugau
Message:

/trunk

Fix library autoprovides/depends bug caused by the new multiarch changes;
found while tracing the i18n/l10n buglets from r166.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/debbuild

    r166 r167  
    15581558  if ($reqlibs ne '') {
    15591559    foreach (qx { dpkg -S $reqlibs }) {
    1560       my ($libpkg,undef) = split /:\s+/;
     1560      my ($libpkg,undef) = split /:/;
    15611561      $reqs{$libpkg} = 1;
    15621562    }
Note: See TracChangeset for help on using the changeset viewer.