[ubuntu/saucy-proposed] vim 2:7.4.000-1ubuntu1 (Accepted)

Adam Conrad adconrad at ubuntu.com
Sun Aug 11 18:57:15 UTC 2013


vim (2:7.4.000-1ubuntu1) saucy; 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/update-upstart-syntax.patch:
      + Add setuid and setgid to syntax file.
  * Drop ubuntu-multiarch.patch, no longer required.

vim (2:7.4.000-1) unstable; urgency=low

  * New upstream release.
  * Upload to unstable.
  * Stop providing /usr/share/vim/vimcurrent.  It shouldn't be used by
    anything, since it's Debian specific, and the Vim packaging hasn't used it
    (other than documenting the location of debian.vim) for years.
  * Override spelling-error-in-binary … tEH the.

vim (2:7.4b.004-1) experimental; urgency=low

  * Merge upstream tag v7-4b-004
    + 7.4a.044: Clear window from b_wininfo in win_free().  (Closes: #717529)
  * debian/rules: Install Japanese translations of man pages.
  * Update path in binaries-have-file-conflict lintian override.
  * Use canonical URI for Vcs-*.

vim (2:7.4a.012-1) experimental; urgency=low

  * Merge upstream tag v7-4a-012
    + New NFA regex engine.  Vim automatically determines whether to use the
      new or old engine based on the pattern.  A specific engine can be
      forced with the 'regexengine' option or within a pattern using the \%#=
      atom.
    + Updated Perl syntax files
      - Adds support for Perl 5.10 syntax.  (Closes: #681606)
      - Fixes syntax highlighting when qq{} contains a } character.  (Closes:
        #598197)
    + Fix display of an empty entry in NetRW directory listing.  (Closes:
      #709101)
    + Recognize Ikiwiki's *.mdwn as markdown filetype.  (Closes: #672597)
    + 7.3.985: Call g_set_prgname() on startup to set a proper WM_CLASS.
      (Closes: #639925)
    + Source ~/.vim/vimrc or ~/.vim/gvimrc in favor of ~/.vimrc or ~/.gvimrc.
    + Update sh syntax file
      - Recognize when sh is dash and change the default behavior highlighting
        to be POSIX instead of Bourne.  (Closes: #712657, #699172)
      - Correctly highlight text after a "--".  (Closes: #713922)
  * debian/rules: Simplify version handling and bump for the pre-release.
  * Add shadowdir-fixes.patch, to fix test failures when building in a
    shadow directory.

vim (2:7.3.923-3) unstable; urgency=low

  * Build-Conflict against ruby1.8{,-dev} to work around incorrect ruby{,-dev}
    Provides (c.f., #710022).

vim (2:7.3.923-2) unstable; urgency=low

  * Fix FTBFS with M-A Python.  (Closes: #701513)

Date: Sun, 11 Aug 2013 12:23:25 -0600
Changed-By: Adam Conrad <adconrad at ubuntu.com>
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
https://launchpad.net/ubuntu/saucy/+source/vim/2:7.4.000-1ubuntu1
-------------- next part --------------
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.8
Date: Sun, 11 Aug 2013 12:23:25 -0600
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.000-1ubuntu1
Distribution: saucy
Urgency: low
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
Changed-By: Adam Conrad <adconrad at ubuntu.com>
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: 598197 639925 672597 681606 699172 701513 709101 712657 713922 717529
Changes: 
 vim (2:7.4.000-1ubuntu1) saucy; 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/update-upstart-syntax.patch:
       + Add setuid and setgid to syntax file.
   * Drop ubuntu-multiarch.patch, no longer required.
 .
 vim (2:7.4.000-1) unstable; urgency=low
 .
   * New upstream release.
   * Upload to unstable.
   * Stop providing /usr/share/vim/vimcurrent.  It shouldn't be used by
     anything, since it's Debian specific, and the Vim packaging hasn't used it
     (other than documenting the location of debian.vim) for years.
   * Override spelling-error-in-binary … tEH the.
 .
 vim (2:7.4b.004-1) experimental; urgency=low
 .
   * Merge upstream tag v7-4b-004
     + 7.4a.044: Clear window from b_wininfo in win_free().  (Closes: #717529)
   * debian/rules: Install Japanese translations of man pages.
   * Update path in binaries-have-file-conflict lintian override.
   * Use canonical URI for Vcs-*.
 .
 vim (2:7.4a.012-1) experimental; urgency=low
 .
   * Merge upstream tag v7-4a-012
     + New NFA regex engine.  Vim automatically determines whether to use the
       new or old engine based on the pattern.  A specific engine can be
       forced with the 'regexengine' option or within a pattern using the \%#=
       atom.
     + Updated Perl syntax files
       - Adds support for Perl 5.10 syntax.  (Closes: #681606)
       - Fixes syntax highlighting when qq{} contains a } character.  (Closes:
         #598197)
     + Fix display of an empty entry in NetRW directory listing.  (Closes:
       #709101)
     + Recognize Ikiwiki's *.mdwn as markdown filetype.  (Closes: #672597)
     + 7.3.985: Call g_set_prgname() on startup to set a proper WM_CLASS.
       (Closes: #639925)
     + Source ~/.vim/vimrc or ~/.vim/gvimrc in favor of ~/.vimrc or ~/.gvimrc.
     + Update sh syntax file
       - Recognize when sh is dash and change the default behavior highlighting
         to be POSIX instead of Bourne.  (Closes: #712657, #699172)
       - Correctly highlight text after a "--".  (Closes: #713922)
   * debian/rules: Simplify version handling and bump for the pre-release.
   * Add shadowdir-fixes.patch, to fix test failures when building in a
     shadow directory.
 .
 vim (2:7.3.923-3) unstable; urgency=low
 .
   * Build-Conflict against ruby1.8{,-dev} to work around incorrect ruby{,-dev}
     Provides (c.f., #710022).
 .
 vim (2:7.3.923-2) unstable; urgency=low
 .
   * Fix FTBFS with M-A Python.  (Closes: #701513)
Checksums-Sha1: 
 bc8b995a4ed27cb22be07a91e52ccd5b6a14069f 2151 vim_7.4.000-1ubuntu1.dsc
 7cdb5eb06fe134b3a2fe7914959e1d571c76c2db 11826812 vim_7.4.000.orig.tar.gz
 e47cd13423c744fb947bf3d796b9d2013c51393f 199413 vim_7.4.000-1ubuntu1.debian.tar.gz
Checksums-Sha256: 
 a06c6696ddb0f3f4ce9f57cdd5bedce29a57d64b9e38d88fa1d73dba02891fa6 2151 vim_7.4.000-1ubuntu1.dsc
 8c6c9033d407ee7931e904fcd5834e88bb83fb5a6029b62b8b7ae78338bfb041 11826812 vim_7.4.000.orig.tar.gz
 e6ddf7695a116820c83bea3ed7924d1a5b80cca66c3ce3eb8a486f377990e26c 199413 vim_7.4.000-1ubuntu1.debian.tar.gz
Files: 
 fc4c37752d3a082eb9893de84b2d4cae 2151 editors optional vim_7.4.000-1ubuntu1.dsc
 089934035dd5f4d19307736e39c8d15f 11826812 editors optional vim_7.4.000.orig.tar.gz
 06e242279ee7485b1a40720b38b19feb 199413 editors optional vim_7.4.000-1ubuntu1.debian.tar.gz
Original-Maintainer: Debian Vim Maintainers <pkg-vim-maintainers at lists.alioth.debian.org>

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.14 (GNU/Linux)

iEYEARECAAYFAlIH3jIACgkQvjztR8bOoMmjiwCg2ZDloWgaJf0qv3z/CE6N9uaY
Y10AnRKiOg6GXXbNePtvv6UTwpsVrXO1
=4NAU
-----END PGP SIGNATURE-----


More information about the Saucy-changes mailing list