# HG changeset patch # User Paul Boddie # Date 1300667586 -3600 # Node ID 051d32b9615ab357dae147a39ada6fca984e2352 # Parent b34ecf6c941f967a06a431e39b3d390378f51ad1 Updated for 0.7.1 with extra patch. diff -r b34ecf6c941f -r 051d32b9615a README.txt --- a/README.txt Sat Jan 15 20:58:52 2011 +0100 +++ b/README.txt Mon Mar 21 01:33:06 2011 +0100 @@ -4,16 +4,16 @@ Firstly, download the latest upstream source release. For example, try and persuade Gitorious to yield a file by visiting the following address: -http://gitorious.org/shedskin/mainline/archive-tarball/8fc85b49 +http://gitorious.org/shedskin/mainline/archive-tarball/d35a07c9 The idea is then to combine the snapshot with this packaging infrastructure. Unpack and move into the sources directory: cd .. -tar zxf shedskin-mainline-8fc85b49.tar.gz -mv shedskin-mainline shedskin-mainline-8fc85b49 -cd shedskin-mainline-8fc85b49 +tar zxf shedskin-mainline-d35a07c9.tar.gz +mv shedskin-mainline shedskin-mainline-d35a07c9 +cd shedskin-mainline-d35a07c9 Now, copy the debian directory from this directory into the export directory: @@ -31,6 +31,15 @@ cp ../shedskin-packaging/shared.py.diff . patch -p0 < shared.py.diff +For Shed Skin 0.7.1, the following patch needs to be applied: + +cp ../shedskin-packaging/typename-90ee8e7.diff . +patch -p0 < typename-90ee8e7.diff + +This patch was originally retrieved from the following location: + +http://gitorious.org/shedskin/mainline/commit/90ee8e73115657fa6fee754337f391c7ffc815f5 + Using pbuilder, try and build the package (this example is using my signing key): @@ -45,13 +54,14 @@ When packaging a new release, update the release history below along with the debian/changelog file: -debchange -v 0.7 -D unstable +debchange -v 0.7.1 -D unstable Shed Skin Release History ========================= Release Git Changeset ------- ------------- +0.7.1 d35a07c99c29618e0dad6d31a3cf01599c0d758a 0.7 8fc85b49137a79ca9acc5e63fa9fdfbb50751907 0.6 1e6708d49e9092a7949ed74b7e339c5245bb6661 diff -r b34ecf6c941f -r 051d32b9615a debian/changelog --- a/debian/changelog Sat Jan 15 20:58:52 2011 +0100 +++ b/debian/changelog Mon Mar 21 01:33:06 2011 +0100 @@ -1,3 +1,9 @@ +shedskin (0.7.1) unstable; urgency=low + + * New upstream release. + + -- Paul Boddie Mon, 21 Mar 2011 01:32:36 +0100 + shedskin (0.7) unstable; urgency=low * New upstream release. diff -r b34ecf6c941f -r 051d32b9615a typename-90ee8e7.diff --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/typename-90ee8e7.diff Mon Mar 21 01:33:06 2011 +0100 @@ -0,0 +1,20 @@ +--- shedskin/lib/builtin.hpp 2011-03-19 16:08:45.000000000 +0100 ++++ shedskin/lib/builtin.hpp 2011-03-19 16:09:03.000000000 +0100 +@@ -1775,7 +1775,7 @@ + + template inline __ss_bool pyiter::__contains__(T t) { + T e; +- pyiter::for_in_loop __3; ++ typename pyiter::for_in_loop __3; + int __2; + pyiter *__1; + FOR_IN_NEW(e,this,1,2,3) +@@ -2480,7 +2480,7 @@ + dict *c = new dict(); + memo->__setitem__(this, c); + K e; +- dict::for_in_loop __3; ++ typename dict::for_in_loop __3; + int __2; + dict *__1; + FOR_IN_NEW(e,this,1,2,3)