lintian reports errors in postrm because of upstart dh_installinit behavior
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
lintian (Ubuntu) |
Confirmed
|
Medium
|
Unassigned |
Bug Description
dh_installinit adds an update-rc.d remove in postinst to make sure old init.d scripts converted to upstart jobs are disabled from starting.
Lintian wants update-rc.d in postinst to be matched by update-rc.d in postrm, but this is bogus because it is a *remove* in postinst, so no add is necessary in postrm.
$ lintian cinder-
E: cinder-api: postrm-
$ lintian cinder-
$ lintian cinder-
E: cinder-scheduler: postrm-
$ lintian cinder-
E: cinder-volume: postrm-
| Status=
|/ Err?=(none)
||/ Name Version Architecture Description
+++-===
ii lintian 2.5.10 all Debian package checker
Changed in lintian (Ubuntu): | |
importance: | Undecided → Medium |
summary: |
- lintian reports errors in postinst because of upstart dh_installinit + lintian reports errors in postrm because of upstart dh_installinit behavior |
Status changed to 'Confirmed' because the bug affects multiple users.