Re: RFS: python-keyring

2009-09-12 Thread Douglas Thrift
Carl Chenet wrote: > Hi Douglas, > > Le mercredi 02 septembre 2009 à 15:46 -0700, Douglas Thrift a écrit : >> Hello, >> >> It looks like python-keyring optionally includes support for gnome-keyring >> and/or kwallet if their respective libraries are available. I'm wondering >> if there would be a

Re: will 2.6 be default?

2009-09-12 Thread Bernd Zeimetz
Josselin Mouette wrote: > Le samedi 12 septembre 2009 à 13:23 -0400, Scott Kitterman a écrit : >> One thing that would make the transition simpler (that could be done now) >> is to get CDBS to add the patch in >> http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=537373 > > Marc Dequènes agreed for

Re: will 2.6 be default?

2009-09-12 Thread Josselin Mouette
Le samedi 12 septembre 2009 à 13:23 -0400, Scott Kitterman a écrit : > One thing that would make the transition simpler (that could be done now) > is to get CDBS to add the patch in > http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=537373 Marc Dequènes agreed for a NMU to add this patch, so I gu

Re: will 2.6 be default?

2009-09-12 Thread Scott Kitterman
> > > > Akira Kitada wrote: >> >> On Thu, Aug 27, 2009 at 12:27 AM, Nicolas Chauvat >> wrote: >>> >>> It would indeed be nice if someone could list the hurdles that stand >>> between us and Python 2.6 in Squeeze, or point us to the web page that >>> lists them. >>> >>> Python2.6 is in experimental

Re: will 2.6 be default?

2009-09-12 Thread qwavel
Akira Kitada wrote: > > On Thu, Aug 27, 2009 at 12:27 AM, Nicolas Chauvat > wrote: >> >> It would indeed be nice if someone could list the hurdles that stand >> between us and Python 2.6 in Squeeze, or point us to the web page that >> lists them. >> >> Python2.6 is in experimental: >> http://p

Re: will 2.6 be default?

2009-09-12 Thread Akira Kitada
On Thu, Aug 27, 2009 at 12:27 AM, Nicolas Chauvat wrote: > > It would indeed be nice if someone could list the hurdles that stand > between us and Python 2.6 in Squeeze, or point us to the web page that > lists them. > > Python2.6 is in experimental: > http://packages.debian.org/source/experimenta

Re: Debhelper sequencing: Service program can't start until Python packages are configured

2009-09-12 Thread Ben Finney
David Paleino writes: > On Sat, 12 Sep 2009 18:18:30 +1000, Ben Finney wrote: > > > Should I report this as a bug in Debhelper's default sequencing? > > Please do. I believe this could be easily fixed > in /usr/share/perl5/Debian/Debhelper/Sequence/python_support.pm Thanks for the confirmation.

Re: Debhelper sequencing: Service program can't start until Python packages are configured

2009-09-12 Thread David Paleino
On Sat, 12 Sep 2009 18:18:30 +1000, Ben Finney wrote: > Howdy all, Hello, > [..] > The default sequencing for Debhelper 7 means that code generated by > ‘dh_installinit’ appears before code generated by either of > ‘dh_pycentral’ or ‘dh_pysupport’ in the ‘postinst’ script. > > [..] > The proble

Debhelper sequencing: Service program can't start until Python packages are configured

2009-09-12 Thread Ben Finney
Howdy all, I'm packaging a service program implemented in Python. To run, the program needs to import some modules from Python packages, and the service provided by the Debian package uses an init script. The default sequencing for Debhelper 7 means that code generated by ‘dh_installinit’ appears