Changeset 210
- Timestamp:
- 10/04/15 22:22:11 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/debbuild
r209 r210 2017 2017 $macrostring =~ s/\%\{source$source\}/$topdir\/SOURCES\/$pkgdata{sources}{$source}/gi; 2018 2018 } 2019 $macrostring =~ s/\%\{patch([\d]+)}/$topdir\/SOURCES\/$pkgdata{main}{"patch$1"}/gi; 2019 2020 $macrostring =~ s/\%\{name\}/$pkgdata{main}{name}/gi; 2020 2021 $macrostring =~ s/\%\{version\}/$pkgdata{main}{version}/gi;
Note:
See TracChangeset
for help on using the changeset viewer.