2011-09-08 | Paul Boddie | file changeset files shortlog | Removed false-starts from the changelog. Updated the compat version. Added DEP-3 headers to the patches. Added a clean rule to remove the generated man page. |
paul@56 | 1 | Description: Place library files under the control of the Debian |
paul@56 | 2 | packaging infrastructure. |
paul@56 | 3 | Author: Paul Boddie <paul@boddie.org.uk> |
paul@50 | 4 | Index: shedskin-0.9rc1/setup.py |
paul@40 | 5 | =================================================================== |
paul@50 | 6 | --- shedskin-0.9rc1.orig/setup.py 2011-09-03 13:48:49.000000000 +0200 |
paul@50 | 7 | +++ shedskin-0.9rc1/setup.py 2011-09-06 23:05:44.000000000 +0200 |
paul@40 | 8 | @@ -25,5 +25,5 @@ |
paul@40 | 9 | scripts=['scripts/shedskin'], |
paul@40 | 10 | cmdclass={'test':run_tests}, |
paul@40 | 11 | packages=['shedskin'], |
paul@43 | 12 | - 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']}, |
paul@40 | 13 | + package_data={'shedskin': ['FLAGS*', 'illegal']}, |
paul@40 | 14 | ) |