Changeset 26
- Timestamp:
- 12/08/05 17:00:37 (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/debbuild
r25 r26 471 471 $pkgdata{sources}{$1} = $2; 472 472 } elsif (/^patch([^:]+):\s+(.+)$/i) { 473 $pkgdata{main}{"patch$1"} = $2; 473 my $patchname = "patch$1"; 474 $pkgdata{main}{$patchname} = $2; 475 if ($pkgdata{main}{$patchname} =~ /\//) { 476 # URL-style patch. Rare but not unheard-of. 477 my @patchbits = split '/', $pkgdata{main}{$patchname}; 478 $pkgdata{main}{$patchname} = $patchbits[$#patchbits]; 479 } 474 480 } 475 481 #Name: suwrap
Note:
See TracChangeset
for help on using the changeset viewer.