Creating Debian Packages

From IHRIS Wiki
Revision as of 14:17, 6 October 2007 by MarkAHershberger (talk | contribs)

Not So Hard Way

  1. Install Bazaar and bzr-builddeb (“apt-get install bzr-builddeb”)
  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