Run of fresh-releases for rfidiot
Try this locally package):
debcheckout rfidiot
cd rfidiot
DEB_UPDATE_CHANGELOG=auto deb-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 |
[2021-09-07 06:38:11] Running ['deb-new-upstream', '--debian-revision=0kali1', '--require-uscan', '--refresh-patches']
[2021-09-07 06:38:11] Opening branch at https://gitlab.com/kalilinux/packages/rfidiot.git/,branch=kali%2Fmaster
[2021-09-07 06:38:12] Using cached branch https://janitor.kali.org/git/rfidiot/,branch=kali%2Flatest
[2021-09-07 06:38:13] Total 471 (delta 268), reused 155 (delta 0)
[2021-09-07 06:38:18] Workspace ready - starting.
[2021-09-07 06:38:21] Assuming changelog does not need to be updated, since there is a [dch] section in gbp.conf.
Using upstream branch https://github.com/AdamLaurie/RFIDIOt.git (guessed)
Total 478 (delta 15), reused 17 (delta 6), pack-reused 441
Traceback (most recent call last):
File "/opt/debian-janitor/breezy-debian/scripts/deb-new-upstream", line 1592, in <module>
sys.exit(asyncio.run(main()))
File "/usr/lib/python3.7/asyncio/runners.py", line 43, in run
return loop.run_until_complete(main)
File "/usr/lib/python3.7/asyncio/base_events.py", line 584, in run_until_complete
return future.result()
File "/opt/debian-janitor/breezy-debian/scripts/deb-new-upstream", line 1280, in main
require_uscan=args.require_uscan,
File "/opt/debian-janitor/breezy-debian/scripts/deb-new-upstream", line 942, in merge_upstream
require_uscan=require_uscan,
File "/opt/debian-janitor/breezy-debian/scripts/deb-new-upstream", line 564, in find_new_upstream
package, old_upstream_version))
TypeError: cannot unpack non-iterable NoneType object
|