PDA

View Full Version : [ubuntu] creating a .deb



adityaj
April 22nd, 2008, 07:32 PM
Hi

I am interested in building a .deb of a php application of mine. All effectively i need to do is copy the php files to /usr/share/myphpapp and create a myphpapp.conf in apache conf.d where i give the link and the virtual path. I have found a few tutorials (tried pkgwrite too) but all seem to need some configure step. I dont think my .deb creating needs that (make file etc). Please let me know how to go about this.

Thanks

Diabolis
July 31st, 2008, 05:08 PM
I would like to know more about this. From what I read pkgwrite builds .deb files from the source code.

How would you go about this if you already have the pre-compiled sources?