Hi, >Ah ok, sorry. :-) I removed the package and uploaded it again as 3.0.2-1 .
usually there is no need to remove the package on mentors >In the vim-policy[1] by the vim package team they recommend to use >vim-addon-manager. That means, install the debian package >vim-addon-manager (which is recommended by the vim-lastplace package) >and then execute "vim-addons install lastplace" . >This copies the appropriate files from /usr/share/vim/addons/ to ~/.vim/ >for that user. >There is also a way to "activate" an addon system wide via "vim-addons >-w install lastplace", which copies the files to /var/lib/vim/addons . > >This seems to be a little inconvenient, but with multiple addons >installed and multiple users of which everyone wants to configure which >addon to use, it is probably the cleanest solution. > >I have seen that for example the vim-tabular package handles this via >preinst and postinst scripts to "activate" the addon system-wide by >default. The user can still disable it by "vim-addons disable >vim-tabular". Handling it this way is however discouraged by [1]. But >maybe in our case it makes sense to do it like this as well. Because if >someone installs a package with exactly one vim addon he or she probably >wants it to be enabled by default. (Unlike for example when installing >the package vim-scripts, which contains multiple vim addons.) > >But in the Debian New Maintainers' Guide they say "As a novice >maintainer, you should avoid any manual editing of maintainer scripts >because they are problematic.", so maybe it is good as it is right now. :-D I fully agree here, just a few questions about *where* to put this package. http://www.vim.org/scripts/ what about adding it as a patch to the current vim-scripts package? https://packages.qa.debian.org/v/vim-scripts.html you might want to join the team and ask to comaintain it here maybe G.