From 202201a1971d82e348e066fbd2eaacc64b7022d7 Mon Sep 17 00:00:00 2001 From: Michael Lauer Date: Thu, 21 Jun 2007 07:53:02 +0000 Subject: python 2.4.4 fix debug package name to python-core-dbg --- contrib/python/generate-manifest.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'contrib/python') 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 " __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", -- cgit v1.2.3