Many packages which use to depend to python-ctypes are now have the following dependence: python (>= 2.5) | python-ctypes (>= 0.9.6)
Examples: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=493002#12 http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=485594#10 (Patch attached) By the way, is there any reason to ask for a version of ctypes newer than 0.9.6 ?
--- control 2008-10-29 23:19:24.000000000 +0100 +++ control.new 2008-10-29 23:21:33.000000000 +0100 @@ -3,7 +3,7 @@ Architecture: all Maintainer: Lukáš LalinskÜ <[EMAIL PROTECTED]> Installed-Size: 268 -Depends: python (>= 2.3), python-support (>= 0.7.1), libdiscid0, python-ctypes (>= 0.9.6) +Depends: python (>= 2.3), python-support (>= 0.7.1), libdiscid0, python (>= 2.5) | python-ctypes (>= 0.9.6) Suggests: python-musicbrainz2-doc Provides: python2.4-musicbrainz2, python2.5-musicbrainz2 Section: python