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