On Tue, May 17, 2005 at 12:33:31PM +0200, David Gil wrote: > I did it, Depends now looks like this: > > Depends: python (>= 2.3), python (<< 2.4) > > I have read about it before at debian python policy. But the problem now > is that my ubuntu friends can not install reddo cause ubuntu use python > 2.4. I know that ubuntu is not debian, i want to make packages for > debian, not for ubuntu.. but using: > > Depends: python (>= 2.3) > > my friends will be happy.. What should I do?
Use dh_python to generate the dependency, rather than hardcoding it. -- - mdz -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

