Changeset 83


Ignore:
Timestamp:
03/22/07 12:18:17 (17 years ago)
Author:
kdeugau
Message:

/trunk

Tweak/bugfix handling of %attr entries in %files to handle case of
no-permissions-with-real-owner.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/debbuild

    r82 r83  
    577577            $args =~ s/\s+//g;
    578578            $args =~ s/"//g;    # don't think quotes are ever necessary, but they're *allowed*
    579             my ($perms,$owner,$group) = ($args =~ /\((\d+),([a-zA-Z0-9-]+),([a-zA-Z0-9-]+)/);
     579            my ($perms,$owner,$group) = ($args =~ /\(([\d-]+),([a-zA-Z0-9-]+),([a-zA-Z0-9-]+)/);
    580580# due to Debian's total lack of real permissions-processing in its actual package
    581581# handling component (dpkg-deb), this can't really be done "properly".  We'll have
Note: See TracChangeset for help on using the changeset viewer.