Creating Debian Packages: Difference between revisions
From IHRIS Wiki
No edit summary |
mNo edit summary |
||
Line 1: | Line 1: | ||
== Not So Hard Way == | == Not So Hard Way == | ||
# Install [http://bazaar-vcs.org/ Bazaar] and | # 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 | # 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> | ||
$ mkdir build | $ mkdir build |
Revision as of 12:47, 6 October 2007
Not So Hard Way
- Install Bazaar and 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:
$ 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