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

Re: dh_pycentral and dh_pysupport clash



Package: python-central

Ben Finney wrote:
> Ideally, I'd only need those rules to say:
> 
> =====
> .PHONY: install
> install: build
>         dh --with python_central install
> 
> .PHONY: binary-indep
> binary-indep: build install
>         dh --with python_central binary-indep
> =====
> 
> This does, in fact, cause the 'pdebuild' to succeed.
> 
> However, if 'python-support' *is* installed, then this causes *both*
> of 'dh_pysupport' and 'dh_pycentral' to run, and the resulting package
> fails 'lintian':

python-central's debhelper sequence file is missing a line to disable
the default python-support.

remove_command("dh_pysupport");

debhelper 7.0.14 is the first version that will work with.

-- 
see shy jo

Attachment: signature.asc
Description: Digital signature


Reply to: