#1072944 git-buildpackage: option --repo-user: manpages incorrectly reference environment variable DEBUSER

#1072944#5
Date:
2024-06-10 17:45:42 UTC
From:
To:
Dear Maintainer,

with describing the --repo-user option, the manpages gbp-clone, gbp-
import-dsc and gbp-import-srpm reference the environment variable
DEBUSER while the code in ./gbp/scripts/common/repo_setup.py actually
makes use of DEBFULLNAME.

DEBUSER is to be replaced by DEBFULLNAME as the latter is the variable
applied by dch, dh_make and other development tools.

The attached patch should fix the issue.

#1072944#10
Date:
2024-06-11 07:22:10 UTC
From:
To:
control: tag -1 +pending

Hi Sven,,
On Mon, Jun 10, 2024 at 07:45:42PM +0200, Sven Geuer wrote:
[..snip..]

Thanks, applied!
 -- Guido