Run of fresh-releases for rfidiot
Try this locally package):
debcheckout rfidiot
cd rfidiot
new-upstream --debian-revision=0kali1 --require-uscan --refresh-patches
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 |
[2021-05-19 06:44:46] Running ['new-upstream', '--debian-revision=0kali1', '--require-uscan', '--refresh-patches']
[2021-05-19 06:44:46] Opening branch at https://gitlab.com/kalilinux/packages/rfidiot.git/,branch=kali%2Fmaster
[2021-05-19 06:44:47] Using cached branch https://janitor.kali.org/git/rfidiot/,branch=kali%2Flatest
[2021-05-19 06:44:47] Total 271 (delta 57), reused 194 (delta 0)
[2021-05-19 06:44:49] Workspace ready - starting.
[2021-05-19 06:44:53] Using upstream branch https://github.com/AdamLaurie/RFIDIOt.git (guessed)
[2021-05-19 06:44:53] Total 478 (delta 15), reused 17 (delta 6), pack-reused 441
Traceback (most recent call last):
File "/opt/debian-janitor/janitor/pull_worker.py", line 230, in run_worker
possible_transports=possible_transports,
File "/usr/lib/python3.7/contextlib.py", line 112, in __enter__
return next(self.gen)
File "/opt/debian-janitor/janitor/worker.py", line 791, in process_package
committer=committer
File "/opt/debian-janitor/janitor/worker.py", line 468, in make_changes
reporter=reporter,
File "/opt/debian-janitor/janitor/worker.py", line 170, in make_changes
return super(NewUpstreamChanger, self).make_changes(local_tree, subpath, *args, **kwargs)
File "/opt/debian-janitor/silver-platter/silver_platter/debian/upstream.py", line 1279, in make_changes
require_uscan=self.require_uscan,
File "/opt/debian-janitor/silver-platter/silver_platter/debian/upstream.py", line 915, in merge_upstream
require_uscan=require_uscan,
File "/opt/debian-janitor/silver-platter/silver_platter/debian/upstream.py", line 545, in find_new_upstream
package, old_upstream_version
TypeError: cannot unpack non-iterable NoneType object
|