--- Begin Message ---
- To: Debian Bug Tracking System <submit@bugs.debian.org>
- Subject: cdbs: dh_installinit called too early (before dh_python)
- From: Erich Schubert <erich@debian.org>
- Date: Mon, 11 Sep 2006 13:34:31 +0200
- Message-id: <20060911113431.6336.45325.reportbug@wintermute.xmldesign.de>
Package: cdbs
Version: 0.4.46
Severity: important
dh_installinit is called too early, which results in a bad postinst
script for my "pyroman" package, for example. Other packages might have
similar effects.
The resulting postinst script will
1. invoke-rc.d pyroman start
2. update-python-modules to byte-compile pyroman
while it should be the other way round. I guess a couple of other cases
like this will exist.
IMHO dh_installinit should be called last usually, since it will
actually start the service in many cases.
(It's not serious with pyroman, since it's set to disabled by default)
-- System Information:
Debian Release: testing/unstable
Architecture: i386 (i686)
Shell: /bin/sh linked to /bin/dash
Kernel: Linux 2.6.17.7
Locale: LANG=de_DE.UTF-8@euro, LC_CTYPE=de_DE.UTF-8@euro (charmap=UTF-8)
cdbs depends on no packages.
Versions of packages cdbs recommends:
ii autotools-dev 20060702.1 Update infrastructure for config.{
ii debhelper 5.0.37.3 helper programs for debian/rules
-- no debconf information
--- End Message ---