Re: dh_pycentral and dh_pysupport clash

2008-07-05 Thread Joey Hess
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

Re: dh_pycentral and dh_pysupport clash

2008-07-04 Thread Ben Finney
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 bi