desktop

Changeset

81:662c8b7e255c
2014-01-05 Paul Boddie raw files shortlog changelog graph Updated packaging information. rel-0-4-2
README.txt (file)
     1.1 --- a/README.txt	Sun Jan 05 00:31:42 2014 +0100
     1.2 +++ b/README.txt	Sun Jan 05 00:33:41 2014 +0100
     1.3 @@ -135,16 +135,19 @@
     1.4  To make Debian-based packages:
     1.5  
     1.6    1. Create new package directories under packages if necessary.
     1.7 +
     1.8    2. Make a symbolic link in the distribution's root directory to keep the
     1.9       Debian tools happy:
    1.10  
    1.11 -     ln -s packages/ubuntu-hoary/python2.4-desktop/debian/
    1.12 -     ln -s packages/ubuntu-feisty/python-desktop/debian/
    1.13 -     ln -s packages/ubuntu-hardy/python-desktop/debian/
    1.14 +     ln -s packages/debian-wheezy/python-desktop/debian/
    1.15  
    1.16    3. Run the package builder:
    1.17  
    1.18       dpkg-buildpackage -rfakeroot
    1.19  
    1.20 +     Or:
    1.21 +
    1.22 +     pdebuild
    1.23 +
    1.24    4. Locate and tidy up the packages in the parent directory of the
    1.25       distribution's root directory.