[ubuntu/eoan-proposed] vim 2:8.1.0875-2ubuntu1 (Accepted)

Steve Langasek steve.langasek at ubuntu.com
Thu May 2 22:18:16 UTC 2019


vim (2:8.1.0875-2ubuntu1) eoan; 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/patches/ubuntu-series-support.patch:
      + Drop vivid, wily, yakkety, zesty, artful.
      + Add eoan.
    - debian/patches/ubuntu-mouse-off.patch:
      + Mouse mode is actively harmful in some chroots.

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

  * Backport 8.1.0878 and 8.1.0884 to fix test failures on kFreeBSD.
  * Backport 8.1.0948 to avoid enabling filetype detection when the +eval
    feature isn't present.  (Closes: #922106)

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

  * Merge upstream patch v8.1.0875
    + "autocmd", "multi_byte", "virtualedit", and "visualextra" features are
      now always enabled.
    + New Blob type, for working with raw bytes.
    + Support a 3rd character for the "tab" setting in the 'listchars' option.
    + *.com files under /etc/apache2/sites-* are properly recognized as apache
       filetype.  (Closes: #740387)
    + syntax/debchangelog.vim: Recognize "emergency" as a valid urgency.
      (Closes: #920522)
    + Support 64-bit offsets for xxd.  (Closes: #771456)
  * rules:
    + Remove --enable-multibyte since it is always enabled
  * debian.vim:
    + Remove has('autocmd') checks since it is always enabled
  * gvimrc:
    + Adapt gui check to work for gtk2/gtk3

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

  * Separate /etc/vim and /usr/share/vim/vimfiles.  The former should be for
    the sysadmin, while the latter is used by packages.
    + Make /usr/share/vim/vimfiles a directory, not a symlink to /etc/vim
    + Add /etc/vim to the default 'runtimepath'

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

  * Merge upstream tag v8.1.0693
  * control:
    + Remove obsolete vim-gnome package
    + Remove ${shlibs:Depends} from vim-common, since it is Arch: all
    + Build-Depend on libtool-bin to run libterm tests
    + Replace libtinfo-dev Build-Depends with libncurses-dev
    + Change Homepage to https://www.vim.org/
  * Use debian/clean to cleanup files/directories
  * rules:
    + Rename stamp files so dh_clean deletes them automatically
    + Ensure helptags are generated before running tests
  * Declare compliance with Policy 4.3.0, no changes needed

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

  * Merge upstream tag v8.1.0549
    + Built-in support for performing diffs, via the libxdiff library, which
      allows setting the diff algorithm (:help 'diffopt').
    + Fix formatting of example output in translated xxd man pages.  (Closes:
      #909217)
  * gitlab-ci.yml: Run build as non-root user
  * Mark vim-common Multi-Arch: foreign (Closes: #910732)

Date: Thu, 02 May 2019 15:10:08 -0700
Changed-By: Steve Langasek <steve.langasek at ubuntu.com>
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
https://launchpad.net/ubuntu/+source/vim/2:8.1.0875-2ubuntu1
-------------- next part --------------
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Format: 1.8
Date: Thu, 02 May 2019 15:10:08 -0700
Source: vim
Architecture: source
Version: 2:8.1.0875-2ubuntu1
Distribution: eoan
Urgency: medium
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
Changed-By: Steve Langasek <steve.langasek at ubuntu.com>
Closes: 740387 771456 909217 910732 920522 922106
Changes:
 vim (2:8.1.0875-2ubuntu1) eoan; 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/patches/ubuntu-series-support.patch:
       + Drop vivid, wily, yakkety, zesty, artful.
       + Add eoan.
     - debian/patches/ubuntu-mouse-off.patch:
       + Mouse mode is actively harmful in some chroots.
 .
 vim (2:8.1.0875-2) unstable; urgency=medium
 .
   * Backport 8.1.0878 and 8.1.0884 to fix test failures on kFreeBSD.
   * Backport 8.1.0948 to avoid enabling filetype detection when the +eval
     feature isn't present.  (Closes: #922106)
 .
 vim (2:8.1.0875-1) unstable; urgency=medium
 .
   * Merge upstream patch v8.1.0875
     + "autocmd", "multi_byte", "virtualedit", and "visualextra" features are
       now always enabled.
     + New Blob type, for working with raw bytes.
     + Support a 3rd character for the "tab" setting in the 'listchars' option.
     + *.com files under /etc/apache2/sites-* are properly recognized as apache
        filetype.  (Closes: #740387)
     + syntax/debchangelog.vim: Recognize "emergency" as a valid urgency.
       (Closes: #920522)
     + Support 64-bit offsets for xxd.  (Closes: #771456)
   * rules:
     + Remove --enable-multibyte since it is always enabled
   * debian.vim:
     + Remove has('autocmd') checks since it is always enabled
   * gvimrc:
     + Adapt gui check to work for gtk2/gtk3
 .
 vim (2:8.1.0693-2) unstable; urgency=medium
 .
   * Separate /etc/vim and /usr/share/vim/vimfiles.  The former should be for
     the sysadmin, while the latter is used by packages.
     + Make /usr/share/vim/vimfiles a directory, not a symlink to /etc/vim
     + Add /etc/vim to the default 'runtimepath'
 .
 vim (2:8.1.0693-1) unstable; urgency=medium
 .
   * Merge upstream tag v8.1.0693
   * control:
     + Remove obsolete vim-gnome package
     + Remove ${shlibs:Depends} from vim-common, since it is Arch: all
     + Build-Depend on libtool-bin to run libterm tests
     + Replace libtinfo-dev Build-Depends with libncurses-dev
     + Change Homepage to https://www.vim.org/
   * Use debian/clean to cleanup files/directories
   * rules:
     + Rename stamp files so dh_clean deletes them automatically
     + Ensure helptags are generated before running tests
   * Declare compliance with Policy 4.3.0, no changes needed
 .
 vim (2:8.1.0549-1) unstable; urgency=medium
 .
   * Merge upstream tag v8.1.0549
     + Built-in support for performing diffs, via the libxdiff library, which
       allows setting the diff algorithm (:help 'diffopt').
     + Fix formatting of example output in translated xxd man pages.  (Closes:
       #909217)
   * gitlab-ci.yml: Run build as non-root user
   * Mark vim-common Multi-Arch: foreign (Closes: #910732)
Checksums-Sha1:
 4224e0fb7e028ae7dbb3ef7a3da62a5fb74c6f1e 2948 vim_8.1.0875-2ubuntu1.dsc
 9c4a110fd56b1fca977695495e3ae836dc71243d 14067291 vim_8.1.0875.orig.tar.gz
 ff7560237f01499b84b27713625f80cb4c7a2f79 184084 vim_8.1.0875-2ubuntu1.debian.tar.xz
 89f6ec5067c181fd18fd8c4c55f0b12a5d7a3899 7614 vim_8.1.0875-2ubuntu1_source.buildinfo
Checksums-Sha256:
 842fa4eed32e7749203293229e06d65841d02878891088d1952a30646ae451ea 2948 vim_8.1.0875-2ubuntu1.dsc
 fb5b487f424d3a4d17b7c74fe64bf1faa9dc9a65da6da246e6d8c02489ba8b0b 14067291 vim_8.1.0875.orig.tar.gz
 0910693651cf1dcb6e98fa5d49e11fc6d09fe9a77ece506d76cb7dca9d33b7da 184084 vim_8.1.0875-2ubuntu1.debian.tar.xz
 64085c23d189220b5631dcb0a4b6791902469aca1f3ffea6dad493a0eeba7b6f 7614 vim_8.1.0875-2ubuntu1_source.buildinfo
Files:
 39c3838893edd02d6ba43f13c7cbbf21 2948 editors optional vim_8.1.0875-2ubuntu1.dsc
 c806b221ef3440f9cb503cfd571a79f7 14067291 editors optional vim_8.1.0875.orig.tar.gz
 ee00ea025c3ff554fd9afa71ea08c2e4 184084 editors optional vim_8.1.0875-2ubuntu1.debian.tar.xz
 90aedd0503040d3efbc21b43e99254f7 7614 editors optional vim_8.1.0875-2ubuntu1_source.buildinfo
Original-Maintainer: Debian Vim Maintainers <pkg-vim-maintainers at lists.alioth.debian.org>

-----BEGIN PGP SIGNATURE-----

iQJOBAEBCgA4FiEErEg/aN5yj0PyIC/KVo0w8yGyEz0FAlzLbFcaHHN0ZXZlLmxh
bmdhc2VrQHVidW50dS5jb20ACgkQVo0w8yGyEz3QnQ/9Edu+s1H6tA3Jme+kmZvg
aN3tITxmp86yimA1rkJQi4hynhFeDNA11VnkBAQpeFRYa5x6ACiKEhG9gzighuWN
VTQWA34aYlWBkRCq+DcMTvBWUr3AFJhMwOAhZVyD/HhTsjFg8Rc3gvcdvAXwDbDc
VSRxOcgwVNy8bwgJFUEyjIXxDc85/XKylhNpDkU+lzHz7TfqGj8OXn9lnjl/T/f4
aagmyI+uQV18xmu3QgTVq/3/vO2clmnfq4NkSgA8wugoXmmUynOql3pF7EXAXiKZ
k0rbPcAsNcX+q+T5WII+gvf7AuFL3BaNM0MXux8m2u/QEtoZtskbZIrhgelyS22v
+VVKIn39R4OueScZEknbhA1LgBTQimr/1zhC+fIoUeMqOn3WMYDhx5OssE6Br3mL
3TOVgr8EweSb2QGtep1kHiXUKycp7yZQXaidLohQl3Oz/dv1ROx5cuzfWMjnG5Bi
jglYR4+JUwVfWQl/VJg7mMuZ6EzVUV+CRzgB+Wdq8pkHRPPZbd/nNdN3MKN7KXww
I3uCeJkgLwpv9YxlyHan5RZnluVSalyr9QZhVskHnzimUrxb/bPIdLVLohttkdAN
kxPH+UaOKdMzxWZYHye5R0cQ91PiRWNcQUyovqUYex5DUhgOVepA4855hTWqYNTE
qyqKLjUjAVm+ziap0XzMZso=
=gT5g
-----END PGP SIGNATURE-----


More information about the Eoan-changes mailing list