Make debian packages

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
Share and Enjoy:
  • Digg
  • Reddit
  • del.icio.us
  • Google Bookmarks
  • Facebook
  • MySpace
  • Add to favorites
  • StumbleUpon
  • Twitter
  • Yahoo! Bookmarks

Related posts:

  1. Debian packages are easy to make without checkinstall
  2. Acer Aspire One how to mount samba share
  3. uShare update!
  4. 64bit users mplayer support for firefox32
  5. Keeping all your windows settings for thunderbird
This entry was posted in Debian and tagged . Bookmark the permalink.



Comments are closed.