Run of fresh-releases for pytest-factoryboy
Try this locally package):
debcheckout pytest-factoryboy
cd pytest-factoryboy
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 |
[2022-02-17 21:55:54] Opening branch at https://gitlab.com/kalilinux/packages/pytest-factoryboy.git/,branch=kali%2Fmaster
[2022-02-17 21:55:55] Using cached branch https://janitor.kali.org/git/pytest-factoryboy/,branch=kali%2Flatest
[2022-02-17 21:55:55] Total 641 (delta 144), reused 497 (delta 0)
[2022-02-17 21:55:58] Total 532 (delta 235), reused 297 (delta 0)
[2022-02-17 21:56:01] Total 8 (delta 0), reused 2 (delta 0), pack-reused 2
[2022-02-17 21:56:01] All changes applied successfully.
[2022-02-17 21:56:04] delta 0), pack-reused 2
[2022-02-17 21:56:07] Total 4 (delta 0), reused 2 (delta 0), pack-reused 2
[2022-02-17 21:56:07] Workspace ready - starting.
[2022-02-17 21:56:07] Running ['deb-new-upstream', '--debian-revision=0kali1', '--require-uscan', '--refresh-patches']
Traceback (most recent call last):
File "/opt/debian-janitor/janitor/worker.py", line 1022, in run_worker
force_build=force_build
File "/usr/lib/python3.7/contextlib.py", line 112, in __enter__
return next(self.gen)
File "/opt/debian-janitor/janitor/worker.py", line 736, in process_package
ws.local_tree, subpath, resume_subworker_result, output_directory,
File "/opt/debian-janitor/janitor/worker.py", line 303, in make_changes
extra_env=extra_env, committer=self.committer)
File "/opt/debian-janitor/silver-platter/silver_platter/debian/apply.py", line 145, in script_runner
if isinstance(dch_guess, tuple): # lintian-brush < 1.22
TypeError: 'ChangelogBehaviour' object is not subscriptable
|