Creating Debian Packages: Difference between revisions
From IHRIS Wiki
mNo edit summary |
|||
Line 1: | Line 1: | ||
== Not So Hard Way == | == Not So Hard Way == | ||
# Install [http://bazaar-vcs.org/ Bazaar] and [https://edge.launchpad.net/bzr-builddeb bzr-builddeb] (“apt-get install bzr- | # Install [http://bazaar-vcs.org/ Bazaar] and [https://edge.launchpad.net/bzr-builddeb bzr-builddeb] (“apt-get install bzr-builddeb dpatch debhelper”) | ||
# Check out [http://code.launchpad.net/~hexmode my debian build scripts]. 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> |
Revision as of 13:34, 6 October 2007
Not So Hard Way
- Install Bazaar and bzr-builddeb (“apt-get install bzr-builddeb dpatch debhelper”)
- 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