Changes between Version 5 and Version 6 of BuildingDebianPackages
- Timestamp:
- 11/17/06 20:52:25 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
BuildingDebianPackages
v5 v6 3 3 * Install packages necessary for building bcfg2 [[BR]] 4 4 {{{apt-get build-dep bcfg2 bcfg2-server}}} [[BR]] 5 or, if the available repositories do not have any 6 version of bcfg2, try something like: [[BR]] {{{apt-get install cdbs docbook-xsl 7 libxslt1.1 python-dev python2.4-dev sgml-base xml-core xsltproc}}} 5 or, if the available repositories do not have any version of bcfg2, try something like: [[BR]] 6 {{{apt-get install cdbs docbook-xsl libxslt1.1 python-dev python2.4-dev sgml-base xml-core xsltproc}}} 8 7 * Untar the sources 9 8 * If building from svn, make -C doc manual.html 10 * install packages needed for building: 'apt-get build-dep bcfg2 bcfg2-server' or 'apt-get install cdbs docbook-xsl libxslt1.1 python-dev python2.4-dev sgml-base xml-core xsltproc'11 9 * cd into the debian/ subdirectory 10 * Optional: if you want to have a special name for your own package, edit the first line of changelog: change eg. "(0.8.6.1-0)" to "(0.8.6.1-0myname)" 12 11 * run ./buildsys-select.sh <python version> [[br]]This will setup the package to install python properly. [[br]] 13 12 <python version> is either: 14 13 * 2.3 (for debian sarge), 15 14 * 2.4 (for breezy, dapper, and nexenta <= alpha 5) 16 * pycentral (for etch and edgy).15 * pycentral (for etch, feisty and edgy). 17 16 18 17 * cd ..