To make this worse, it also crashes even when you set UPLOADER_NAME, which is supposed to override DEBFULLNAME anyways.
-n UPLOADER_NAME, --uploader-name=UPLOADER_NAME Use UPLOADER_NAME as the name of the maintainer for this upload instead of evaluating DEBFULLNAME.
$ syncpackage --uploader-name "Andrew Starr-Bochicchio" deluge Traceback (most recent call last): File "/usr/bin/syncpackage", line 409, in <module> default = os.environ["DEBFULLNAME"]) File "/usr/lib/python2.6/UserDict.py", line 22, in __getitem__ raise KeyError(key) KeyError: 'DEBFULLNAME'
To make this worse, it also crashes even when you set UPLOADER_NAME, which is supposed to override DEBFULLNAME anyways.
-n UPLOADER_NAME, --uploader- name=UPLOADER_ NAME
Use UPLOADER_NAME as the name of the maintainer for
this upload instead of evaluating DEBFULLNAME.
$ syncpackage --uploader-name "Andrew Starr-Bochicchio" deluge syncpackage" , line 409, in <module> "DEBFULLNAME" ]) python2. 6/UserDict. py", line 22, in __getitem__
Traceback (most recent call last):
File "/usr/bin/
default = os.environ[
File "/usr/lib/
raise KeyError(key)
KeyError: 'DEBFULLNAME'