Re: dh_python2 and build-depends

2011-02-21 Thread Vincent Bernat
OoO En cette matinée ensoleillée du lundi 21 février 2011, vers 09:29, Piotr Ożarowski disait : >> Is there anything else? > There will be a quick guide for maintainers in dh_python2 manpage¹ after > next upload, see also this² wiki page. > [¹] http://deb.li/dhp2 > [²] http://wiki.debian.org/

Re: dh_python2 and build-depends

2011-02-21 Thread Piotr Ożarowski
[Ben Finney, 2011-02-21] > Piotr Ożarowski writes: > > > [Vincent Bernat, 2011-02-21] > > > python (>= 2.6.5) > > > > actually, that's 2.6.5-1~ (I'd even bump it to the one released with > > Squeeze: 2.6.6-3) > > With or without a trailing tilde ‘~’ on the version specification? It doe

Re: dh_python2 and build-depends

2011-02-21 Thread Ben Finney
Piotr Ożarowski writes: > [Vincent Bernat, 2011-02-21] > >python (>= 2.6.5) > > actually, that's 2.6.5-1~ (I'd even bump it to the one released with > Squeeze: 2.6.6-3) With or without a trailing tilde ‘~’ on the version specification? -- \“Why was I with her? She remi

Re: dh_python2 and build-depends

2011-02-21 Thread Piotr Ożarowski
[Vincent Bernat, 2011-02-21] > I am switching some packages to dh_python2. I am using CDBS. I don't > find much documentation on how to do the transition. Here is what I have > done: > 1. Remove DEB_PYTHON_SYSTEM from debian/rules > 2. Update Build-Depends: > cdbs (>= 0.4.90), >

dh_python2 and build-depends

2011-02-20 Thread Vincent Bernat
Hi! I am switching some packages to dh_python2. I am using CDBS. I don't find much documentation on how to do the transition. Here is what I have done: 1. Remove DEB_PYTHON_SYSTEM from debian/rules 2. Update Build-Depends: cdbs (>= 0.4.90), python (>= 2.6.5) Is