Changes between Version 7 and Version 8 of BuildingDebianPackages
- Timestamp:
- 05/08/08 13:13:47 (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
BuildingDebianPackages
v7 v8 6 6 {{{apt-get install cdbs docbook-xsl libxslt1.1 python-dev python2.4-dev sgml-base xml-core xsltproc}}} 7 7 * Untar the sources 8 * If building from svn, make -C doc manual.html9 8 * 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)"9 * Optional: if you want to have a special name for your own package, edit the first line of changelog: change eg. "(0.9.5.7-0.1)" to "(0.9.5.7-0.1myname)" 11 10 * run ./buildsys-select.sh <python version> [[br]]This will setup the package to install python properly. [[br]] 12 11 <python version> is either: 13 12 * 2.3 (for debian sarge), 14 13 * 2.4 (for breezy, dapper, and nexenta <= alpha 6) 15 * pycentral (for etch, feisty and edgy ).14 * pycentral (for etch, feisty and edgy, gutsy, hardy). 16 15 17 16 * cd ..