# HG changeset patch # User Paul Boddie # Date 1315343858 -7200 # Node ID 5bbca83e00a80a826059abe8a6fdd3b8040c159e # Parent bf409fe38c5c5ad0f7a700cdfc692a91299826f7 Updated the patches for 0.9. diff -r bf409fe38c5c -r 5bbca83e00a8 debian/patches/fix-versions.patch --- a/debian/patches/fix-versions.patch Tue Sep 06 23:02:36 2011 +0200 +++ b/debian/patches/fix-versions.patch Tue Sep 06 23:17:38 2011 +0200 @@ -1,7 +1,7 @@ -Index: shedskin_0.8/setup.py +Index: shedskin-0.9rc1/setup.py =================================================================== ---- shedskin_0.8.orig/setup.py 2011-08-28 22:51:53.000000000 +0200 -+++ shedskin_0.8/setup.py 2011-08-28 22:52:01.000000000 +0200 +--- shedskin-0.9rc1.orig/setup.py 2011-09-06 23:05:44.000000000 +0200 ++++ shedskin-0.9rc1/setup.py 2011-09-06 23:05:59.000000000 +0200 @@ -19,7 +19,7 @@ os.chdir(self.cwd) @@ -11,10 +11,10 @@ description='Shed Skin is an experimental compiler, that can translate pure, but implicitly statically typed Python programs into optimized C++. It can generate stand-alone programs or extension modules that can be imported and used in larger Python programs.', url='http://code.google.com/p/shedskin/', scripts=['scripts/shedskin'], -Index: shedskin_0.8/shedskin/__init__.py +Index: shedskin-0.9rc1/shedskin/__init__.py =================================================================== ---- shedskin_0.8.orig/shedskin/__init__.py 2011-08-28 18:19:19.000000000 +0200 -+++ shedskin_0.8/shedskin/__init__.py 2011-08-28 22:52:01.000000000 +0200 +--- shedskin-0.9rc1.orig/shedskin/__init__.py 2011-09-03 13:48:49.000000000 +0200 ++++ shedskin-0.9rc1/shedskin/__init__.py 2011-09-06 23:05:59.000000000 +0200 @@ -63,7 +63,7 @@ @@ -24,10 +24,10 @@ print 'Copyright 2005-2011 Mark Dufour; License GNU GPL version 3 (See LICENSE)' print -Index: shedskin_0.8/shedskin/lib/sys.cpp +Index: shedskin-0.9rc1/shedskin/lib/sys.cpp =================================================================== ---- shedskin_0.8.orig/shedskin/lib/sys.cpp 2011-08-28 18:19:19.000000000 +0200 -+++ shedskin_0.8/shedskin/lib/sys.cpp 2011-08-28 22:52:01.000000000 +0200 +--- shedskin-0.9rc1.orig/shedskin/lib/sys.cpp 2011-09-03 13:48:49.000000000 +0200 ++++ shedskin-0.9rc1/shedskin/lib/sys.cpp 2011-09-06 23:05:59.000000000 +0200 @@ -18,10 +18,10 @@ argv = new list(); @@ -41,19 +41,3 @@ version = version->__add__(new str(__VERSION__))->__add__(new str("]")); #endif version_info = new tuple2<__ss_int, __ss_int>(5, (__ss_int)2, (__ss_int)6, (__ss_int)6, (__ss_int)0, (__ss_int)0); -Index: shedskin_0.8/doc/shedskin.rst -=================================================================== ---- shedskin_0.8.orig/doc/shedskin.rst 2011-08-28 22:54:04.000000000 +0200 -+++ shedskin_0.8/doc/shedskin.rst 2011-08-28 22:54:18.000000000 +0200 -@@ -7,9 +7,9 @@ - --------------------------------------------------- - - :Author: mark.dufour@gmail.com --:Date: 2010-10-16 -+:Date: 2011-08-28 - :Copyright: GPL version 3 or later --:Version: 0.6 -+:Version: 0.8 - :Manual section: 1 - - SYNOPSIS diff -r bf409fe38c5c -r 5bbca83e00a8 debian/patches/setup.py.patch --- a/debian/patches/setup.py.patch Tue Sep 06 23:02:36 2011 +0200 +++ b/debian/patches/setup.py.patch Tue Sep 06 23:17:38 2011 +0200 @@ -1,8 +1,8 @@ Moved library files under the control of the Debian packaging infrastructure. -Index: shedskin_0.8/setup.py +Index: shedskin-0.9rc1/setup.py =================================================================== ---- shedskin_0.8.orig/setup.py 2011-08-28 18:19:19.000000000 +0200 -+++ shedskin_0.8/setup.py 2011-08-28 22:51:53.000000000 +0200 +--- shedskin-0.9rc1.orig/setup.py 2011-09-03 13:48:49.000000000 +0200 ++++ shedskin-0.9rc1/setup.py 2011-09-06 23:05:44.000000000 +0200 @@ -25,5 +25,5 @@ scripts=['scripts/shedskin'], cmdclass={'test':run_tests}, diff -r bf409fe38c5c -r 5bbca83e00a8 debian/patches/shared.py.patch --- a/debian/patches/shared.py.patch Tue Sep 06 23:02:36 2011 +0200 +++ b/debian/patches/shared.py.patch Tue Sep 06 23:17:38 2011 +0200 @@ -1,8 +1,8 @@ Moved the libraries to a shared location. -Index: shedskin_0.8/shedskin/shared.py +Index: shedskin-0.9rc1/shedskin/shared.py =================================================================== ---- shedskin_0.8.orig/shedskin/shared.py 2011-08-28 18:19:19.000000000 +0200 -+++ shedskin_0.8/shedskin/shared.py 2011-08-28 22:51:58.000000000 +0200 +--- shedskin-0.9rc1.orig/shedskin/shared.py 2011-09-03 13:48:49.000000000 +0200 ++++ shedskin-0.9rc1/shedskin/shared.py 2011-09-06 23:05:51.000000000 +0200 @@ -39,7 +39,7 @@ self.total_iterations = 0 self.lambdawrapper = {}