|
@@ -180,7 +180,7 @@ for $_ (keys %fi) {
|
|
|
} elsif (s/^C$myindex //) {
|
|
} elsif (s/^C$myindex //) {
|
|
|
if (m/^(Package|Description|Essential|Optional)$/) {
|
|
if (m/^(Package|Description|Essential|Optional)$/) {
|
|
|
} elsif (exists($pkg_dep_fields{$_})) {
|
|
} elsif (exists($pkg_dep_fields{$_})) {
|
|
|
- my $dep = parsedep(substvars($v));
|
|
|
|
|
|
|
+ my $dep = parsedep(substvars($v), 1, 1);
|
|
|
&error("error occoured while parsing $_") unless defined $dep;
|
|
&error("error occoured while parsing $_") unless defined $dep;
|
|
|
$f{$_}= showdep($dep, 0);
|
|
$f{$_}= showdep($dep, 0);
|
|
|
} elsif (m/^Section$|^Priority$/) {
|
|
} elsif (m/^Section$|^Priority$/) {
|