# HG changeset patch # User Paul Boddie # Date 1320604686 -3600 # Node ID d8d46d27e656f0d944b865b16e81f485bb9c2e41 # Parent 8769d411ef36b889541da06fb74282fcba4297ff Tidied the patches and added some quilt configuration settings that can be placed in a .quiltrc file. diff -r 8769d411ef36 -r d8d46d27e656 debian/patches/setup.py.patch --- a/debian/patches/setup.py.patch Sun Nov 06 19:21:12 2011 +0100 +++ b/debian/patches/setup.py.patch Sun Nov 06 19:38:06 2011 +0100 @@ -1,10 +1,8 @@ Description: Place library files under the control of the Debian packaging infrastructure. Author: Paul Boddie -Index: shedskin-0.9rc1/setup.py -=================================================================== ---- 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 +--- a/setup.py ++++ b/setup.py @@ -25,5 +25,5 @@ scripts=['scripts/shedskin'], cmdclass={'test':run_tests}, diff -r 8769d411ef36 -r d8d46d27e656 debian/patches/shared.py.patch --- a/debian/patches/shared.py.patch Sun Nov 06 19:21:12 2011 +0100 +++ b/debian/patches/shared.py.patch Sun Nov 06 19:38:06 2011 +0100 @@ -1,9 +1,7 @@ Description: Put the libraries in a specific shared location. Author: Paul Boddie -Index: shedskin-0.9rc1/shedskin/shared.py -=================================================================== ---- 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 +--- a/shedskin/shared.py ++++ b/shedskin/shared.py @@ -39,7 +39,7 @@ self.total_iterations = 0 self.lambdawrapper = {} diff -r 8769d411ef36 -r d8d46d27e656 quiltrc --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/quiltrc Sun Nov 06 19:38:06 2011 +0100 @@ -0,0 +1,2 @@ +QUILT_DIFF_ARGS="--no-timestamps --no-index -pab" +QUILT_REFRESH_ARGS="--no-timestamps --no-index -pab"