Re: Packaging multiple version of cakephp

2014-11-16 Thread Maxime Chatelle
On Mon, Nov 17, 2014 at 08:31:04AM +0800, Paul Wise wrote: > On Mon, Nov 17, 2014 at 12:48 AM, Maxime Chatelle wrote: > > > The three branches should be co-installable. So, each package will want > > to install itself into /usr/share/php. To avoid names clashes, I think > > using a subdirectory by

Re: Packaging multiple version of cakephp

2014-11-16 Thread Paul Wise
On Mon, Nov 17, 2014 at 12:48 AM, Maxime Chatelle wrote: > The three branches should be co-installable. So, each package will want > to install itself into /usr/share/php. To avoid names clashes, I think > using a subdirectory by package and with a patch in the app templates to > fix the include p

Packaging multiple version of cakephp

2014-11-16 Thread Maxime Chatelle
I'm adopting cakephp. Upstream maintains three branchs: * the 1.3.x series which receives only bugfixes. * the 2.x series which is actively maintained. * and the future 3.x series (coming soon). For each series, backward compatibility with previous versions in the series is usually maintained.