- Package:
- devscripts
- Source:
- devscripts
- Description:
- scripts to make the life of a Debian Package maintainer easier
- Submitter:
- Josh Triplett
- Date:
- 2023-01-23 08:27:04 UTC
- Severity:
- normal
Most tools that check DEBFULLNAME seem to fall back to NAME. bts, however, looks at DEBFULLNAME and if not set it falls back to the passwd database via getpwuid. Please consider including a fallback checking NAME if DEBFULLNAME isn't set. --- /etc/devscripts.conf --- Empty.--- ~/.devscripts --- BTS_SMTP_HELO=joshtriplett.org BTS_SMTP_HOST=reportbug.debian.org:587 BTS_SUPPRESS_ACKS=yes DEBUILD_DPKG_BUILDPACKAGE_OPTS="--no-sign" DEBUILD_PREPEND_PATH=/usr/lib/ccache DEBUILD_LINTIAN_OPTS='-i -I'