Hi Alexander, Thanks for taking the time to answer.
No I didn't use the vim-addon-manager. I never had to do it. Weird. But with vim-addon-manager it does not seem to work anymore in 8.6.9-1. Here is the procedure I tried. I'm not very used to the vim-addon-manager, so if I do not do this correctly, please tell me. I first cleanup the installed asciidoc: ----- $ sudo apt-get purge asciidoc ----- Then reinstalling asciidoc 8.6.7-1 ----- $ sudo apt-get install asciidoc Reading package lists... Done Building dependency tree Reading state information... Done The following NEW packages will be installed: asciidoc 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. Need to get 0 B/1,422 kB of archives. After this operation, 3,241 kB of additional disk space will be used. Selecting previously unselected package asciidoc. (Reading database ... 197097 files and directories currently installed.) Unpacking asciidoc (from .../asciidoc_8.6.7-1_all.deb) ... Processing triggers for man-db ... Setting up asciidoc (8.6.7-1) ... ----- Asciidoc package seems not to be installed according to vim-addon-manager ----- $ vim-addon-manager # Name User Status System Status align removed removed alternate removed removed asciidoc removed removed bufexplorer removed removed ----- So I install it: ----- $ sudo vim-addon-manager install -w asciidoc Info: installing removed addon 'asciidoc' to /var/lib/vim/addons theolediable@d04:~/pkgsrc/asciidoc/updates_from_official_869$ ls /etc/vim/syntax/asciidoc.vim ls: cannot access /etc/vim/syntax/asciidoc.vim: No such file or directory theolediable@d04:~/pkgsrc/asciidoc/updates_from_official_869$ vim-addon-manager # Name User Status System Status align removed removed alternate removed removed asciidoc removed installed ----- Then I purge again the current installation ----- $ sudo apt-get purge asciidoc ----- vim-addon-manager sees the package is not installed anymore ----- $ vim-addon-manager # Name User Status System Status align removed removed alternate removed removed bufexplorer removed removed ----- The installing the new package: ----- $ sudo dpkg -i asciidoc_8.6.9-1_all.deb Selecting previously unselected package asciidoc. (Reading database ... 197097 files and directories currently installed.) Unpacking asciidoc (from asciidoc_8.6.9-1_all.deb) ... Setting up asciidoc (8.6.9-1) ... Processing triggers for man-db ... ----- ----- $ dpkg -l asciidoc Desired=Unknown/Install/Remove/Purge/Hold | Status=Not/Inst/Conf-files/Unpacked/halF-conf/Half-inst/trig-aWait/Trig-pend |/ Err?=(none)/Reinst-required (Status,Err: uppercase=bad) ||/ Name Version Architecture Description +++-=======================================-========================-========================-=================================================================================== ii asciidoc 8.6.9-1 all Highly configurable text format for writing documentation ----- Then having weird errors with vim-addon-manager: ----- $ vim-addon-manager # Name User Status System Status align removed removed alternate removed removed asciidoc unavailable unavailable ----- Then trying to install vim-addon-manager again which gives seems not to work: ----- $ sudo vim-addon-manager install -w asciidoc Warning: ignoring 'asciidoc' which is missing source files ----- Thanks for any help. Have a nice day, Joseph PS: I'm having troubles to access the git.debian.org for the moment. I'll check the given commit hash as soon as I have access. -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org