scripts/package-metadata.pl: remove broken detection of self-dependencies
authorMatthias Schiffer <mschiffer@universe-factory.net>
Thu, 4 Jan 2018 16:18:16 +0000 (17:18 +0100)
committerMatthias Schiffer <mschiffer@universe-factory.net>
Thu, 4 Jan 2018 16:18:16 +0000 (17:18 +0100)
commit0b28cc56d4352f5a8b2e7783d3787e6effcdb630
tree93a47f2f9ff2900eb1d1f576518fcc03cd297895
parentda95c9aa17814d691a7fed6e8297fb29c5600c27
scripts/package-metadata.pl: remove broken detection of self-dependencies

A self-dependency is not an error worth a warning; rather, it is very
common: whenever there are dependencies between different binary packages
originating from the same source package, such dependencies occur. Not
actually generating dependency rules is correct, but already handled a few
lines below.

A typo prevented this redundant rule from working, which is the reason the
warning was not actually printed.

Signed-off-by: Matthias Schiffer <mschiffer@universe-factory.net>
scripts/package-metadata.pl