Change log for vim-scripts package in Debian

112 of 12 results
Published in bookworm-release
Published in sid-release
vim-scripts (20210124.2) unstable; urgency=medium

  * Rename Mustang.vim to mustang.vim (again), so it matches g:colors_name
    (Closes: #975683)
  * Override package-contains-documentation-outside-usr-share-doc for addon directories
  * Declare compliance with Policy 4.6.0, no changes needed

 -- James McCoy <email address hidden>  Sat, 25 Sep 2021 13:31:03 -0400

Available diffs

Published in bullseye-release
Superseded in sid-release
vim-scripts (20210124.1) unstable; urgency=medium

  * Fix path for VimSokoban levels.  Thanks to Darshaka Pathirana for the
    report.  (Closes: #987498)

 -- James McCoy <email address hidden>  Tue, 27 Apr 2021 07:44:43 -0400

Available diffs

Superseded in sid-release
vim-scripts (20210124) unstable; urgency=medium

  * color_sampler_pack:
    + Rename Mustang.vim to mustang.vim, so it matches the name set in
      g:colors_name  (Closes: #975683)
    + Stop installing solarized.vim.  It will be shipped in its own package.
  * README.Debian: Adjust "Using" section to describe use of Vim packages
    (Closes: #979395)

 -- James McCoy <email address hidden>  Sun, 24 Jan 2021 18:58:45 -0500

Available diffs

Superseded in sid-release
vim-scripts (20201113) unstable; urgency=medium

  * Refactor packaging to use dh-vim-addon instead of vim-addon-manager
    + Add Build-Depends on dh-vim-addon
    + Remove vim/vim-addon-manager Recommends.  Replaced by Depends on
      ${vim-addon:Depends}
    + Install each plugin in its own sub-directory of /usr/share/vim-scripts
  * Document provided addons in debian/control (Closes: #915230)
  * Updated addons:
    * bufexplorer: Update to 7.4.21
    * VCSCommand: Update to 1.99.47
    * xmledit: Update to 1.10.5 (Closes: #770158)
    * calendar: Update to 2.9
    * color_sampler_pack: Update to 2012.10.28
    * gnupg: Update to 2.7.1
  * Fix spelling errors found by lintian
  * Declare compliance with Policy 4.5.0, no changes needed

 -- James McCoy <email address hidden>  Fri, 13 Nov 2020 22:48:17 -0500
Published in buster-release
Superseded in sid-release
vim-scripts (20180807) unstable; urgency=medium

  * Updated addons:
    - surround: Updated to 2.1
    - supertab: Updated to 2.1
    - tetris: Update to 0.53
    - bufexplorer: Update to 7.4.19
    - gnupg: Update to 2.6.1
  * Correct documentation of license for taglist.  (Closes: #765651)
  * control:
    + Change maintainer email to <email address hidden>
    + Change Vcs-* URLs to salsa.debian.org
    + Add ctags to Suggests since the taglist plugin uses it.  (Closes:
      #769884)
    + Remove Michael Piefel from Maintainers.  Thanks for all the help!
  * Bump debhelper compat to 10 (since cdbs isn't compatible with 11 yet)
  * Add support for control.tar.xz and control.tar to debPlugin.  Based on a
    patch from Guillem Jover.  (Closes: #756417)
  * control:
    + Set Rules-Requires-Root: no
    + Declare compliance with Policy 4.2.0

 -- James McCoy <email address hidden>  Tue, 07 Aug 2018 23:30:42 -0400
Superseded in buster-release
Published in stretch-release
Published in jessie-release
Superseded in sid-release
vim-scripts (20130814) unstable; urgency=low


  * Updated addons:
    - supertab: Updated to 2.0  (Closes: #698168)
      + Remove patch disabledby-supertab.diff, merged upstream.
    - surround: Updated to 2.0
    - bufexplorer: Updated to 7.3.6
    - gnupg: Updated to 2.5  (Closes: #717049)
    - taglist: Updated to 4.6  (Closes: #719613)
    - Align: Updated to 37/43
    - securemodelines  (Closes: #642057)
      + Remove patch disabledby-securemodelines.diff, merged upstream
  * Add po-escape.diff to properly escape filenames when calling msgfmt.
    (Closes: #697135)
  * debian/vim-scripts.pl: Remove logged ip address from downloaded
    documentation.

 -- James McCoy <email address hidden>  Wed, 14 Aug 2013 23:57:57 -0400
Superseded in jessie-release
Published in wheezy-release
Superseded in sid-release
vim-scripts (20121007) unstable; urgency=low


  * Update Vcs-* URLs.
  * vcscommand: Backport patch from upstream to handle svn 1.7.  (Closes:
    #688093)
  * debPlugin: Add support for xz compressed debs.  Thanks to Jakub Wilk for
    the patch.  (Closes: #644172)

 -- James McCoy <email address hidden>  Sun, 07 Oct 2012 11:15:37 -0400

Available diffs

Superseded in wheezy-release
Superseded in sid-release
vim-scripts (20110813) unstable; urgency=low


  * Rename "colors sampler pack" to "colors-sampler-pack" so it's easier to
    manage with vim-addon-manager.  (Closes: #555621)
  * Updated addons:
    - supertab: Updated to 1.6
    - DoxygenToolkit: Update to 0.2.13
    - Color Sampler Pack: Update to 8.03
    - vcscommand: Update to 1.99.35
    - calendar: Update to 2.5
    - bufexplorer: Update to 7.2.8
    - gnupg: Update to 2.2
      + Fixes a bug when the user's shell is (t)csh and /bin/sh is dash.
        (Closes: #552085)
      + Do not prompt the user when the same key exists in multiple keyrings.
        (Closes: #566341)
      + Improve error handling when gpg command fails to prevent file
        truncation.  (Closes: #573440)
      + Use --armor when saving a new *.asc file.  (Closes: #496667)
      + Handle the different settings for keyid-format. (Closes: #637718)
    - surround: Update to 1.90
    - NERD_commenter: Update to 2.3.0
    - xmledit: Update to 1.9.1
      + Remove patches disabledby-xml.diff and xml-nodocs.diff, merged
        upstream.
    - detectindent: Update to upstream revision c6f6e7b
      + Remove patch detectindent_fix.diff, merged upstream.
  * Removed addons:
    - markdown-syntax, Vim 7.3 has native support for Markdown syntax.
    (Closes: #592239)
  * Bump Standards-Version to 3.9.2, no changes needed.

 -- James Vega <email address hidden>  Sat, 13 Aug 2011 23:11:06 -0400
Superseded in wheezy-release
Published in squeeze-release
Superseded in sid-release
vim-scripts (20091011) unstable; urgency=low


  * debian/control:
    - Change Vcs-* fields to point at git repo.
    - Bump Standards-Version to 3.8.3, no changes needed.
  * Switch from dpatch to quilt.
  * Remove git-commit script.  Vim is shipped with more complete scripts.
    (Closes: #539380)
  * addons upgrades:
    - DoxygenToolkit: Updated to 0.2.5
    - NERD_commenter: Updated to 2.2.2
    - Color Sampler Pack: Updated to 7.01
    - xmledit: Updated to 1.84
    - calendar: Updated to 1.8
    - cvsmenu: Updated to 1.150
    - supertab: Updated to 0.60
  * Add disabledby-doxygentoolkit.diff patch, which enables the commented out
    plugin loaded check.
  * Add xml-nodocs.diff patch, which disables xmledit's "automatic
    documentation generation" functionality.  This doesn't make sense in a
    Debian package and in fact breaks functionality.  (Closes: #536741)

 -- James Vega <email address hidden>  Sun, 11 Oct 2009 11:08:35 -0400
Superseded in squeeze-release
Superseded in sid-release
vim-scripts (20090211-1) unstable; urgency=low


  [ Stefano Zacchiroli ]
  * Removing myself from Uploaders list. So long.
  * add patch lbdbq-detect-lbdbq to detect whether the lbdbq executable is
    missing (Closes: #514796)
  * Bump Standards-Version to 3.8.2 (no changes needed).
  * debian/control: bump Standards-Versions to 3.8.2 (no changes needed)

  [ James Vega ]
  * addons upgrades:
    - markdown-syntax, supertab
  * remove patch mkd-preformatted, merged upstream.

 -- Debian Vim Maintainers <email address hidden>  Tue, 21 Jul 2009 14:51:35 +0200
Superseded in squeeze-release
Superseded in sid-release
vim-scripts (20081206-1) unstable; urgency=low


  * Updated addons:
    - supertab, NERD_commenter, xmledit (Closes: #503707), vcscommand, Align,
      gnupg, bufexplorer
  * Renamed addons:
    - themes => color_sample_pack
  * syntax/mkd.vim: Do not restrict preformatted text from starting with '*',
    '-', or '+' characters.  (Closes: #499878)
  * debian/control:
    - Simply use vim instead of both vim and gvim for Recommends/Enhances
      since all vim binary packages Provide vim.
    - Add ${misc:Depends} to silence lintian

 -- James Vega <email address hidden>  Sat, 06 Dec 2008 20:35:41 -0500
Superseded in sid-release
Published in lenny-release
vim-scripts (20080722-1) unstable; urgency=low


  * New addons:
    - securemodelines: Secure, user-configurable modeline whitelisting.
  * Add disabledby-securemodelines patch, which provides a means for
    blacklisting the securemodelines plugin.

 -- James Vega <email address hidden>  Wed, 23 Jul 2008 20:41:29 -0400
112 of 12 results