add a hack to allow source package names in Build-Depends: (PKG_BUILDDEP)

SVN-Revision: 6060
v19.07.3_mercusys_ac12_duma
Nicolas Thill 18 years ago
parent 0362ccb83b
commit bf3654cc10

@ -28,6 +28,8 @@ while ($line = <>) {
$line =~ /^Source-Makefile: \s*(.+\/([^\/]+)\/Makefile)\s*$/ and do {
$makefile = $1;
$src = $2;
defined $pkg{$src} or $pkg{$src} = {};
$pkg{$src}->{src} = $src;
};
$line =~ /^Package: \s*(.+)\s*$/ and do {
$name = $1;

Loading…
Cancel
Save