Changes between Version 7 and Version 8 of BuildingDebianPackages


Ignore:
Timestamp:
05/08/08 13:13:47 (15 years ago)
Author:
desai
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • BuildingDebianPackages

    v7 v8  
    66   {{{apt-get install cdbs docbook-xsl libxslt1.1 python-dev python2.4-dev sgml-base xml-core xsltproc}}} 
    77 * Untar the sources 
    8  * If building from svn, make -C doc manual.html 
    98 * 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)" 
    1110 * run ./buildsys-select.sh <python version> [[br]]This will setup the package to install python properly. [[br]] 
    1211   <python version> is either: 
    1312   * 2.3 (for debian sarge),  
    1413   * 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).  
    1615    
    1716 * cd ..