Run of fresh-releases for cherrytree
Try this locally package):
debcheckout cherrytree
cd cherrytree
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 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 |
[2021-05-25 06:50:25] Running ['new-upstream', '--debian-revision=0kali1', '--require-uscan', '--refresh-patches']
[2021-05-25 06:50:25] Opening branch at https://gitlab.com/kalilinux/packages/cherrytree.git/,branch=kali%2Fmaster
[2021-05-25 06:50:26] Cached branch URL https://janitor.kali.org/git/cherrytree,branch=kali%2Flatest missing: Branch does not exist: Not a branch: "https://janitor.kali.org/git/cherrytree/": location is a repository.
[2021-05-25 06:50:27] 6% (27/437)
[2021-05-25 06:50:27] 30% (132/437)
[2021-05-25 06:50:27] 95% (416/437)
[2021-05-25 06:50:27] Total 1756 (delta 95), reused 512 (delta 88), pack-reused 1218
[2021-05-25 06:50:38] Total 10 (delta 0), reused 10 (delta 0), pack-reused 0
[2021-05-25 06:50:40] Total 30 (delta 4), reused 29 (delta 3), pack-reused 0
[2021-05-25 06:50:40] Workspace ready - starting.
[2021-05-25 06:50:40] Using upstream branch https://github.com/giuspen/cherrytree.git (from configuration)
[2021-05-25 06:50:41] 61)
[2021-05-25 06:50:41] 3% (84/362)
[2021-05-25 06:50:41] 33% (120/362)
[2021-05-25 06:50:42] Total 22836 (delta 446), reused 696 (delta 399), pack-reused 22075
[2021-05-25 06:51:17] Using version string 0.99.37.
[2021-05-25 06:51:17] Old upstream version '0.99.9~git20200901' is not present in upstream branch <UpstreamBranchSource for 'https://github.com/giuspen/cherrytree.git/'>. Unable to determine whether upstream history is normally included. Assuming no.
[2021-05-25 06:51:17] Using uscan to look for the upstream tarball.
[2021-05-25 06:51:25] failed to send keepalive
Use of uninitialized value in concatenation (.) or string at /usr/share/perl5/Devscripts/Uscan/WatchLine.pm line 868.
uupdate: debian/source/format is "3.0 (quilt)".
uupdate: Auto-generating cherrytree_0.99.9~git20200901-0kali1.debian.tar.xz
uupdate: -> Copy to cherrytree_0.99.37-1.debian.tar.xz
[2021-05-25 06:53:22] Imported cherrytree_0.99.37.orig.tar.gz with pristine-tar.
[2021-05-25 06:55:21] Text conflict in debian/control
[2021-05-25 06:55:21] Text conflict in debian/rules
Traceback (most recent call last):
File "/opt/debian-janitor/janitor/pull_worker.py", line 232, 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 967, in merge_upstream
files_excluded=files_excluded,
File "/home/janitor/.config/breezy/plugins/debian/merge_upstream.py", line 177, in do_merge
committer=committer, files_excluded=files_excluded)
File "/home/janitor/.config/breezy/plugins/debian/import_dsc.py", line 1348, in merge_upstream
merge_type=merge_type)
File "/opt/debian-janitor/breezy/breezy/workingtree.py", line 681, in merge_from_branch
conflicts = merger.do_merge()
File "/opt/debian-janitor/breezy/breezy/merge.py", line 661, in do_merge
merge = self._do_merge_to()
File "/opt/debian-janitor/breezy/breezy/merge.py", line 630, in _do_merge_to
merge.do_merge()
File "/opt/debian-janitor/breezy/breezy/merge.py", line 769, in do_merge
self.working_tree.add_conflicts(self.cooked_conflicts)
File "/opt/debian-janitor/breezy/breezy/git/workingtree.py", line 995, in add_conflicts
encode_git_path(conflict.path), True)
File "/opt/debian-janitor/breezy/breezy/git/workingtree.py", line 984, in _set_conflicted
self.index[path].flags |= FLAG_STAGEMASK
AttributeError: can't set attribute
|