Thorsten Glaser:
> Package: debhelper
> Version: 12.9
> Followup-For: Bug #908845
> 
> I’m getting this warning during a package build:
> 
> dh_gconf: warning: Please migrate to dh_installgsettings; gconf + dh_gconf is 
> scheduled for removal.
> 
> It’s clearly dh7-caused as I don’t use gconf at all…
> 
> 
> [...]

Hi Thorsten,

You can work around this in rs by using "--buildsystem=none" instead of
"-Snone".


The root of the issue is that the optimization in dh to skip helpers is
disabled when short options are used (notably due bundling being allowed
but not identifiable).
  In the concrete case, dh should have been able to skip dh_gconf but I
have not bothered implemented in it given the trivial work around.

~Niels

Reply via email to