[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: lintian/linda warnings for fglrx-installer package



Am Mittwoch, den 02.11.2005, 23:02 +0100 schrieb Flavio Stanchina:
Daniel Leidert wrote:
[..]
I forgot: man dh_desktop will add the necessary script parts to
postinst/postrm.

Ah, thanks. Do you know which version of debhelper introduced dh_desktop?
I'll need to update the build-depends.

Please forget my comment about dh_desktop. It adds an
update-desktop-database related snippet to the postinst/rm script, which
updates mimeinfo.cache. But fireglcontrol should not handle any MIME
types, so the postinst/rm script does not need to contain any
update-desktop-database related snippet. update-menus needs to be called
in postinst/rm.

BTW: A lot of the things you do in debian/rules, could be done outside.
E.g. the usage of dh_installdirs or dh_install could be moved outside
debian/rules (not everything, but a few things).

Regards, Daniel