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

dh_pycentral and dh_pysupport clash

2008-07-04 Thread Ben Finney
Howdy all, I'm having a conflict between 'dh_pycentral' and 'dh_pysupport' that I can't see how to resolve. Case study: 'python-minimock' http://ftp.debian.org/debian/pool/main/p/python-minimock/python-minimock_0.8-4.dsc> Currently (in 0.8-4) the 'debian/rules' has the following targets of inte