[ubuntu/xenial-proposed] vim 2:7.4.1689-2ubuntu1 (Accepted)

Matthias Klose doko at ubuntu.com
Wed Apr 6 21:17:02 UTC 2016


vim (2:7.4.1689-2ubuntu1) xenial; urgency=medium

  * Merge with Debian; 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/patches/debian/ubuntu-releases.patch:
      + Add support for xenial, drop utopic to unsupported.
    - debian/rules: Stop ignoring failures from flaky test86.
    - Build using Python3.
    - Build python2 variants for gtk, gnome, athena, nox.
  * Build a vim-gtk3-py2 package.

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

  * Stop installing a dangling symlink at
    /usr/share/vim/addons/doc/matchit.txt.  (Closes: #819796)
  * Lintian:
    + Provide more details in vim-doc's long description.  Thanks to Elimar
      Riesebieter for the patch.  (Closes: #819733)
  * helpztags:
    + Don't try to read a file if it can't be opened.  (Closes: #819764)
    + Don't error if the specified directory doesn't exist.  (Closes: #819809)
  * Generate vim-policy in a consistent locale.

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

  * Merge upstream tag v7.4.1689.
    + Highlighted changes:
      - 7.4.1142: “:syn iskeyword” command to define the set of keyword
        characters for syntax highlighting, rather than changing the buffer's
        'iskeyword' option.
      - 7.4.1154 et.al.: Support converting between JSON
        and VimL.  See json_decode(), json_encode(), js_decode(), and
        js_encode().
      - 7.4.1169 et.al.: Support async communication with external processes
        using the new channel and job features.
      - 7.4.1384 et.al.: Provide native support for managing Vim
        addons/packages with the :packadd command and 'packpath' option.
      - 7.4.1402: GTK3 GUI support
      - 7.4.1578: Support running a function on a periodic basis with the
        timer_start()/timer_start() functions.
      - runtime/syntax/sh.vim
        + Fix incorrect highlighting when case/esac are embedded in a word.
          (Closes: #818137)
      - runtime/syntax/sshdconfig.vim
        + Update with recent keywords, including VersionAddendum.  (Closes:
          #776834)
  * Add a vim-gtk3 package.  (Closes: #815750)
  * Improve reproducibility of Vim builds.  (Closes: #787327)
    + Use $SOURCE_DATE_EPOCH to set the compilation time displayed in :version
    + Set a static value for configure's --with-compiledby argument
  * Migrate to automatic -dbgsym packages
  * Declare compliance with Policy 3.9.7, no changes needed.
  * Stop installing empty icon directories in vim-common.  Thanks to Elimar
    Riesebieter for the patch.  (Closes: #819653)

Date: Tue, 05 Apr 2016 17:22:10 +0200
Changed-By: Matthias Klose <doko at ubuntu.com>
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
https://launchpad.net/ubuntu/+source/vim/2:7.4.1689-2ubuntu1
-------------- next part --------------
Format: 1.8
Date: Tue, 05 Apr 2016 17:22:10 +0200
Source: vim
Binary: vim-common vim-gui-common vim-runtime vim-doc vim-tiny vim vim-gtk vim-gtk3 vim-nox vim-athena vim-gnome vim-gtk-py2 vim-gtk3-py2 vim-nox-py2 vim-athena-py2 vim-gnome-py2
Architecture: source
Version: 2:7.4.1689-2ubuntu1
Distribution: xenial
Urgency: medium
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
Changed-By: Matthias Klose <doko at ubuntu.com>
Description:
 vim        - Vi IMproved - enhanced vi editor
 vim-athena - Vi IMproved - enhanced vi editor - with Athena GUI
 vim-athena-py2 - Vi IMproved - enhanced vi editor - with Athena GUI (Python2)
 vim-common - Vi IMproved - Common files
 vim-doc    - Vi IMproved - HTML documentation
 vim-gnome  - Vi IMproved - enhanced vi editor - with GNOME2 GUI
 vim-gnome-py2 - Vi IMproved - enhanced vi editor - with GNOME2 GUI (Python2)
 vim-gtk    - Vi IMproved - enhanced vi editor - with GTK2 GUI
 vim-gtk-py2 - Vi IMproved - enhanced vi editor - with GTK2 GUI (Python2)
 vim-gtk3   - Vi IMproved - enhanced vi editor - with GTK3 GUI
 vim-gtk3-py2 - Vi IMproved - enhanced vi editor - with GTK3 GUI (Python2)
 vim-gui-common - Vi IMproved - Common GUI files
 vim-nox    - Vi IMproved - enhanced vi editor - with scripting languages suppo
 vim-nox-py2 - 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: 776834 787327 815750 818137 819653 819733 819764 819796 819809
Changes:
 vim (2:7.4.1689-2ubuntu1) xenial; urgency=medium
 .
   * Merge with Debian; 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/patches/debian/ubuntu-releases.patch:
       + Add support for xenial, drop utopic to unsupported.
     - debian/rules: Stop ignoring failures from flaky test86.
     - Build using Python3.
     - Build python2 variants for gtk, gnome, athena, nox.
   * Build a vim-gtk3-py2 package.
 .
 vim (2:7.4.1689-2) unstable; urgency=medium
 .
   * Stop installing a dangling symlink at
     /usr/share/vim/addons/doc/matchit.txt.  (Closes: #819796)
   * Lintian:
     + Provide more details in vim-doc's long description.  Thanks to Elimar
       Riesebieter for the patch.  (Closes: #819733)
   * helpztags:
     + Don't try to read a file if it can't be opened.  (Closes: #819764)
     + Don't error if the specified directory doesn't exist.  (Closes: #819809)
   * Generate vim-policy in a consistent locale.
 .
 vim (2:7.4.1689-1) unstable; urgency=medium
 .
   * Merge upstream tag v7.4.1689.
     + Highlighted changes:
       - 7.4.1142: “:syn iskeyword” command to define the set of keyword
         characters for syntax highlighting, rather than changing the buffer's
         'iskeyword' option.
       - 7.4.1154 et.al.: Support converting between JSON
         and VimL.  See json_decode(), json_encode(), js_decode(), and
         js_encode().
       - 7.4.1169 et.al.: Support async communication with external processes
         using the new channel and job features.
       - 7.4.1384 et.al.: Provide native support for managing Vim
         addons/packages with the :packadd command and 'packpath' option.
       - 7.4.1402: GTK3 GUI support
       - 7.4.1578: Support running a function on a periodic basis with the
         timer_start()/timer_start() functions.
       - runtime/syntax/sh.vim
         + Fix incorrect highlighting when case/esac are embedded in a word.
           (Closes: #818137)
       - runtime/syntax/sshdconfig.vim
         + Update with recent keywords, including VersionAddendum.  (Closes:
           #776834)
   * Add a vim-gtk3 package.  (Closes: #815750)
   * Improve reproducibility of Vim builds.  (Closes: #787327)
     + Use $SOURCE_DATE_EPOCH to set the compilation time displayed in :version
     + Set a static value for configure's --with-compiledby argument
   * Migrate to automatic -dbgsym packages
   * Declare compliance with Policy 3.9.7, no changes needed.
   * Stop installing empty icon directories in vim-common.  Thanks to Elimar
     Riesebieter for the patch.  (Closes: #819653)
Checksums-Sha1:
 9c106c6a6e41d8aa05861000f01faeefbfbf6237 3217 vim_7.4.1689-2ubuntu1.dsc
 5bb8c6aca04db1c24c01e1d2e9075b3e140befba 12555076 vim_7.4.1689.orig.tar.gz
 125232f55261f4485c7e0b634a6355006aad952b 187836 vim_7.4.1689-2ubuntu1.debian.tar.xz
Checksums-Sha256:
 f65e9d1ab1ef460698bcadd7e28ad2a4cb7c9284b747b4d48bab9e7eea1fda75 3217 vim_7.4.1689-2ubuntu1.dsc
 66a39cad0fefef5ea9284a374a0441d4513033f6901d6a612eec7e048c031d98 12555076 vim_7.4.1689.orig.tar.gz
 57b8f0ab886eb7f77c3dba1e1ce910b445d9ff9e575fe7c818a64cbef5ec8388 187836 vim_7.4.1689-2ubuntu1.debian.tar.xz
Files:
 8c0d2841b8b4340ab07e3dd08b0ed9f2 3217 editors optional vim_7.4.1689-2ubuntu1.dsc
 7d70ca447239870cc07d7b6042b83937 12555076 editors optional vim_7.4.1689.orig.tar.gz
 a0727856b31c5c7b6a48b8dcb041db93 187836 editors optional vim_7.4.1689-2ubuntu1.debian.tar.xz
Original-Maintainer: Debian Vim Maintainers <pkg-vim-maintainers at lists.alioth.debian.org>


More information about the Xenial-changes mailing list