Changeset 61


Ignore:
Timestamp:
06/05/06 16:11:25 (18 years ago)
Author:
kdeugau
Message:

/trunk

Fix %files -n handling - whole-name subpackages *are*, in fact,
allowed to use - and . in their names. Sigh. (Debian packages
'May Not Use _', which is *really* bloody annoying.)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/debbuild

    r60 r61  
    505505    # done %pre/%post scripts
    506506
    507       if (/^\%files(?:\s+(?:-n\s+)?([a-zA-z0-9]+))?/) {
     507      if (/^\%files(?:\s+(?:-n\s+)?([a-zA-z0-9.-]+))?/) {
    508508        my $pkgname = 'main';
    509509        if ($1) {       # Magic to add entries to the right list of files
Note: See TracChangeset for help on using the changeset viewer.