Package: ftp.debian.org
Severity: wishlist
The current database schema allows errors like:
projectb=> select c.name as component, s.section from override o
join component c on o.component = c.id
join section s on o.section = s.id
where o.package = 'paml-doc';
component | section
-----------+--------------
main | non-free/doc
See bug #608530 for background information. The section names should not be
prefixed by the component name. It should be 'doc' only. The component should
be 'non-free' in the example above.
Torsten
--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]