roundup and dh_python2

2012-06-18 Thread Toni Mueller
Hi, I'm trying to build the new roundup package with dh_python2. That is the right thing to do, right? I get this: ... lots of output (DH_VERBOSE=1), then: D: dh_python2:584: processing package roundup... D: dh_python2:464: package roundup details = {'requires.txt': set([]), 'shebangs': set([

Re: roundup and dh_python2

2012-06-18 Thread Jakub Wilk
* Toni Mueller , 2012-06-18, 12:55: ... lots of output (DH_VERBOSE=1), then: D: dh_python2:584: processing package roundup... D: dh_python2:464: package roundup details = {'requires.txt': set([]), 'shebangs': set([('python', None)]), 'compile': True, 'ext': set([]), 'nsp.txt': set([]), 'public_

Re: roundup and dh_python2

2012-06-18 Thread Toni Mueller
Hi, On Mon, Jun 18, 2012 at 01:09:55PM +0200, Jakub Wilk wrote: > * Toni Mueller , 2012-06-18, 12:55: > >debian/control: > >... > >X-Python-Version: >= 2.5, << 2.8 > > In any case, I'd get rid of the "<< 2.8" part. Surely roundup cannot > be incompatible with Python 2.8, given that such version

Re: roundup and dh_python2

2012-06-18 Thread Scott Kitterman
Toni Mueller wrote: > >Hi, > >On Mon, Jun 18, 2012 at 01:09:55PM +0200, Jakub Wilk wrote: >> * Toni Mueller , 2012-06-18, 12:55: >> >debian/control: >> >... >> >X-Python-Version: >= 2.5, << 2.8 >> >> In any case, I'd get rid of the "<< 2.8" part. Surely roundup cannot >> be incompatible with P

Supporting Python 2 and 3 in libpeas

2012-06-18 Thread Barry Warsaw
Apologies for the cross-posting, but I think both lists will have valuable input on this issue. As part of Ubuntu's push to ship only Python 3 on our desktop image, I'm now looking at libpeas (Gnome plugin system). The good news is that upstream supports Python 3.2 and 2.6/7 just fine, however th