Creating Debian Packages: Difference between revisions
From IHRIS Wiki
mNo edit summary |
|||
Line 6: | Line 6: | ||
$ mkdir build | $ mkdir build | ||
$ cd build | $ cd build | ||
$ bzr co http://bazaar.launchpad.net/~hexmode/i2ce/debian-dev | $ bzr co http://bazaar.launchpad.net/~hexmode/i2ce/debian-dev i2ce | ||
$ bzr co http://bazaar.launchpad.net/~hexmode/ihris-common/debian-dev | $ bzr co http://bazaar.launchpad.net/~hexmode/ihris-common/debian-dev ihris-common | ||
$ bzr co http://bazaar.launchpad.net/~hexmode/ihris-manage/debian-dev | $ bzr co http://bazaar.launchpad.net/~hexmode/ihris-manage/debian-dev ihris-manage | ||
</pre> | </pre># In each dire | ||
# |
Revision as of 13:17, 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 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