Python Policy suggests dependencies that prevent installation

2006-07-23 Thread Loïc Minier
Hi, Python Policy 3.2 states: 3.2 Programs Using a Particular Python Version """A program which requires a specific version of Python must begin with #!/usr/bin/pythonX.Y (or #!/usr/bin/env pythonX.Y). It must also specify a dependency on pythonX.Y and on any pythonX.Y-foo package

Bug#379455: Python Policy suggests dependencies that prevent the replacement of real packages by virtual ones

2006-07-23 Thread Loïc Minier
Package: python-defaults Severity: important Tags: patch Hi, As explained on debian-python@ in the attached message... Here's a patch. Bye, -- Loïc Minier <[EMAIL PROTECTED]> --- Begin Message --- Hi, Python Policy 3.2 states: 3.2 Programs Using a Particular Python Ver

Re: Python Policy suggests dependencies that prevent installation

2006-07-23 Thread Steve Langasek
On Sun, Jul 23, 2006 at 07:08:52PM +0200, Loïc Minier wrote: > Python Policy 3.2 states: > 3.2 Programs Using a Particular Python Version > """A program which requires a specific version of Python must begin with > #!/usr/bin/pythonX.Y (or #!/usr/bin/env pythonX.Y). It must also > specify a