#1072944 git-buildpackage: option --repo-user: manpages incorrectly reference environment variable DEBUSER #1072944
- Package:
- src:git-buildpackage
- Source:
- src:git-buildpackage
- Submitter:
- Sven Geuer
- Date:
- 2024-06-11 07:33:08 UTC
- Severity:
- normal
- Tags:
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.
control: tag -1 +pending Hi Sven,, On Mon, Jun 10, 2024 at 07:45:42PM +0200, Sven Geuer wrote: [..snip..] Thanks, applied! -- Guido