[ubuntu/groovy-proposed] vim 2:8.2.0716-3ubuntu1 (Accepted)

Steve Langasek steve.langasek at ubuntu.com
Wed May 20 23:20:14 UTC 2020


vim (2:8.2.0716-3ubuntu1) groovy; 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-mouse-off.patch:
      + Mouse mode is actively harmful in some chroots.
    - Increase Test_mode_message_at_leaving_insert_with_esc_mapped timeout
      for riscv64.
  * Dropped changes, included upstream:
    - debian/patches/ubuntu-series-support.patch:
      + Drop vivid, wily, yakkety, zesty, artful, cosmic, disco.
      + Add groovy

vim (2:8.2.0716-3) unstable; urgency=medium

  * Version the vim/gvim/etc Provides for the vim binary packages.  This
    allows versioned Depends on vim to be satisfied by any of the binary
    packages instead of trying to install Package: vim.  (Closes: #960119)

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

  * Build vim-basic for arch-all builds, needed for install targets

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

  * Merge upstream tag v8.2.0716
    + syntax/make.vim: Fix mis-highlighting of targets that start with the
      word "overrule".  (Closes: #958993)
  * rules: Switch to dh
  * Remove src/po/vim.pot during clean

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

  * Merge upstream tag v8.2.0510
    + 8.2.0444: Improve reliability of Test_swap_prompt_splitwin
    + 8.2.0447: Improve reliability of Test_terminal_scroll
    + 8.2.0454: Improve reliability of Test_state
    + 8.2.0456, 8.2.0461, 8.2.0470: Improve reliability of Test_confirm_cmd
    + 8.2.0462: Fix invalid assertion in Test_popup_and_previewwindow_dump
    + 8.2.0474: Allow ":write" to overwrite an existing file when used via
      BufWriteCmd, fixing breakage of plugins like vim-gnupg
  * Add lintian overrides for manpage-without-executable
  * Remove obsolete vim-common.preinst

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

  * Merge upstream tag v8.2.0439
    + 8.2.0398: Fix FTBFS due to Test_profile_func() failure
    + 8.2.0436: Fix FTBFS in test_vim9_disassemble.vim due to type mismatches
      in format strings

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

  * Merge upstream tag v8.2.0397
    + 8.2.0382: Fix Test_terminal_in_popup failures by disabling the ruler
    + syntax/resolv.vim: Refresh list of known options.  (Closes: #626371)

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

  * Merge upstream tag v8.2.0378
    + 8.2.0374: Fix test failures on 32-bit archs.  (Closes: #953742)

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

  * Merge upstream patch v8.2.0368
    + New "vim9script" syntax available for scripts, c.f. ":help vim9-script"
    + syntax/debchangelog.vim: Stop highlighting space before "UNRELEASED" as
      an error (Closes: #944781)
    + syntax/markdown.vim: Don't treat a bare "<" as the start of an HTML tag.
      (Closes: #892172)
    + syntax/resolv.vim: Highlight IPv6 addresses (Closes: #626371)
    + 8.2.0271: Correctly format 64-bit numbers for status messages in
      vim-tiny on 32-bit systems (Closes: #951380)
  * Declare compliance with Policy 4.5.0, no changes needed
  * Build-Depend on debhelper-compat (= 12)

Date: Wed, 20 May 2020 16:08:14 -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.2.0716-3ubuntu1
-------------- next part --------------
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Format: 1.8
Date: Wed, 20 May 2020 16:08:14 -0700
Source: vim
Architecture: source
Version: 2:8.2.0716-3ubuntu1
Distribution: groovy
Urgency: medium
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
Changed-By: Steve Langasek <steve.langasek at ubuntu.com>
Closes: 626371 892172 944781 951380 953742 958993 960119
Changes:
 vim (2:8.2.0716-3ubuntu1) groovy; 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-mouse-off.patch:
       + Mouse mode is actively harmful in some chroots.
     - Increase Test_mode_message_at_leaving_insert_with_esc_mapped timeout
       for riscv64.
   * Dropped changes, included upstream:
     - debian/patches/ubuntu-series-support.patch:
       + Drop vivid, wily, yakkety, zesty, artful, cosmic, disco.
       + Add groovy
 .
 vim (2:8.2.0716-3) unstable; urgency=medium
 .
   * Version the vim/gvim/etc Provides for the vim binary packages.  This
     allows versioned Depends on vim to be satisfied by any of the binary
     packages instead of trying to install Package: vim.  (Closes: #960119)
 .
 vim (2:8.2.0716-2) unstable; urgency=medium
 .
   * Build vim-basic for arch-all builds, needed for install targets
 .
 vim (2:8.2.0716-1) unstable; urgency=medium
 .
   * Merge upstream tag v8.2.0716
     + syntax/make.vim: Fix mis-highlighting of targets that start with the
       word "overrule".  (Closes: #958993)
   * rules: Switch to dh
   * Remove src/po/vim.pot during clean
 .
 vim (2:8.2.0510-1) unstable; urgency=medium
 .
   * Merge upstream tag v8.2.0510
     + 8.2.0444: Improve reliability of Test_swap_prompt_splitwin
     + 8.2.0447: Improve reliability of Test_terminal_scroll
     + 8.2.0454: Improve reliability of Test_state
     + 8.2.0456, 8.2.0461, 8.2.0470: Improve reliability of Test_confirm_cmd
     + 8.2.0462: Fix invalid assertion in Test_popup_and_previewwindow_dump
     + 8.2.0474: Allow ":write" to overwrite an existing file when used via
       BufWriteCmd, fixing breakage of plugins like vim-gnupg
   * Add lintian overrides for manpage-without-executable
   * Remove obsolete vim-common.preinst
 .
 vim (2:8.2.0439-1) unstable; urgency=medium
 .
   * Merge upstream tag v8.2.0439
     + 8.2.0398: Fix FTBFS due to Test_profile_func() failure
     + 8.2.0436: Fix FTBFS in test_vim9_disassemble.vim due to type mismatches
       in format strings
 .
 vim (2:8.2.0397-1) unstable; urgency=medium
 .
   * Merge upstream tag v8.2.0397
     + 8.2.0382: Fix Test_terminal_in_popup failures by disabling the ruler
     + syntax/resolv.vim: Refresh list of known options.  (Closes: #626371)
 .
 vim (2:8.2.0378-1) unstable; urgency=medium
 .
   * Merge upstream tag v8.2.0378
     + 8.2.0374: Fix test failures on 32-bit archs.  (Closes: #953742)
 .
 vim (2:8.2.0368-1) unstable; urgency=medium
 .
   * Merge upstream patch v8.2.0368
     + New "vim9script" syntax available for scripts, c.f. ":help vim9-script"
     + syntax/debchangelog.vim: Stop highlighting space before "UNRELEASED" as
       an error (Closes: #944781)
     + syntax/markdown.vim: Don't treat a bare "<" as the start of an HTML tag.
       (Closes: #892172)
     + syntax/resolv.vim: Highlight IPv6 addresses (Closes: #626371)
     + 8.2.0271: Correctly format 64-bit numbers for status messages in
       vim-tiny on 32-bit systems (Closes: #951380)
   * Declare compliance with Policy 4.5.0, no changes needed
   * Build-Depend on debhelper-compat (= 12)
Checksums-Sha1:
 58c79c403cfe46a2e49a18902a63a20c5ef0ea8d 2933 vim_8.2.0716-3ubuntu1.dsc
 c46e8de5a56886a24d148ba13e02144c95c68b4f 14944561 vim_8.2.0716.orig.tar.gz
 4448dcdab77d0229343593ce37dfa7a817692fe4 180804 vim_8.2.0716-3ubuntu1.debian.tar.xz
 adf287f27d9eb579ded94e3456baff048b1eb903 7032 vim_8.2.0716-3ubuntu1_source.buildinfo
Checksums-Sha256:
 ac36e317ac2e7b0439b9e2dcf8fcb04b6b92ce6c7614ba05d177bb996da3ed72 2933 vim_8.2.0716-3ubuntu1.dsc
 488c651f7e8d7587a84abf6895ae952b902e8c78426060c65092f5ed09cf8552 14944561 vim_8.2.0716.orig.tar.gz
 b8ccc2c6fcc875c4ade3c5e05fb23365da8e70b769b681b960f02e327568e685 180804 vim_8.2.0716-3ubuntu1.debian.tar.xz
 ec746f912847c8e76ad53a1d40e784ed0c42d7418f92cd19ac3a37deb58107b0 7032 vim_8.2.0716-3ubuntu1_source.buildinfo
Files:
 b3f1f9c4a3c61d8adbe40947133cb479 2933 editors optional vim_8.2.0716-3ubuntu1.dsc
 004b4596f185889fbca5b8d513f294ce 14944561 editors optional vim_8.2.0716.orig.tar.gz
 c3a212c80941493e6cb6d6d91d0ce8fe 180804 editors optional vim_8.2.0716-3ubuntu1.debian.tar.xz
 4dea184423d5050aa724a4fa30a5f09e 7032 editors optional vim_8.2.0716-3ubuntu1_source.buildinfo
Original-Maintainer: Debian Vim Maintainers <pkg-vim-maintainers at lists.alioth.debian.org>

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

iQJOBAEBCgA4FiEErEg/aN5yj0PyIC/KVo0w8yGyEz0FAl7FuqwaHHN0ZXZlLmxh
bmdhc2VrQHVidW50dS5jb20ACgkQVo0w8yGyEz2lAg//e5gPmhVMgNSNCp5qaHL9
IlF1A1ppOSMwB8ks65e3PzfBbC66lor//ePQ+9KtXY40au1jZa809QYmuFuMQ3hE
H0fYJ6CdaCwiHJInYaxu1ug3LzmaBUTS1AwDaUSyxctc7F0eJsVB/MDg1deqte0o
DgCf18qgcLAi7PGtbvRgyjzM7hPEhWJJSvRc4VHIH9mc1p9qhjsEB5pvR7DM5aeT
3oqXrFhV+nyCexpWPB0z0ftxSNuG62zYjMEIP3/Eja71UHTHy6JxWFc41Dp4/wiW
hMQ5rp/04sUyq1Icfcb86BpM2QyE8i4oIiKXG+IClxVkb3Ne4uw70y/584K4xl/f
QDokaEtDdezsigOsmZlHcpeS6+T1BbfZi6Gg2kZyHH1YL3HPwhioViUGRyAAoAgo
q8nmneoTXkvE1K1kLEOI4oNDml7VHQvM0aXtm4emTlx2kDkgRuIA9Prohdm7ICI/
/bhP16Be2wq43LbV9UiM390eTe+udr4wGot0IfRFRkjkKYk9rVl2D9d4tXpElL5H
SoOFhihdC+p3ZjTEQNm2BfvT/tTOq0v3KYYpE4grrOjxXqy6MOU1uzmyyPXYDk6L
gv2hxcD93UAA4+25BSXggjBJjd+EzYcKeBibiIBVmK10Lg5+3oN9GOvXkJc3clD8
fZe7KIp0ALAqFDut8Ituc6Q=
=Errr
-----END PGP SIGNATURE-----


More information about the Groovy-changes mailing list