Joey Hess writes:
> 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.

then I assume a conflict against debhelper (<< 7.0.14) is needed?

  Matthias



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

Reply via email to