Creating Debian Packages: Difference between revisions

From IHRIS Wiki
mNo edit summary
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 <a href="http://code.launchpad.net/~hexmode">my debian build scripts</a>.  I suggest doing this in a separate directory.  For example:
<pre>
<pre>
Line 11: 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 12:48, 6 October 2007

Not So Hard Way

  1. Install Bazaar and bzr-builddeb (“apt-get install bzr-builddeb”)
  2. Check out <a href="http://code.launchpad.net/~hexmode">my debian build scripts</a>. 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