# HG changeset patch # User Paul Boddie # Date 1314554792 -7200 # Node ID 7a886fb1f0d42c5219c9958463d2effb86d74e2e # Parent 382c11b97bdfe8ee8a40f4786062399be370da5e Updated the packaging for a revised 0.8 release. diff -r 382c11b97bdf -r 7a886fb1f0d4 README.txt --- a/README.txt Thu Aug 11 16:40:20 2011 +0200 +++ b/README.txt Sun Aug 28 20:06:32 2011 +0200 @@ -4,14 +4,14 @@ 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/7f7388c +http://gitorious.org/shedskin/mainline/archive-tarball/d7cf784 The idea is then to combine the snapshot with this packaging infrastructure. Unpack the archive: cd .. -tar zxf shedskin-mainline-7f7388c.tar.gz +tar zxf shedskin-mainline-d7cf784.tar.gz mv shedskin-mainline shedskin_0.8 Make a copy of the archive for Debian non-native packaging purposes: @@ -66,6 +66,7 @@ Release Git Changeset ------- ------------- +0.8-1 d7cf784f5e12952a5630f6b78b3155995c825a38 0.8 7f7388c3dfab40dc1776cfd6334dd41bdaa62beb 0.7.1 d35a07c99c29618e0dad6d31a3cf01599c0d758a 0.7 8fc85b49137a79ca9acc5e63fa9fdfbb50751907 diff -r 382c11b97bdf -r 7a886fb1f0d4 debian/patches/setup.py.patch --- a/debian/patches/setup.py.patch Thu Aug 11 16:40:20 2011 +0200 +++ b/debian/patches/setup.py.patch Sun Aug 28 20:06:32 2011 +0200 @@ -1,12 +1,12 @@ Moved library files under the control of the Debian packaging infrastructure. Index: shedskin_0.8/setup.py =================================================================== ---- shedskin_0.8.orig/setup.py 2011-07-14 23:46:11.000000000 +0200 -+++ shedskin_0.8/setup.py 2011-07-14 23:58:37.000000000 +0200 +--- shedskin_0.8.orig/setup.py 2011-08-28 18:19:19.000000000 +0200 ++++ shedskin_0.8/setup.py 2011-08-28 19:54:15.000000000 +0200 @@ -25,5 +25,5 @@ scripts=['scripts/shedskin'], cmdclass={'test':run_tests}, packages=['shedskin'], -- package_data={'shedskin': ['lib/*.cpp', 'lib/*.hpp', 'lib/*.py', 'lib/os/*.cpp', 'lib/os/*.hpp', 'lib/os/*.py', 'FLAGS*', 'illegal']}, +- package_data={'shedskin': ['lib/*.cpp', 'lib/*.hpp', 'lib/builtin/*.cpp', 'lib/builtin/*.hpp', 'lib/*.py', 'lib/os/*.cpp', 'lib/os/*.hpp', 'lib/os/*.py', 'FLAGS*', 'illegal']}, + package_data={'shedskin': ['FLAGS*', 'illegal']}, ) diff -r 382c11b97bdf -r 7a886fb1f0d4 debian/patches/shared.py.patch --- a/debian/patches/shared.py.patch Thu Aug 11 16:40:20 2011 +0200 +++ b/debian/patches/shared.py.patch Sun Aug 28 20:06:32 2011 +0200 @@ -1,8 +1,8 @@ Moved the libraries to a shared location. Index: shedskin_0.8/shedskin/shared.py =================================================================== ---- shedskin_0.8.orig/shedskin/shared.py 2011-07-15 00:01:49.000000000 +0200 -+++ shedskin_0.8/shedskin/shared.py 2011-07-15 00:01:59.000000000 +0200 +--- shedskin_0.8.orig/shedskin/shared.py 2011-08-28 18:19:19.000000000 +0200 ++++ shedskin_0.8/shedskin/shared.py 2011-08-28 19:54:21.000000000 +0200 @@ -39,7 +39,7 @@ self.total_iterations = 0 self.lambdawrapper = {}