Changeset 2630 for trunk/packages/invirt-dev/debian/rules
- Timestamp:
- Dec 17, 2009, 5:56:04 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/packages/invirt-dev/debian/rules
r2627 r2630 2 2 3 3 DEB_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. 11 DEB_DH_INSTALLINIT_ARGS += --no-start 4 12 5 13 include /usr/share/cdbs/1/rules/debhelper.mk
Note: See TracChangeset
for help on using the changeset viewer.