Ben Finney <[EMAIL PROTECTED]> writes:

> =====
> .PHONY: install
> install: build
>         dh --with python_central install --before pysupport
>         dh --with python_central install --after pysupport
> 
> .PHONY: binary-indep
> binary-indep: build install
>         dh --with python_central binary-indep --before pysupport
>         dh --with python_central binary-indep --after pysupport
> =====
> 
> This builds, but *only* with both of 'python-central' and
> 'python-support' installed. However, the package shouldn't need
> 'python-central' at all; it wants to avoid it altogether.

This should of course say:

    However, the package shouldn't need 'python-support' at all; it
    wants to avoid it altogether.

-- 
 \        “Always code as if the guy who ends up maintaining your code |
  `\     will be a violent psychopath who knows where you live.” —John |
_o__)                                                         F. Woods |
Ben Finney


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to