Control: tag -1 - patch On Tue, May 12, 2020 at 02:36:39PM -0300, Andreas Hasenack wrote:
-+WHOWHERE="Debian OpenLDAP Maintainers <pkg-openldap-de...@lists.alioth.debian.org>" ++WHOWHERE="$(grep ^Maintainer: debian/control | sed 's,Maintainer: ,,')"
Now I remember that I actually did try this initially.The mkversion script is called from different parts of the build tree (by recursive make) and doesn't have easy access to $(top_srcdir).
The patch you've suggested just leaves WHOWHERE empty.