dependency questions

2008-08-24 Thread Eike Nicklas
Hi all, I have a program that depends on python = 2.4 and elementtree (which is included in python = 2.5). What is the best way to express this dependency in debian/control (I am using python-support)? a) Depends: python (=2.4), python (=2.5) | python-elementtree b) Depends: python (=2.5)

Re: dependency questions

2008-08-24 Thread Scott Kitterman
On Sunday 24 August 2008 18:03, Eike Nicklas wrote: Hi all, I have a program that depends on python = 2.4 and elementtree (which is included in python = 2.5). What is the best way to express this dependency in debian/control (I am using python-support)? a) Depends: python (=2.4), python