[ubuntu/wily-proposed] vim 2:7.4.712-2ubuntu1 (Accepted)

Iain Lane iain at orangesquash.org.uk
Wed May 13 16:07:14 UTC 2015


vim (2:7.4.712-2ubuntu1) wily; urgency=low

  * Merge from Debian unstable. Remaining changes:
    - debian/runtime/vimrc:
      + "syntax on" is a sane default for non-tiny vim
    - debian/patches/debian/ubuntu-grub-syntax.patch:
      + Add Ubuntu-specific "quiet" keyword.
    - debian/patches/debian/update-upstart-syntax.patch:
      + Add setuid and setgid to syntax file.
    - debian/rules: Ignore failures from flaky test86.
  * Add vivid and wily to list of known releases.
  * debian/rules: Use ps2write. Ghostscript 9.10 removed the 'pswrite' device.
    We need to write level 2 postscript now.

vim (2:7.4.712-2) unstable; urgency=medium

  * Add stretch to Debian syntax files.  (Closes: #783506)
  * syntax/debsources.vim: Recognize all Debian/Ubuntu releases, but highlight
    unsupported releases differently.
  * Add patch upstream/lcs_space-overflow.patch, which fixes an integer
    overflow when determining whether to apply listchar's space setting.  This
    fixes the test_listchars failure on certain architectures when PIE is
    enabled.

vim (2:7.4.712-1) unstable; urgency=medium

  * Merge upstream tag v7-4-712
    + 7.4.586: Remove a cyclic dependency when generating documentation, which
      results in unreproducible builds.  (Closes: #775562)
    + 7.4.609: Use a stack of dicts and lists to be marked for garbage
      collection, thus making it iterative instead of recursive.  Fixes crash
      with some plugins written in other languages (e.g., lua).  (Closes:
      #778821)
    + runtime/syntax/registry.vim: Correct highlighting of comments.  (Closes:
      #687199)
    + runtime/syntax/strace.vim: Highlight 2-digit escape sequences the same
      as 1 or 3-digit escape sequences.  (Closes: #775113)
  * Remove backported patches upstream/v7-4-576.patch and
    upstream/netrwSavePosn.patch.
  * Add a Build-Conflict for autoconf2.13 to avoid a FTBFS if it's installed.
    (Closes: #781031)

vim (2:7.4.488-7) unstable; urgency=medium

  * Backport patch 7.4.576 to fix jarring toggling of 'linebreak' option when
    using the c command to change the buffer.  (Closes: #774492)
  * Backport upstream fix for call to unknown function in NetRW plugin.
    (Closes: #768467)

vim (2:7.4.488-6) unstable; urgency=medium

  * Build vim logo from the eps instead of pdf so the svg has the correct
    bounding box.  Thanks to Simon McVittie for the idea!  (Closes: #778477)
  * syntax/debchangelog.vim:
    + Recognize jessie, jessie-backports, and sid targets
    + Recognize binary-only=yes key value in debchangelogHeader

vim (2:7.4.488-5) unstable; urgency=medium

  * Install icons to the proper directory.  dh_install doesn't rename files,
    even though the last upload pretended it does.
    - Use upstream's icons and remove the ones in debian/
    - Add Build-Depends: pdf2svg to create a scalable icon

vim (2:7.4.488-4) unstable; urgency=medium

  * Move vim icon from vim-gui-common to vim-common since both vim.desktop and
    gvim.desktop use it.  (Closes: #773930)

Date: Wed, 13 May 2015 13:14:47 +0100
Changed-By: Iain Lane <iain at orangesquash.org.uk>
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
https://launchpad.net/ubuntu/+source/vim/2:7.4.712-2ubuntu1
-------------- next part --------------
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Format: 1.8
Date: Wed, 13 May 2015 13:14:47 +0100
Source: vim
Binary: vim-common vim-gui-common vim-runtime vim-doc vim-tiny vim vim-dbg vim-gtk vim-nox vim-athena vim-lesstif vim-gnome
Architecture: source
Version: 2:7.4.712-2ubuntu1
Distribution: wily
Urgency: medium
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
Changed-By: Iain Lane <iain at orangesquash.org.uk>
Description:
 vim        - Vi IMproved - enhanced vi editor
 vim-athena - Vi IMproved - enhanced vi editor - with Athena GUI
 vim-common - Vi IMproved - Common files
 vim-dbg    - Vi IMproved - enhanced vi editor (debugging symbols)
 vim-doc    - Vi IMproved - HTML documentation
 vim-gnome  - Vi IMproved - enhanced vi editor - with GNOME2 GUI
 vim-gtk    - Vi IMproved - enhanced vi editor - with GTK2 GUI
 vim-gui-common - Vi IMproved - Common GUI files
 vim-lesstif - Vi IMproved - enhanced vi editor (transitional package)
 vim-nox    - Vi IMproved - enhanced vi editor - with scripting languages suppo
 vim-runtime - Vi IMproved - Runtime files
 vim-tiny   - Vi IMproved - enhanced vi editor - compact version
Closes: 687199 768467 773930 774492 775113 775562 778477 778821 781031 783506
Changes:
 vim (2:7.4.712-2ubuntu1) wily; urgency=low
 .
   * Merge from Debian unstable. Remaining changes:
     - debian/runtime/vimrc:
       + "syntax on" is a sane default for non-tiny vim
     - debian/patches/debian/ubuntu-grub-syntax.patch:
       + Add Ubuntu-specific "quiet" keyword.
     - debian/patches/debian/update-upstart-syntax.patch:
       + Add setuid and setgid to syntax file.
     - debian/rules: Ignore failures from flaky test86.
   * Add vivid and wily to list of known releases.
   * debian/rules: Use ps2write. Ghostscript 9.10 removed the 'pswrite' device.
     We need to write level 2 postscript now.
 .
 vim (2:7.4.712-2) unstable; urgency=medium
 .
   * Add stretch to Debian syntax files.  (Closes: #783506)
   * syntax/debsources.vim: Recognize all Debian/Ubuntu releases, but highlight
     unsupported releases differently.
   * Add patch upstream/lcs_space-overflow.patch, which fixes an integer
     overflow when determining whether to apply listchar's space setting.  This
     fixes the test_listchars failure on certain architectures when PIE is
     enabled.
 .
 vim (2:7.4.712-1) unstable; urgency=medium
 .
   * Merge upstream tag v7-4-712
     + 7.4.586: Remove a cyclic dependency when generating documentation, which
       results in unreproducible builds.  (Closes: #775562)
     + 7.4.609: Use a stack of dicts and lists to be marked for garbage
       collection, thus making it iterative instead of recursive.  Fixes crash
       with some plugins written in other languages (e.g., lua).  (Closes:
       #778821)
     + runtime/syntax/registry.vim: Correct highlighting of comments.  (Closes:
       #687199)
     + runtime/syntax/strace.vim: Highlight 2-digit escape sequences the same
       as 1 or 3-digit escape sequences.  (Closes: #775113)
   * Remove backported patches upstream/v7-4-576.patch and
     upstream/netrwSavePosn.patch.
   * Add a Build-Conflict for autoconf2.13 to avoid a FTBFS if it's installed.
     (Closes: #781031)
 .
 vim (2:7.4.488-7) unstable; urgency=medium
 .
   * Backport patch 7.4.576 to fix jarring toggling of 'linebreak' option when
     using the c command to change the buffer.  (Closes: #774492)
   * Backport upstream fix for call to unknown function in NetRW plugin.
     (Closes: #768467)
 .
 vim (2:7.4.488-6) unstable; urgency=medium
 .
   * Build vim logo from the eps instead of pdf so the svg has the correct
     bounding box.  Thanks to Simon McVittie for the idea!  (Closes: #778477)
   * syntax/debchangelog.vim:
     + Recognize jessie, jessie-backports, and sid targets
     + Recognize binary-only=yes key value in debchangelogHeader
 .
 vim (2:7.4.488-5) unstable; urgency=medium
 .
   * Install icons to the proper directory.  dh_install doesn't rename files,
     even though the last upload pretended it does.
     - Use upstream's icons and remove the ones in debian/
     - Add Build-Depends: pdf2svg to create a scalable icon
 .
 vim (2:7.4.488-4) unstable; urgency=medium
 .
   * Move vim icon from vim-gui-common to vim-common since both vim.desktop and
     gvim.desktop use it.  (Closes: #773930)
Checksums-Sha1:
 d35a939e0d3381238b0c5237dc7394c66eb118fc 2958 vim_7.4.712-2ubuntu1.dsc
 284940b08956e30ee73e4751543076dc6ade99c7 12070321 vim_7.4.712.orig.tar.gz
 cc215795882b053bdd07f1b10163c2b3f0abafa1 158612 vim_7.4.712-2ubuntu1.debian.tar.xz
Checksums-Sha256:
 03ad5c6fed1ea4bf493242bc5cab7c30fd0eff602c0576ea3cf904734ab08299 2958 vim_7.4.712-2ubuntu1.dsc
 b334ba9f6682c605d29fcf45e7fe246b88061736b86c3e7cdfa309404a66b55c 12070321 vim_7.4.712.orig.tar.gz
 e82e3b72881840dadaea0ea3c12210a0886afb15eb7322904c359cb7ea7c2a28 158612 vim_7.4.712-2ubuntu1.debian.tar.xz
Files:
 cb2ac56334d8839f6941461523f8c949 2958 editors optional vim_7.4.712-2ubuntu1.dsc
 f45d334f4f6a89f29c0b8d21f6082399 12070321 editors optional vim_7.4.712.orig.tar.gz
 c26ba04c687360e2fef2575a5d0c3669 158612 editors optional vim_7.4.712-2ubuntu1.debian.tar.xz
Original-Maintainer: Debian Vim Maintainers <pkg-vim-maintainers at lists.alioth.debian.org>

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1

iQIcBAEBCgAGBQJVU3QyAAoJEONS1cUcUEHUD0UP/0EHUL8NxUlIQGU+I+MkAids
6QSDRHY+27+Lqc0QyTzDNmZhW8tXUIotoFKpnWPRZzcTgETqlyj1Kmo4EzDydxXw
9+ojIppJ6T+ThCognVqYCrOlg26VMgfZgt+0LJ7KSHqREyOOKIXhdMjNKIwGXjSq
8dV66i8lVDJdo3WCxkLUqw4C/2aaZNRXZSHDUMdmI3D3pHnu2KP3As9aLODa18S4
8TVJLaxBU3J9zk8xCzuqOZN0pJmlyoUOZyqx1i//tqJsGHwyPelBg2YxHVNvSqDm
pdiAlV7TjYF8wwYz/dib4gXBccAULFSDM8io60E7SX0AAqHeKRLkhKvWQUeXFdHI
4ZWDa7W38IikprUdxedin8VgKp4d/AK1JK40beFoJ/9/vskoRsBs7TNsuWS/I87z
2Xjuxu9EUcZD9gTyedkOzy6zUJ/nkz16MDnDAGLM8zgHhEksyf7EvUSj1j74lAkM
R7tZiAvE+mFDzsJDoh9zK9d0s8musKi0W4iO9MOSr7J2jS48APHaLEvdDxHKL6WM
bDD2WXpndWyCRnULALJlRcebPBJd2ZAPZHtumx4k9VSYnmPydBZpbOsMF+tkbRVl
H49mxvygipBgvZ4vOv5sQYzXPZaJoae2UxdYiW8WRrjeH+ny2Pn0g4g1xUa0O3pU
0Fb33O5666bDOEYb2c5K
=RLJi
-----END PGP SIGNATURE-----


More information about the Wily-changes mailing list