Re: [Distutils] stdeb vs dependencies?

2010-02-08 Thread K. Richard Pixley
Andrew Straw wrote: K. Richard Pixley wrote: Andrew Straw wrote: dpkg-gencontrol: warning: unknown substitution variable ${python:Provides} dpkg-gencontrol: warning: unknown substitution variable ${python:Depends} dpkg-gencontrol: warning: unknown substitution variable

Re: [Distutils] stdeb vs dependencies?

2010-02-05 Thread Andrew Straw
K. Richard Pixley wrote: Andrew Straw wrote: dpkg-gencontrol: warning: unknown substitution variable ${python:Provides} dpkg-gencontrol: warning: unknown substitution variable ${python:Depends} dpkg-gencontrol: warning: unknown substitution variable ${python:Provides} dpkg-gencontrol:

Re: [Distutils] stdeb vs dependencies?

2010-02-03 Thread K. Richard Pixley
Andrew Straw wrote: dpkg-gencontrol: warning: unknown substitution variable ${python:Provides} dpkg-gencontrol: warning: unknown substitution variable ${python:Depends} dpkg-gencontrol: warning: unknown substitution variable ${python:Provides} dpkg-gencontrol: warning: unknown substitution

[Distutils] stdeb vs dependencies?

2010-02-02 Thread K. Richard Pixley
What is the expected work flow around package dependencies between python packages and debs in stdeb? I was expecting it to declare any deb dependencies found, then translate any python dependencies into the names they would have if those pypi packages were translated using stdeb. What I'm

Re: [Distutils] stdeb vs dependencies?

2010-02-02 Thread Andrew Straw
K. Richard Pixley wrote: What is the expected work flow around package dependencies between python packages and debs in stdeb? I was expecting it to declare any deb dependencies found, then translate any python dependencies into the names they would have if those pypi packages were

Re: [Distutils] stdeb vs dependencies?

2010-02-02 Thread Andrew Straw
K. Richard Pixley wrote: Andrew Straw wrote: What I'm seeing with stdeb-0.5.1 is that no dependencies are declared at all, but instead, I'm seeing unresolved macro references to ${python:Depends}. What exactly is the error? Can you post the traceback or other error? python-support