XSLTools

Changeset

218:fc2ed96a3e96
2005-09-06 paulb raw files shortlog changelog graph [project @ 2005-09-06 23:02:36 by paulb] Added Debian packaging instructions.
README.txt (file)
     1.1 --- a/README.txt	Tue Sep 06 22:23:34 2005 +0000
     1.2 +++ b/README.txt	Tue Sep 06 23:02:36 2005 +0000
     1.3 @@ -166,3 +166,21 @@
     1.4  
     1.5  Some warnings may be generated by the script, but the result should be a new
     1.6  apidocs directory within the XSLTools directory.
     1.7 +
     1.8 +Making Packages
     1.9 +---------------
    1.10 +
    1.11 +To make Debian packages:
    1.12 +
    1.13 +    1. Create new package directories under packages/debian if necessary.
    1.14 +    2. Make a symbolic link in the distribution's root directory to keep the
    1.15 +       Debian tools happy:
    1.16 +
    1.17 +       ln -s packages/debian/python2.4-xsltools/debian/
    1.18 +
    1.19 +    3. Run the package builder:
    1.20 +
    1.21 +       dpkg-buildpackage -rfakeroot
    1.22 +
    1.23 +    4. Locate and tidy up the packages in the parent directory of the
    1.24 +       distribution's root directory.