scripts: remove "Package-Subdir" metadata handling
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
This commit is contained in:
parent
be575fdc9d
commit
bf4bfd8ccc
@ -222,7 +222,6 @@ sub parse_package_metadata($) {
|
||||
/^Build-Depends: \s*(.+)\s*$/ and $pkg->{builddepends} = [ split /\s+/, $1 ];
|
||||
/^Build-Depends\/(\w+): \s*(.+)\s*$/ and $pkg->{"builddepends/$1"} = [ split /\s+/, $2 ];
|
||||
/^Build-Types:\s*(.+)\s*$/ and $pkg->{buildtypes} = [ split /\s+/, $1 ];
|
||||
/^Package-Subdir:\s*(.+?)\s*$/ and $pkg->{package_subdir} = $1;
|
||||
/^Repository:\s*(.+?)\s*$/ and $pkg->{repository} = $1;
|
||||
/^Category: \s*(.+)\s*$/ and do {
|
||||
$pkg->{category} = $1;
|
||||
|
Loading…
Reference in New Issue
Block a user