Package: release.debian.org Severity: normal User: release.debian....@packages.debian.org Usertags: unblock
Please unblock package vim-scripts [ Reason ] The filesystem layout of the package was reorganized, but the default setting of the VimSokoban files was not updated accordingly. [ Impact ] Users of VimSokoban will get an error and have to figure out how to change the path in their config. [ Tests ] Manual tests verified the installed package can start VimSokoban without any config changes. [ Risks ] None. Single line change to update the default location for VimSokoban. [ Checklist ] [x] all changes are documented in the d/changelog [x] I reviewed all changes and I approve them [x] attach debdiff against the package in testing unblock vim-scripts/20210124.1
diffstat for vim-scripts-20210124 vim-scripts-20210124.1 changelog | 7 +++++++ patches/sokoboan_path.diff | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff -Nru vim-scripts-20210124/debian/changelog vim-scripts-20210124.1/debian/changelog --- vim-scripts-20210124/debian/changelog 2021-01-24 18:58:45.000000000 -0500 +++ vim-scripts-20210124.1/debian/changelog 2021-04-27 07:44:43.000000000 -0400 @@ -1,3 +1,10 @@ +vim-scripts (20210124.1) unstable; urgency=medium + + * Fix path for VimSokoban levels. Thanks to Darshaka Pathirana for the + report. (Closes: #987498) + + -- James McCoy <james...@debian.org> Tue, 27 Apr 2021 07:44:43 -0400 + vim-scripts (20210124) unstable; urgency=medium * color_sampler_pack: diff -Nru vim-scripts-20210124/debian/patches/sokoboan_path.diff vim-scripts-20210124.1/debian/patches/sokoboan_path.diff --- vim-scripts-20210124/debian/patches/sokoboan_path.diff 2021-01-24 18:58:45.000000000 -0500 +++ vim-scripts-20210124.1/debian/patches/sokoboan_path.diff 2021-04-27 07:44:43.000000000 -0400 @@ -10,7 +10,7 @@ finish endif let loaded_VimSokoban = 1 -+let g:SokobanLevelDirectory = "/usr/share/vim-scripts/sokoban-levels/" ++let g:SokobanLevelDirectory = "/usr/share/vim-scripts/VimSokoban/plugin/VimSokoban/" " Allow the user to specify the location of the sokoban levels if (!exists("g:SokobanLevelDirectory"))