[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: dh_pycentral and dh_pysupport clash



Ben Finney <ben+debian@benfinney.id.au> 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


Reply to: