Creating Debian Packages: Difference between revisions

From IHRIS Wiki
mNo edit summary
Line 6: Line 6:
$ mkdir build
$ mkdir build
$ cd build
$ cd build
$ bzr co http://bazaar.launchpad.net/~hexmode/i2ce/debian-dev
$ bzr co http://bazaar.launchpad.net/~hexmode/i2ce/debian-dev i2ce
$ bzr co http://bazaar.launchpad.net/~hexmode/ihris-common/debian-dev
$ bzr co http://bazaar.launchpad.net/~hexmode/ihris-common/debian-dev ihris-common
$ bzr co http://bazaar.launchpad.net/~hexmode/ihris-manage/debian-dev
$ bzr co http://bazaar.launchpad.net/~hexmode/ihris-manage/debian-dev ihris-manage
</pre>
</pre># In each dire
#

Revision as of 14:17, 6 October 2007

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