vim-ultisnips 3.1-3 source package in Ubuntu

Changelog

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 <email address hidden>  Fri, 12 Feb 2016 12:15:33 +0100

Upload details

Uploaded by:
Michael Fladischer
Uploaded to:
Sid
Original maintainer:
Michael Fladischer
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Bionic release universe misc
Xenial release universe misc

Builds

Xenial: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
vim-ultisnips_3.1-3.dsc 1.9 KiB 297fb0dcb1ae8a946ebc2c24dc25e1d95258d55ad74b7e76ae4575ee17032d9c
vim-ultisnips_3.1.orig.tar.gz 1.1 MiB 32ea72d321f07755e878f640398c72f0a072e56a980a66bdc7bfb41ba85fa6e7
vim-ultisnips_3.1-3.debian.tar.xz 3.7 KiB 77f8cacb92eab1b442f7b0da48f0aec66d7c31fc03da0aac1a5cccb8e982c3ba

Available diffs

No changes file available.

Binary packages built by this source

vim-ultisnips: snippet solution for Vim

 UltiSnips provides snippet management for the Vim editor. A snippet is a short
 piece of text that is either re-used often or contains a lot of redundant
 text. UltiSnips allows you to insert a snippet with only a few key strokes.
 Snippets are common in structured text like source code but can also be used
 for general editing like, for example, inserting a signature in an email or
 inserting the current date in a text file.
 .
 This plugin can utilize the snippets provided by the vim-snippets package.