Ignore:
Timestamp:
Dec 17, 2009, 5:56:04 PM (14 years ago)
Author:
broder
Message:

Pass --no-start to dh_installinit in invirt-dev and run the initscript
by hand.

This works around a bug where init scripts are started before Python
modules have been fully installed.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/packages/invirt-dev/debian/rules

    r2627 r2630  
    22
    33DEB_PYTHON_SYSTEM=pysupport
     4
     5# We use --no-start instead of letting dh_installinit do its thing
     6# because, in the postinst, dh_installinit's automatically added code
     7# runs before dh_pysupport's automatically added code.
     8#
     9# This means that when the initscript is started, Python modules
     10# installed by the package haven't been fully installed yet.
     11DEB_DH_INSTALLINIT_ARGS += --no-start
    412
    513include /usr/share/cdbs/1/rules/debhelper.mk
Note: See TracChangeset for help on using the changeset viewer.