# HG changeset patch # User Paul Boddie # Date 1315346284 -7200 # Node ID 70c5fbacbad6b791f37d019c8a42e82f7ac70180 # Parent 9d1bd54b13486aada78288c7460f51529cbaade5 Added an archive download note and changed some versions. diff -r 9d1bd54b1348 -r 70c5fbacbad6 README.txt --- a/README.txt Tue Sep 06 23:39:52 2011 +0200 +++ b/README.txt Tue Sep 06 23:58:04 2011 +0200 @@ -10,21 +10,25 @@ http://gitorious.org/shedskin/mainline/archive-tarball/d7cf784 +The digest string can be replaced with a tag: + +http://gitorious.org/shedskin/mainline/archive-tarball/0.9 + The idea is then to combine the snapshot with this packaging infrastructure. Unpack the archive: cd .. tar zxf shedskin-mainline-d7cf784.tar.gz -mv shedskin-mainline shedskin_0.8 +mv shedskin-mainline shedskin_0.9 Make a copy of the archive for Debian non-native packaging purposes: -tar zcf shedskin_0.8.orig.tar.gz shedskin_0.8 +tar zcf shedskin_0.9.orig.tar.gz shedskin_0.9 Move into the sources directory: -cd shedskin_0.8 +cd shedskin_0.9 Now, copy the debian directory from this directory into the export directory: