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 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101
|
vim-ultisnips (3.2-3) unstable; urgency=medium
* Fix syntax warnings about invalid escape sequences. (Closes: #1087165)
* Skip test suffering from race condition with NeoVim. (Closes: #1033510)
* Parse version string even of unreleased tmux. (Closes: #1076965)
-- Nicholas Guriev <guriev-ns@ya.ru> Fri, 14 Nov 2025 20:44:32 +0300
vim-ultisnips (3.2-2) unstable; urgency=medium
* test/vim_interface.py: Check Vim version through call to Vim's has()
function. (Closes: #1028442)
* test/vim_test_case.py: Respect the retries option in tests with the
expected_error parameter.
* debian/watch: Update to changed HTML on GitHub page.
-- Nicholas Guriev <guriev-ns@ya.ru> Sat, 14 Jan 2023 20:11:35 +0300
vim-ultisnips (3.2-1) unstable; urgency=medium
* New maintainer (Closes: #982604).
* New upstream release.
* Update debian/rules for the new release.
- Stop calling Makefile from the new version
- Reset redundant executable bit
* Update the debian/watch file to version 4.
* Update Debhelper compatibility level to 13.
- Rely on dh-sequence-* virtual packages
* Declare compliance with Standards-Version of version 4.6.1.
- Add field Rules-Requires-Root: no into the debian/control file
- Use secure URL in the Format field in the debian/copyright file
* Migrate to dh-vim-addon, add optional NeoVim link.
- Remove maintainer scripts that call to vim-addon-manager
- Remove YAML description of the plugin
* Move packaging repository to a new GitLab instance at salsa.debian.org.
* Add upstream metadata.
* Patch upstream tests to run autopkgtest against Vim and NeoVim.
- Prefer python3 shebang in test_Interpolation.py
- Run automated tests against installed UtliSnips
- Detect vim_flavor from call to has('nvim')
- Ignore in NeoVim broken test
SnippetActions_PostActionModifiesCharAfterSnippet
- Invert check_required_vim_version in
Autotrigger_WillProduceNoExceptionWithVimLowerThan214
- Check success of "tmux send-keys"
* Update Lintian overrides.
- Rename debian-watch-may-check-gpg-signature to
debian-watch-does-not-check-gpg-signature
- Mask unusual-interpreter for Python
* Update the debian/copyright file.
- Add the Upstream-Contact field
- Update contribution years
- Mention me in paragraph about the debian/ folder
-- Nicholas Guriev <guriev-ns@ya.ru> Sat, 16 Jul 2022 21:33:44 +0300
vim-ultisnips (3.1-3.1) unstable; urgency=medium
* Non-maintainer upload.
* Shift to Python 3 already supported by the plugin. (Closes: #938777)
-- Nicholas Guriev <guriev-ns@ya.ru> Sun, 20 Dec 2020 10:21:20 +0300
vim-ultisnips (3.1-3) unstable; urgency=medium
* Declare directories inside /var/lib/vim/addons/ to be owned by this
package. They get removed by dpkg if they are emtpy during package
removal. This covers the case when vim-ultisnips is the only
installed addon in vim-addon-manager and prevents unowned
directories. (Closes: #810695)
* Use dh-python to handle private python modules.
* Run dh_python2 debhelper scripts before calling vim-addon-manager in
postinst. This ensures that compiled Python byte code files are
present when symlinks are created.
* Include .pyc files in vim-addon-manager registry.
* Bump Standards-Version to 3.9.7.
* Reformat packaging files with cme for better readability.
-- Michael Fladischer <fladi@debian.org> Fri, 12 Feb 2016 12:15:33 +0100
vim-ultisnips (3.1-2) unstable; urgency=medium
* Promote vim-addon-manager to Depends (from Recommends).
* Fix file locations in vam registry.
* Install rplugin files.
* Add maintainer scripts to handle vim-addon-manager integration.
-- Michael Fladischer <fladi@debian.org> Mon, 21 Dec 2015 10:41:10 +0100
vim-ultisnips (3.1-1) unstable; urgency=low
* New upstream release.
* Change my email address to fladi@debian.org.
-- Michael Fladischer <fladi@debian.org> Sat, 19 Dec 2015 18:58:20 +0100
vim-ultisnips (3.0-1) unstable; urgency=low
* Initial release (Closes: #754086).
-- Michael Fladischer <FladischerMichael@fladi.at> Sun, 12 Oct 2014 18:11:54 +0200
|