# HG changeset patch # User Paul Boddie # Date 1287262244 -7200 # Node ID dde12772200cf856a8511feb1a068071001a2f1f # Parent f58dd04cdcafa8903f9de04a1fb825a119e5d5d1 Updated the packaging for the 0.6 release. diff -r f58dd04cdcaf -r dde12772200c README.txt --- a/README.txt Tue Jul 13 18:47:12 2010 +0200 +++ b/README.txt Sat Oct 16 22:50:44 2010 +0200 @@ -1,24 +1,18 @@ 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 +Firstly, download the latest upstream source release. For example: -When packaging, perform an update: - -svn update - -Then, export a snapshot to a separate directory: - -svn export . ../shedskin-snapshot-20100327 +wget http://gitorious.org/shedskin/mainline/archive-tarball/1e6708d4 The idea is then to combine the snapshot with this packaging infrastructure. -Move into the export directory: +Unpack and move into the sources directory: -cd ../shedskin-snapshot-20100327 +cd .. +tar zxf shedskin-mainline-1e6708d4.tar.gz +mv shedskin-mainline shedskin-mainline-1e6708d4 +cd shedskin-mainline-1e6708d4 Now, copy the debian directory from this directory into the export directory: @@ -36,12 +30,6 @@ cp ../shedskin-packaging/shared.py.diff . patch -p0 < shared.py.diff -Various issues related to Python 2.5 and earlier (with respect to support for -the print function in Python 3.x) need fixing with a patch: - -cp ../shedskin-packaging/python25print.diff . -patch -p0 < python25print.diff - Using pbuilder, try and build the package (this example is using my signing key): @@ -56,11 +44,15 @@ When packaging a new release, update the release history below along with the debian/changelog file: -debchange -v 0.5 -D unstable +debchange -v 0.6 -D unstable Shed Skin Release History ========================= +Release Git Changeset +------- ------------- +0.6 1e6708d49e9092a7949ed74b7e339c5245bb6661 + Release Subversion Revision ------- ------------------- 0.5 1507 diff -r f58dd04cdcaf -r dde12772200c debian/changelog --- a/debian/changelog Tue Jul 13 18:47:12 2010 +0200 +++ b/debian/changelog Sat Oct 16 22:50:44 2010 +0200 @@ -1,3 +1,9 @@ +shedskin (0.6) unstable; urgency=low + + * New upstream release. + + -- Paul Boddie Sat, 16 Oct 2010 22:03:55 +0200 + shedskin (0.5) unstable; urgency=low * New upstream release.