# HG changeset patch # User Paul Boddie # Date 1388878421 -3600 # Node ID 662c8b7e255c854a5b8734c6bcd1abb43943ccd1 # Parent 0f93b1cab7c271c58558c32c4325df5ef24ec5de Updated packaging information. diff -r 0f93b1cab7c2 -r 662c8b7e255c README.txt --- a/README.txt Sun Jan 05 00:31:42 2014 +0100 +++ b/README.txt Sun Jan 05 00:33:41 2014 +0100 @@ -135,16 +135,19 @@ To make Debian-based packages: 1. Create new package directories under packages if necessary. + 2. Make a symbolic link in the distribution's root directory to keep the Debian tools happy: - ln -s packages/ubuntu-hoary/python2.4-desktop/debian/ - ln -s packages/ubuntu-feisty/python-desktop/debian/ - ln -s packages/ubuntu-hardy/python-desktop/debian/ + ln -s packages/debian-wheezy/python-desktop/debian/ 3. Run the package builder: dpkg-buildpackage -rfakeroot + Or: + + pdebuild + 4. Locate and tidy up the packages in the parent directory of the distribution's root directory.