Skip to content
This repository has been archived by the owner on Aug 21, 2023. It is now read-only.

Making Debian packages

virtadpt edited this page Mar 27, 2013 · 7 revisions

So, how do we go about making .deb packages? Good question. This is where we capture those notes, which are eventually going to be used to make a build script that automates the process for us.

Cross-compiling for the Raspberry Pi

After careful analysis, we don't actually have to cross-compile anything. We do, however, have to package up the code that we wrote as well as the custom system configuration files and a few shell scripts. There are two packages that can't be gotten from the Debian repositories (etherpad, qwebirc and olsrd-viz) which we should be able to construct .deb packages for so long as we have the correct environment:

  • Debian package manifest files
  • ar
  • tar
  • A shell script to automate the process
  • A PGP key for signing the packages.