Run of lintian-fixes for freeplane
Try this locally (using the lintian-brush package):
debcheckout freeplane
cd freeplane
lintian-brush
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 |
Opening branch at https://salsa.debian.org/java-team/freeplane.git
Using cached branch file:///home/janitor/debian-janitor/vcs/git/freeplane/,branch=master
18% (188/1039)
9/1039)
Total 699 (delta 418), reused 664 (delta 385), pack-reused 0
Elapsed time: 0:03:15.665023
Traceback (most recent call last):
File "/usr/lib/python3.8/runpy.py", line 194, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/usr/lib/python3.8/runpy.py", line 87, in _run_code
exec(code, run_globals)
File "/home/janitor/debian-janitor/janitor/worker.py", line 1088, in <module>
sys.exit(main())
File "/home/janitor/debian-janitor/janitor/worker.py", line 1043, in main
with process_package(
File "/usr/lib/python3.8/contextlib.py", line 113, in __enter__
return next(self.gen)
File "/home/janitor/debian-janitor/janitor/worker.py", line 861, in process_package
with Workspace(
File "/home/janitor/debian-janitor/silver-platter/silver_platter/proposal.py", line 304, in __enter__
self.local_tree.pull(
File "/home/janitor/debian-janitor/breezy/breezy/git/workingtree.py", line 1226, in pull
self._update_git_tree(
File "/home/janitor/debian-janitor/breezy/breezy/git/workingtree.py", line 1210, in _update_git_tree
merge.merge_inner(
File "/home/janitor/debian-janitor/breezy/breezy/merge.py", line 1915, in merge_inner
return merger.do_merge()
File "/home/janitor/debian-janitor/breezy/breezy/merge.py", line 659, in do_merge
merge = self._do_merge_to()
File "/home/janitor/debian-janitor/breezy/breezy/merge.py", line 628, in _do_merge_to
merge.do_merge()
File "/home/janitor/debian-janitor/breezy/breezy/merge.py", line 763, in do_merge
self._compute_transform()
File "/home/janitor/debian-janitor/breezy/breezy/merge.py", line 806, in _compute_transform
self._finish_computing_transform()
File "/home/janitor/debian-janitor/breezy/breezy/merge.py", line 814, in _finish_computing_transform
fs_conflicts = transform.resolve_conflicts(
File "/home/janitor/debian-janitor/breezy/breezy/transform.py", line 3097, in resolve_conflicts
raise MalformedTransform(conflicts=conflicts)
breezy.transform.MalformedTransform: Tree transform is malformed [('unversioned executability', 'new-90'), ('unversioned executability', 'new-249'), ('unversioned executability', 'new-251')]
|