diff options
author | Michael Lauer <mickey@vanille-media.de> | 2007-06-21 07:53:02 +0000 |
---|---|---|
committer | Michael Lauer <mickey@vanille-media.de> | 2007-06-21 07:53:02 +0000 |
commit | 202201a1971d82e348e066fbd2eaacc64b7022d7 (patch) | |
tree | c021012063f69f6e4f2ec8ec59515228e87f61ef /contrib/python | |
parent | a721869e901ab387d9a719877096f7fee8ea3575 (diff) |
python 2.4.4 fix debug package name to python-core-dbg
Diffstat (limited to 'contrib/python')
-rwxr-xr-x | contrib/python/generate-manifest.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/python/generate-manifest.py b/contrib/python/generate-manifest.py index 6896ad1901..0267a3e980 100755 --- a/contrib/python/generate-manifest.py +++ b/contrib/python/generate-manifest.py @@ -10,7 +10,7 @@ import time VERSION = "2.4.4" # increase when touching python-core -BASEREV = 1 +BASEREV = 2 __author__ = "Michael 'Mickey' Lauer <mickey@Vanille.de>" __version__ = "20070721" @@ -158,7 +158,7 @@ if __name__ == "__main__": "lib/python2.4/lib-dynload/binascii.so lib/python2.4/lib-dynload/struct.so lib/python2.4/lib-dynload/time.so " + "lib/python2.4/lib-dynload/xreadlines.so lib/python2.4/types.* bin/python*" ) - m.addPackage( 0, "python-core-debug", "Python core module debug information", "python-core", + m.addPackage( 0, "python-core-dbg", "Python core module debug information", "python-core", "lib/python2.4/lib-dynload/.debug bin/.debug lib/.debug" ) m.addPackage( 0, "python-devel", "Python Development Package", "python-core", |