Skip to content

Commit

Permalink
Support Debian's Multi-Arch indicator
Browse files Browse the repository at this point in the history
  • Loading branch information
mlschroe committed Mar 21, 2022
1 parent dfe6687 commit be47d8d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions Build/Deb.pm
Expand Up @@ -366,6 +366,7 @@ sub query {
$data->{'version'} = $2;
$data->{'release'} = $3 if defined $3;
$data->{'arch'} = $res{'ARCHITECTURE'};
$data->{'multiarch'} = $res{'MULTI-ARCH'} if $res{'MULTI-ARCH'};
}
if ($opts{'description'}) {
$data->{'description'} = $res{'DESCRIPTION'};
Expand Down
1 change: 1 addition & 0 deletions Build/Debrepo.pm
Expand Up @@ -77,6 +77,7 @@ my %tmap = (
'enhances' => 'enhances',
'filename' => 'location',
'source' => 'source',
'multi-arch' => 'multiarch',
);

my %tmap_checksums = (
Expand Down

0 comments on commit be47d8d

Please sign in to comment.