Creating Debian Packages

From IHRIS Wiki

Not So Hard Way

  1. Install Bazaar and bzr-builddeb (“apt-get install bzr-builddeb dpatch debhelper”)
  2. Check out my debian build scripts. I suggest doing this in a separate directory. For example:
$ mkdir build
$ cd build
$ bzr co http://bazaar.launchpad.net/~hexmode/i2ce/debian-dev i2ce
$ bzr co http://bazaar.launchpad.net/~hexmode/ihris-common/debian-dev ihris-common
$ bzr co http://bazaar.launchpad.net/~hexmode/ihris-manage/debian-dev ihris-manage

# In each dire