Re: python-nautilus update (Re: [Python-apps-team] Bug#475233: Needs porting to new nautilus extension api)
On Sun, 2008-04-20 at 22:40 +0200, Loïc Minier wrote: > @Ross: I'm not sure nautilus is going it right now; in fact, I'm not > sure there's consensus to ship nautilus 2.22 in lenny right now. > Perhaps you could branch your new nautilus-python to > pkg-gnome/packages/experimental, revert the changes in /unstable and > upload the 0.5 tree in experimental for now? Thanks! In fact I was just about to ask what was happening with Nautilus, to see if I should wait or revert. Silly me forgot to check that nautilus 2.22 was in sid (I'm running partial experimental here). I'll revert the changes and upload to experimental today. Ross -- Ross Burton mail: [EMAIL PROTECTED] jabber: [EMAIL PROTECTED] www: http://www.burtonini.com./ PGP Fingerprint: 1A21 F5B0 D8D0 CFE3 81D4 E25A 2D09 E447 D0B4 33DF signature.asc Description: This is a digitally signed message part
Status of python-gnome2 packages
Hi, I'm packaging Straw (a RSS aggregator) at the moment, and it requires python-gnome2. Obviously Straw cannot be uploaded until this package is uploaded, so what is the status on this? What are the outstanding issues? Regards, Ross -- Ross Burton mail: [EMAIL PROTECTED] jabber: [EMAIL PROTECTED] www: http://www.burtonini.com./ PGP Fingerprint: 1A21 F5B0 D8D0 CFE3 81D4 E25A 2D09 E447 D0B4 33DF signature.asc Description: This is a digitally signed message part
dh_python and python deps
Hi, I'm the straw maintainer, and use dh_python in my debian/rules to do the compilation and dependency magic. However, it appears that python2.3-gtk2 is broken and python2.3-bsddb3 is not present yet, so I have decided to make the package explicitly use python2.2. I have changed /usr/bin/straw to call python2.2, I depend on python2.2 version of the modules, and build-depend on python2.2, but I get this in my generated Depends: Depends: python2.2, python (>= 2.3), python (<< 2.4), ... Not quite what I was after. Anyone know what is wrong? Thanks for any help, Ross -- Ross Burton mail: [EMAIL PROTECTED] jabber: [EMAIL PROTECTED] www: http://www.burtonini.com./ PGP Fingerprint: 1A21 F5B0 D8D0 CFE3 81D4 E25A 2D09 E447 D0B4 33DF signature.asc Description: This is a digitally signed message part
Re: dh_python and python deps
On Wed, 2003-08-13 at 12:15, Josselin Mouette wrote: > The .py's in /usr/lib/straw are detected as python modules to be > bytecompiled for the default python version, i.e. 2.3. Maybe you should > put them in /usr/lib/python2.2/site-packages. Ah, I see. This is a shame, they are private to straw and it feels wrong to put them in /usr/lib/python2.2/site-packages. > I can also add a -V option handling to dh_python, so that you can choose > which python version you want the modules to be compiled with. Do you > think it would be useful ? If you did add it, I would use it here. :) Ross -- Ross Burton mail: [EMAIL PROTECTED] jabber: [EMAIL PROTECTED] www: http://www.burtonini.com./ PGP Fingerprint: 1A21 F5B0 D8D0 CFE3 81D4 E25A 2D09 E447 D0B4 33DF signature.asc Description: This is a digitally signed message part