Lot of users want to make deb files from source code. It is not a difficult job. Try the following steps to make deb from source files.
First You have to install checkinstall
$ sudo apt-get install checkinstall
Download the source file, such as example.tar.gz and extract it.
$ wget http://www.example.com/downloads/example.tar.gz
Howto make deb file from source code in ubuntu / debian Linux with Checkinstall
http://shibuvarkala.blogspot.com –
Create deb file of packages installed in your system
http://blog.dipinkrishna.info –
You can create .deb file of any installed package on your system.
For this you will need the package
Read more »




