mirror of
https://github.com/webmin/webmin.git
synced 2026-06-23 04:20:32 +01:00
Format for full package description has changed
This commit is contained in:
@@ -75,7 +75,7 @@ else {
|
||||
}
|
||||
return () if ($? || $out =~ /Package .* is not available/i);
|
||||
local @rv = ( $_[0], &alphabet_name($_[0]) );
|
||||
push(@rv, $out =~ /Description:\s+([\0-\177]*\S)/i ? $1
|
||||
push(@rv, $out =~ /Description(-en)?:\s+((.*\n)(\s+.*\n)*)/i ? $2
|
||||
: $text{'debian_unknown'});
|
||||
push(@rv, $out =~ /Architecture:\s+(\S+)/i ? $1 : $text{'debian_unknown'});
|
||||
push(@rv, $out =~ /Version:\s+(\S+)/i ? $1 : $text{'debian_unknown'});
|
||||
|
||||
Reference in New Issue
Block a user