Re: Packaging PHP files

2006-08-02 Thread Roberto C. Sanchez
On Wed, Aug 02, 2006 at 01:48:14PM -0400, Cary Pembleton wrote: > Roberto, > Obviously I am not the one to try and assist you with this since I am nearly > a Linux newbie, but it did occur to me the question might be better handled > on the debian-devel list. Just a thought, I really wish I could

RE: Packaging PHP files

2006-08-02 Thread Cary Pembleton
@lists.debian.org Subject: Re: Packaging PHP files On Wed, Aug 02, 2006 at 10:18:34AM -0400, Kit Peters wrote: > At work, we would like to use apt to distribute WWW applications > written in PHP to various other machines of ours. What's the best way > to package these applications into

Re: Packaging PHP files

2006-08-02 Thread Thibaut Paumard
Le mercredi 02 août 2006 à 10:18 -0400, Kit Peters a écrit : > At work, we would like to use apt to distribute WWW applications > written in PHP to various other machines of ours. What's the best way > to package these applications into debs, as they aren't compiled? > Should I write Makefiles whe

Re: Packaging PHP files

2006-08-02 Thread Roberto C. Sanchez
On Wed, Aug 02, 2006 at 10:18:34AM -0400, Kit Peters wrote: > At work, we would like to use apt to distribute WWW applications > written in PHP to various other machines of ours. What's the best way > to package these applications into debs, as they aren't compiled? > Should I write Makefiles wher

Packaging PHP files

2006-08-02 Thread Kit Peters
At work, we would like to use apt to distribute WWW applications written in PHP to various other machines of ours. What's the best way to package these applications into debs, as they aren't compiled? Should I write Makefiles where the only non-empty target is 'install'? Or is there a better way?