Changeset 210


Ignore:
Timestamp:
10/04/15 22:22:11 (9 years ago)
Author:
kdeugau
Message:

/trunk

Support expansion of %{PATCHnn} just like %{SOURCEnn}. Suggested by
Andreas Scherer.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/debbuild

    r209 r210  
    20172017      $macrostring =~ s/\%\{source$source\}/$topdir\/SOURCES\/$pkgdata{sources}{$source}/gi;
    20182018    }
     2019    $macrostring =~ s/\%\{patch([\d]+)}/$topdir\/SOURCES\/$pkgdata{main}{"patch$1"}/gi;
    20192020    $macrostring =~ s/\%\{name\}/$pkgdata{main}{name}/gi;
    20202021    $macrostring =~ s/\%\{version\}/$pkgdata{main}{version}/gi;
Note: See TracChangeset for help on using the changeset viewer.