# HG changeset patch # User paulb # Date 1127929163 0 # Node ID bba5c4ddb1a81c74cda76f9e210363ad65cb9ddd # Parent 2f0f26bfbe8a17bf0dc8dd5061eb2fcf51790cc1 [project @ 2005-09-28 17:39:23 by paulb] Added packaging documentation. diff -r 2f0f26bfbe8a -r bba5c4ddb1a8 README.txt --- a/README.txt Wed Sep 28 17:26:08 2005 +0000 +++ b/README.txt Wed Sep 28 17:39:23 2005 +0000 @@ -52,3 +52,21 @@ Tag, export. Archive, upload. Update PyPI, PythonInfo Wiki, Vaults of Parnassus entries. + +Making Packages +--------------- + +To make Debian packages: + + 1. Create new package directories under packages/debian if necessary. + 2. Make a symbolic link in the distribution's root directory to keep the + Debian tools happy: + + ln -s packages/debian/python2.4-parallel/debian/ + + 3. Run the package builder: + + dpkg-buildpackage -rfakeroot + + 4. Locate and tidy up the packages in the parent directory of the + distribution's root directory.