Comment 2 for bug 1550896

Revision history for this message
Sebastien Bacher (seb128) wrote :

Thanks, I don't think it's worth splitting to another binary. The depends was useful at the time where the schemas registration was done on installation but isn't really needed nowadays with the triggers use

there doesn't seem to be an easy way to get dh_gconf to not add the depends though, some suggestions (sorted of by somewhat order of preference)

- create a new dh_gconf flag to not add gconf to up misc:Depends and get piding to use it

- hack around in debian/rules (e.g move the schemas away before dh_gconf is called and move it back before the deb is packed so the misc depends is not added)

- don't use misc:Depends in control (I think nothing else get added at the moment, but it feels wrong and might be of use for other things later)

- don't install the schemas (it's only used by programs using libgnome, which is deprecated for ages and only to handle custom url like <protocol>://<contact>, in practice very few users are likely to hit those case if ever)

I would be happy to sponsor one of those changes, let me know what you think