Changes between Version 1 and Version 2 of BuildingDebianPackages
- Timestamp:
- 08/23/06 09:43:41 (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
BuildingDebianPackages
v1 v2 3 3 * Untar the sources 4 4 * 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 7 11 * cd .. 8 12 * run "fakeroot dpkg-buildpackage -uc -us"