Changes between Version 1 and Version 2 of BuildingDebianPackages


Ignore:
Timestamp:
08/23/06 09:43:41 (17 years ago)
Author:
desai
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • BuildingDebianPackages

    v1 v2  
    33 * Untar the sources 
    44 * cd into the debian/ subdirectory 
    5  * run ./buildsys-select.sh <python version> [[br]] 
    6    <python version> is either 2.3 (for debian sarge), 2.4 (for breezy and dapper), or pycentral (for etch and edgy). This will setup the package to install python properly. 
     5 * run ./buildsys-select.sh <python version> [[br]]This will setup the package to install python properly. [[br]] 
     6   <python version> is either: 
     7   * 2.3 (for debian sarge),  
     8   * 2.4 (for breezy, dapper, and nexenta <= alpha 5) 
     9   * pycentral (for etch and edgy).  
     10    
    711 * cd .. 
    812 * run "fakeroot dpkg-buildpackage -uc -us"