Creating Debian Packages: Difference between revisions

From IHRIS Wiki
Line 2: Line 2:


# Install [http://bazaar-vcs.org/ Bazaar] and [https://edge.launchpad.net/bzr-builddeb bzr-builddeb] (“apt-get install bzr-builddeb”)
# Install [http://bazaar-vcs.org/ Bazaar] and [https://edge.launchpad.net/bzr-builddeb bzr-builddeb] (“apt-get install bzr-builddeb”)
# Check out <a href="http://code.launchpad.net/~hexmode">my debian build scripts</a>.  I suggest doing this in a separate directory.  For example:
# Check out [http://code.launchpad.net/~hexmode my debian build scripts].  I suggest doing this in a separate directory.  For example:
<pre>
<pre>
$ mkdir build
$ mkdir build
Line 10: Line 10:
$ bzr co http://bazaar.launchpad.net/~hexmode/ihris-manage/debian-dev
$ bzr co http://bazaar.launchpad.net/~hexmode/ihris-manage/debian-dev
</pre>
</pre>
#
#

Revision as of 13:49, 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
$ bzr co http://bazaar.launchpad.net/~hexmode/ihris-common/debian-dev
$ bzr co http://bazaar.launchpad.net/~hexmode/ihris-manage/debian-dev