Comment # 8
from Remi Collet
(In reply to comment #7)
> I wonder how to handle the directories. All of the components contain
> something like:
>
> %dir %{pear_phpdir}/Symfony/Component
> %dir %{pear_phpdir}/Symfony
>
> Ideally only one of them would own these directories, but as they are all
> independent of each other this doesn't really make sense.
The Guidelines are "quite" clear
MUST: A package must own all directories that it creates. If it does not create
a directory that it uses, then it should require a package which does create
that director
MUST: Packages must not own files or directories already owned by other
packages.
So, as this package have no dependencies on other php-symfony2-* it MUST own
this folders.
See my comment on #823071. php-symfony2-Form must not own this dir.
Probably more than one package will own this dir. This is not a problem.