Make debian packages
August 14th, 2007
Comments off
This probably isn’t a beginner how to, or even a complete how to.
The information needed was found here, which isn’t a complete how to either. This how to probably makes their how to more complete.
Make a folder to put the installed files into, like /home/user/debs/package.
Under that folder create a folder called DEBIAN.
Create the control file, you can find an example control file here
Put the control file in /home/user/debs/package/DEBIAN.
./confiugre --prefix=/home/user/debs/package make make install cd /home/user/debs dpkg -b package package_1.0_i386.deb


Recent Comments