|
|
@@ -145,6 +145,9 @@ while (<O>) {
|
|
|
}
|
|
|
$pv{$p,'Priority'}= $priority;
|
|
|
$pv{$p,'Section'}= $section;
|
|
|
+ ($sectioncut = $section) =~ s:^[^/]*/::;
|
|
|
+ if (length($psubdir{$p}) && $section ne $psubdir{$p} &&
|
|
|
+ $sectioncut ne $psubdir{$p}) {
|
|
|
if (length($psubdir{$p}) && $section ne $psubdir{$p}) {
|
|
|
print(STDERR " !! Package $p has \`Section: $section',".
|
|
|
" but file is in \`$psubdir{$p}' !!\n") || die $!;
|