add a hack to allow source package names in Build-Depends: (PKG_BUILDDEP)
SVN-Revision: 6060
This commit is contained in:
parent
0362ccb83b
commit
bf3654cc10
1 changed files with 2 additions and 0 deletions
|
@ -28,6 +28,8 @@ while ($line = <>) {
|
||||||
$line =~ /^Source-Makefile: \s*(.+\/([^\/]+)\/Makefile)\s*$/ and do {
|
$line =~ /^Source-Makefile: \s*(.+\/([^\/]+)\/Makefile)\s*$/ and do {
|
||||||
$makefile = $1;
|
$makefile = $1;
|
||||||
$src = $2;
|
$src = $2;
|
||||||
|
defined $pkg{$src} or $pkg{$src} = {};
|
||||||
|
$pkg{$src}->{src} = $src;
|
||||||
};
|
};
|
||||||
$line =~ /^Package: \s*(.+)\s*$/ and do {
|
$line =~ /^Package: \s*(.+)\s*$/ and do {
|
||||||
$name = $1;
|
$name = $1;
|
||||||
|
|
Loading…
Reference in a new issue