Re: docs updated, working copy of php draft now available online
Piotr Roszatycki escreveu:
On Friday 05 of August 2005 19:51, Charles Fry wrote:
 
hum,  why we moving files to right place ?
I think  pear modules dont use docs  files,, these files are just
documentation.
       
Yes, these files are documentation and the Debian Policy says they should
be located at /usr/share/doc/$PACKAGE, so we have to move it.
     
This sounds like a policy issue to me.
That said, I think that the official php packages (such as php4-pear on
my system) should first make the move out of /usr/share/php/docs.
   
Right. We should just fill the bugreport against php-pear and fix the 
dh-make-pear so this tools will create correct packages.
 
ok,,   but we just open this bug , after  policy is done.
We  talk a lot,,  but what we defined about  php4 and php5 modules  ,  
pear packages ? where files will be put ?
we need to tell to Sean , File and directory layout  of pear modules,, 
and other php clases,  like adodb
I made one email  with what I understood,,  but anyone reply.  I copy it 
again.
Piotr,,  this is right ? 
PEAR Packages:  ( I think  PEAR packages can put files separeted of 
other php packages)
1 - pear (deb) packages used by all php versions
   /usr/share/php/pear/
2 - pear (deb) packages restricted to one version of php, ex php5,
 /usr/share/php/(VERSION)/pear
3 - pear packages installed by "pear(VERSION) install"    ex., pear5 
install DB
/usr/local/share/php/(VERSION)/pear
Others PHP packages (  ex.,  Adodb, Jpgraph, Diogenes,etc )
1 - php packages used by all php versions,,
/usr/share/php/(PACKAGENAME)
2 - php that need one specific php version , ex php5
/usr/share/php/(VERSION)/(PACKAGENAME)
PECL packages:
1 - as packge need to be compiled,  we can put in
/usr/lib/php/(VERSION)/
2 -  installed by pecl, or something,, /usr/local/lib/php/(VERSION)
Reply to: