Re: Packaging bundled library

2012-12-12 Thread Paul Wise
On Thu, Dec 13, 2012 at 5:22 AM, Tomasz Muras wrote: > I'd like to package a small PHP utility that embeds a library. Should I > package the library separately straight away? I know this is the way to go > but on the other hand it seems like unnecessary overhead to package a > library when it's us

Packaging bundled library

2012-12-12 Thread Tomasz Muras
Dear Mentors, I'd like to package a small PHP utility that embeds a library. Should I package the library separately straight away? I know this is the way to go but on the other hand it seems like unnecessary overhead to package a library when it's used by only one other package. What would b