[ubuntu/focal-proposed] vim 2:8.1.2269-1ubuntu1 (Accepted)

Steve Langasek steve.langasek at ubuntu.com
Tue Feb 18 06:37:15 UTC 2020


vim (2:8.1.2269-1ubuntu1) focal; 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.
  * Dropped changes, included upstream:
    - debian/patches/ubuntu-mouse-off.patch:
      + Mouse mode is actively harmful in some chroots.
    - Add focal as a supported Ubuntu series.
    - Remove cosmic as a supported Ubuntu series.
  * Remove disco as a supported Ubuntu series.

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

  * Merge upstream patch v8.1.2269
    + 8.1.2261: Disable modifyOtherKeys while in Insert mode when 'noesckeys'
      is set. (Closes: #944132)

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

  * Merge upstream patch v8.1.2244
    + syntax/debchangelog.vim: Highlight unsupported releases differently than
      supported releases.  (Closes: #847933)
    + "mouse" feature is now always enabled.
    + Improve support for chorded mappings in xterm, when xterm's
      modifyOtherKeys mode is enabled, c.f. :help modifyOtherKeys.
  * Revert "Move /usr/bin/vim.* into /usr/libexec/vim/"
    (Closes: #943328, #942225).  The change broke user preferences for
    alternatives and sensible-editor.
  * Add /var/lib/addons to 'runtimepath' at build time (Closes: #943967)
  * Use dh_missing instead of dh_install --list-missing (Closes: #942277)

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

  * Merge upstream patch v8.1.2136
    + Farsi support was removed
    + syntax/debcontrol.vim: Recognize "Files-Excluded(-<component>)" fields
      (Closes: #932894)
    + Swap files are automatically deleted if the file was unmodified and the
      process which generated the swap file isn't running.  (Closes: #375989)
    + Fix incorrect over-indenting when auto-indent is enabled for XML files.
      (Closes: #918672)
    + Fix indentation of bash scripts with nested if blocks.  (Closes:
      #939369)
    + New popup window support, via the "popup_*()" APIs
    + New sound support, via the "sound_*()" APIs
    + "localmap", "visual", "visualextra", "visualedit", "user_commands",
      "multi_byte", "cmdline_compl", "insert_expand", "modify_fname",
      and "comments" features are now always enabled.
    + Fix test_compiler.vim failure when locale isn't available.  (Closes:
      #917859)
  * control:
    + Remove obsolete versioned Build-Depends on dpkg-dev
  * rules:
    + Use dh_install --list-missing
  * Turn vim-gtk into a transitional package to vim-gtk3  (Closes: #930576
    since the IA__gdk_drawable_get_size assertions don't happen in the GTK3
    build)
  * Declare compliance with Policy 4.4.1, no changes needed
  * Move /usr/bin/vim.* into /usr/libexec/vim/
  * autopkgtest:
    + Mark the "$variant --version" tests superficial
    + Add new tests which run the build time tests against the installed
      binary/runtime.  Mark it flaky for now, since there are some tests which
      are more prone to fail in the LXC environment.
    + Run autopkgtests as a dedicated user, to avoid false negative failures
      with upstream tests which check permissions

Date: Mon, 17 Feb 2020 22:30:35 -0800
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.2269-1ubuntu1
-------------- next part --------------
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Format: 1.8
Date: Mon, 17 Feb 2020 22:30:35 -0800
Source: vim
Architecture: source
Version: 2:8.1.2269-1ubuntu1
Distribution: focal
Urgency: medium
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
Changed-By: Steve Langasek <steve.langasek at ubuntu.com>
Closes: 375989 847933 917859 918672 930576 932894 939369 942225 942277 943328 943967 944132
Changes:
 vim (2:8.1.2269-1ubuntu1) focal; 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.
   * Dropped changes, included upstream:
     - debian/patches/ubuntu-mouse-off.patch:
       + Mouse mode is actively harmful in some chroots.
     - Add focal as a supported Ubuntu series.
     - Remove cosmic as a supported Ubuntu series.
   * Remove disco as a supported Ubuntu series.
 .
 vim (2:8.1.2269-1) unstable; urgency=medium
 .
   * Merge upstream patch v8.1.2269
     + 8.1.2261: Disable modifyOtherKeys while in Insert mode when 'noesckeys'
       is set. (Closes: #944132)
 .
 vim (2:8.1.2244-1) unstable; urgency=medium
 .
   * Merge upstream patch v8.1.2244
     + syntax/debchangelog.vim: Highlight unsupported releases differently than
       supported releases.  (Closes: #847933)
     + "mouse" feature is now always enabled.
     + Improve support for chorded mappings in xterm, when xterm's
       modifyOtherKeys mode is enabled, c.f. :help modifyOtherKeys.
   * Revert "Move /usr/bin/vim.* into /usr/libexec/vim/"
     (Closes: #943328, #942225).  The change broke user preferences for
     alternatives and sensible-editor.
   * Add /var/lib/addons to 'runtimepath' at build time (Closes: #943967)
   * Use dh_missing instead of dh_install --list-missing (Closes: #942277)
 .
 vim (2:8.1.2136-1) unstable; urgency=medium
 .
   * Merge upstream patch v8.1.2136
     + Farsi support was removed
     + syntax/debcontrol.vim: Recognize "Files-Excluded(-<component>)" fields
       (Closes: #932894)
     + Swap files are automatically deleted if the file was unmodified and the
       process which generated the swap file isn't running.  (Closes: #375989)
     + Fix incorrect over-indenting when auto-indent is enabled for XML files.
       (Closes: #918672)
     + Fix indentation of bash scripts with nested if blocks.  (Closes:
       #939369)
     + New popup window support, via the "popup_*()" APIs
     + New sound support, via the "sound_*()" APIs
     + "localmap", "visual", "visualextra", "visualedit", "user_commands",
       "multi_byte", "cmdline_compl", "insert_expand", "modify_fname",
       and "comments" features are now always enabled.
     + Fix test_compiler.vim failure when locale isn't available.  (Closes:
       #917859)
   * control:
     + Remove obsolete versioned Build-Depends on dpkg-dev
   * rules:
     + Use dh_install --list-missing
   * Turn vim-gtk into a transitional package to vim-gtk3  (Closes: #930576
     since the IA__gdk_drawable_get_size assertions don't happen in the GTK3
     build)
   * Declare compliance with Policy 4.4.1, no changes needed
   * Move /usr/bin/vim.* into /usr/libexec/vim/
   * autopkgtest:
     + Mark the "$variant --version" tests superficial
     + Add new tests which run the build time tests against the installed
       binary/runtime.  Mark it flaky for now, since there are some tests which
       are more prone to fail in the LXC environment.
     + Run autopkgtests as a dedicated user, to avoid false negative failures
       with upstream tests which check permissions
Checksums-Sha1:
 b2e538416d47efe3ac4a84ec8da77ef3a30a039d 2928 vim_8.1.2269-1ubuntu1.dsc
 a00b98a03ddab89518e63dd629708f9f2ba7145b 14590233 vim_8.1.2269.orig.tar.gz
 3e9d3da14dc5f037174b6e3a79e8ed0444f128ce 205744 vim_8.1.2269-1ubuntu1.debian.tar.xz
 6068aec6458b6231323d799f854905fba54ec587 5917 vim_8.1.2269-1ubuntu1_source.buildinfo
Checksums-Sha256:
 53670777b52dba79087cb76b92e76d7c5cd78f6e95aa5d874d924e17f658b99b 2928 vim_8.1.2269-1ubuntu1.dsc
 ff75a4d5f04dbd0e10c00b8a2369bd4108ed955a298fa30c4d861d2f53d2c4c5 14590233 vim_8.1.2269.orig.tar.gz
 fa4c9c16165d408e4d5fcb83a8dd7db71ea6fa407112b88d4247e3af9f6bd30b 205744 vim_8.1.2269-1ubuntu1.debian.tar.xz
 580f139132166abdfb8f1a1dc3e6c28bb16c624048541203e5455db9d56a5cfc 5917 vim_8.1.2269-1ubuntu1_source.buildinfo
Files:
 c8e6eb5683cddf5cd64da6909b17e405 2928 editors optional vim_8.1.2269-1ubuntu1.dsc
 1c3914f28ed069ba7b74ada297de4c06 14590233 editors optional vim_8.1.2269.orig.tar.gz
 37c6794f8c289b912fd68a82ade2b698 205744 editors optional vim_8.1.2269-1ubuntu1.debian.tar.xz
 8b7872ea89e41da93b0d21c46ffa498e 5917 editors optional vim_8.1.2269-1ubuntu1_source.buildinfo
Original-Maintainer: Debian Vim Maintainers <pkg-vim-maintainers at lists.alioth.debian.org>

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

iQJOBAEBCgA4FiEErEg/aN5yj0PyIC/KVo0w8yGyEz0FAl5LhbEaHHN0ZXZlLmxh
bmdhc2VrQHVidW50dS5jb20ACgkQVo0w8yGyEz1yKw/+KH86+uWqfWStQZQZ+++x
UpzsQxA3f0MVKY0ndkrZl5Zxvb7srwV2LvDS2lvL0Gs7cZl5TAvsJU2PLjEbjCF6
MUk+m2Uyf3vSQCq27RkXg3G9zCOZV7Xe/oEXeTuDZ4BGiQxf+VbqoXbXKnZoudl3
pjLRxfN36U8yIQ0pjNR+SKYbUL8GNW7hMGHWiOXT7DYMZw0yPL/pka/p3jO1bHHV
ddF2IaN6hvTWhOKBa7eH8L+4K24kpZ6xFrcSsPM4JUcmnwqOCpyMOnFPWxvvsig8
nsSqXhp7yBmZTWK1hx1lbFMKMwP6vt9Jhg2pKXwEijfiQi+KCkPaT6fkrJZdlXPr
m56e81f6kSXq0YTHfWbsG6/fiGnb7G8CcUF6lDukeLDen250ZzBCLKbk8ThSn8ox
JP9zndNqhymdiKrQVXO5F313vk+DR1yBV1Q9LMunWYUvSionSZKYyTTptx/DqNX7
j5CLPL1oW3JK//e7H/ig+jaCTLI1HmhET2ifUHG3QE/lAbQU2+OKbZtoHfHtsEwB
niRDtTDTsWNvTPvPE1dmgjeExQMb6Zjx/6jM9+z8TWx91F6QQSx/sb9YTrGbWlyP
tz1ADIkrdLGrRKBQl8xi6lcJWCMf0W824l+467AYtySyKTkwyWSmAfjZYOjbz6Wv
rJXWgXipnW4EpRBFv7Lo6oE=
=PrE2
-----END PGP SIGNATURE-----


More information about the Focal-changes mailing list