# HG changeset patch # User Paul Boddie # Date 1263424967 -3600 # Node ID eaf3d2256810efe1d9f7b27bb3a7e16198c5b871 # Parent bdd6d830f089a6ceae786168f773214e4d01c42e Added some instructions. diff -r bdd6d830f089 -r eaf3d2256810 README.txt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/README.txt Thu Jan 14 00:22:47 2010 +0100 @@ -0,0 +1,31 @@ +Shed Skin Packaging for Debian +============================== + +Firstly, check out the Shed Skin repository (perhaps in the parent directory +of this directory): + +svn checkout http://shedskin.googlecode.com/svn/trunk/ shedskin-read-only + +When packaging, perform an update: + +svn update + +Then, export a snapshot to a separate directory: + +svn export . ../shedskin-snapshot-20100114 + +Move into the export directory: + +cd ../shedskin-snapshot-20100114 + +Now, copy the debian directory from this directory into the export directory: + +cp -R ../shedskin-packaging/debian/ . + +Using pbuilder, try and build the package (this example is using my signing +key): + +pdebuild --auto-debsign --debsign-k 9F308B3C + +Some files will appear in /var/cache/pbuilder/result/ (such as the binary +package files), whereas others will appear in the parent directory.