[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: make deb file



Umarzuki Mochlis wrote:

> to make a deb file from source i have to run make checkinstall, but how
> about a deb files containing scripts to be distributed to various
> directories?
> 

read the documentation and ask again

here a short hint:

to build debian directory and files run from within the package directory 

dh_make 
cd debian

edit all the files (the once you need - you'll know which and how after
you've read the docs)

cd ..

execute 

dpkg-buildpackage -rfakeroot -d -us -uc -nc -ai386

man dpkg-buildpackage for the options

regards


Reply to: