Dear Maintainer,
if $HOME is under (git) version control and ~/.gbp.conf exists, any gbp
command will throw the following warning
gbp:warning: Deprecated configuration file found at $HOME/.gbp.conf,
check gbp.conf(5) for alternatives
This is easily reproducible with the [example ~/.gbp.conf file in the
Debian wiki][1] and running e.g. gbp config buildpackage
[1]: https://wiki.debian.org/PackagingWithGit?action=show&redirect=git-buildpackage#Configure_git-buildpackage
Is there any way to suppress this warning?
Thanks!