'maintscript-calls-ldconfig' and
'package-must-activate-ldconfig-trigger': remove the lines related with
ldconfig in the postinstall script and create a file called triggers
with "activate-noawait ldconfig" message in it.
'activate-noawait ldconfig': install the systemd service in /lib/..
instead of /usr/lib/..
'maintainer-script-calls-systemctl': systemctl was being called
directly by postintall and preremove scripts. To fix that, I wrote a code
based on the code generated by deb-systemd-helper/dh-systemd.
Some lintian errors/warning were fixed:
'maintscript-calls-ldconfig' and 'package-must-activate-ldconfig-trigger': remove the lines related with ldconfig in the postinstall script and create a file called triggers with "activate-noawait ldconfig" message in it.
'activate-noawait ldconfig': install the systemd service in /lib/.. instead of /usr/lib/..
'maintainer-script-calls-systemctl': systemctl was being called directly by postintall and preremove scripts. To fix that, I wrote a code based on the code generated by deb-systemd-helper/dh-systemd.
Signed-off-by: Rodrigo R. Galvao rosattig@br.ibm.com
This change is