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 | # 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 12:49, 6 October 2007
Not So Hard Way
- Install Bazaar and bzr-builddeb (“apt-get install bzr-builddeb”)
- 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