[ubuntu/precise] vim 2:7.3.333-1ubuntu1 (Accepted)

Loic Minier loic.minier at ubuntu.com
Mon Oct 17 18:30:23 UTC 2011


vim (2:7.3.333-1ubuntu1) precise; urgency=low

  * Merge with Debian testing/unstable; remaining changes:
    - debian/rules:
      + Work around ICE on ppc64 by exporting DEB_GCC_NO_O3=1.
    - debian/runtime/debian.vim.in:
      + Add Launchpad integration to the Help menu if launchpad-integration is
        installed.
    - 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/ubuntu-version.patch:
      + Update supported Ubuntu codenames: add precise.

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

  * Pull upstream tag v7-3-333
    + 7.3.318: Fix behavior of C on empty last line.  (Closes: #642432)
    + 7.3.323: Recognize a few more patterns for GCC error messages.  (Closes:
      #621693)
    + 7.3.333: Handle multi-byte characters when using `.' to repeat a
      command.  (Closes: #632542)
  * debian/rules: Remove debian/lintian/vim in clean-vim-basic
  * debian/rules: Include makefiles from dpkg-dev.
    + Bump dpkg-dev versioned B-D >= 1.16.1

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

  * Pull upstream tag v7-3-315.
    + 7.3.295: When select() is interrupted loop and try again.  (Closes:
      #627376)
    + 7.3.300: Python doesn't parse multi-byte argument correctly. (Closes:
      #638375)
  * Recognize armhf as an architecture in debcontrol files.  (Closes: #638873)
  * Fix typo in vim policy.  Thanks to Jakub Wilk for the patch.  (Closes:
    #640042)
  * Add GenericName field to desktop file. (Closes: #641037)
  * Use versioned ruby binary name to ensure we're getting the correct build
    flags.

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

  * Pull upstream tag v7-3-280.
    + Remove patches/crontab-syntax-case-ignore, merged upstream.
    + Remove patches/debcontrol-syntax-multiarch, merged upstream
    + Remove patches/dosini-syntax-hash, merged upstream
    + 7.3.261: Parse GCC 4.5+ "In file included from" messages correctly when
      using quickfix.  (Closes: #621693)
  * debian/control:
    + Add vim-lua Provides to packages which are built with lua bindings.
    + Add Lua to long description for the packages which provide the bindings.
  * Drop +hg~$hash from the version string now that upstream is tagging the
    minor updates.
  * Update Debian/Ubuntu codenames in debchangelog/debsources syntax files.
    (Closes: #624686)
  * Add support for architecture wildcards in debcontrol syntax file.  Thanks
    to Jakub Wilk for the patch.  (Closes: #624805)
  * Remove path and extension from Icon key in the desktop file.  Thanks to
    Michael Bienia for the patch.  (Closes: #624688, LP: #740842)
  * debian/watch: Change dversionmangle to just drop the patch version.
  * Make the leading XC- optional for the Package-Type header in debcontrol
    syntax file.  Thanks to Guillem Jover for the patch.  (Closes: #628763)
  * Improve syntax highlighting for automake files.  Based on a patch by
    Guillem Jover.  (Closes: #628759)

Date: Mon, 17 Oct 2011 13:47:55 +0200
Changed-By: Loïc Minier <loic.minier at ubuntu.com>
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
https://launchpad.net/ubuntu/precise/+source/vim/2:7.3.333-1ubuntu1
-------------- next part --------------
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.8
Date: Mon, 17 Oct 2011 13:47:55 +0200
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.3.333-1ubuntu1
Distribution: precise
Urgency: low
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
Changed-By: Loïc Minier <loic.minier 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
 vim-runtime - Vi IMproved - Runtime files
 vim-tiny   - Vi IMproved - enhanced vi editor - compact version
Closes: 621693 624686 624688 624805 627376 628759 628763 632542 638375 638873 640042 641037 642432
Launchpad-Bugs-Fixed: 740842
Changes: 
 vim (2:7.3.333-1ubuntu1) precise; urgency=low
 .
   * Merge with Debian testing/unstable; remaining changes:
     - debian/rules:
       + Work around ICE on ppc64 by exporting DEB_GCC_NO_O3=1.
     - debian/runtime/debian.vim.in:
       + Add Launchpad integration to the Help menu if launchpad-integration is
         installed.
     - 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/ubuntu-version.patch:
       + Update supported Ubuntu codenames: add precise.
 .
 vim (2:7.3.333-1) unstable; urgency=low
 .
   * Pull upstream tag v7-3-333
     + 7.3.318: Fix behavior of C on empty last line.  (Closes: #642432)
     + 7.3.323: Recognize a few more patterns for GCC error messages.  (Closes:
       #621693)
     + 7.3.333: Handle multi-byte characters when using `.' to repeat a
       command.  (Closes: #632542)
   * debian/rules: Remove debian/lintian/vim in clean-vim-basic
   * debian/rules: Include makefiles from dpkg-dev.
     + Bump dpkg-dev versioned B-D >= 1.16.1
 .
 vim (2:7.3.315-1) unstable; urgency=low
 .
   * Pull upstream tag v7-3-315.
     + 7.3.295: When select() is interrupted loop and try again.  (Closes:
       #627376)
     + 7.3.300: Python doesn't parse multi-byte argument correctly. (Closes:
       #638375)
   * Recognize armhf as an architecture in debcontrol files.  (Closes: #638873)
   * Fix typo in vim policy.  Thanks to Jakub Wilk for the patch.  (Closes:
     #640042)
   * Add GenericName field to desktop file. (Closes: #641037)
   * Use versioned ruby binary name to ensure we're getting the correct build
     flags.
 .
 vim (2:7.3.280-1) unstable; urgency=low
 .
   * Pull upstream tag v7-3-280.
     + Remove patches/crontab-syntax-case-ignore, merged upstream.
     + Remove patches/debcontrol-syntax-multiarch, merged upstream
     + Remove patches/dosini-syntax-hash, merged upstream
     + 7.3.261: Parse GCC 4.5+ "In file included from" messages correctly when
       using quickfix.  (Closes: #621693)
   * debian/control:
     + Add vim-lua Provides to packages which are built with lua bindings.
     + Add Lua to long description for the packages which provide the bindings.
   * Drop +hg~$hash from the version string now that upstream is tagging the
     minor updates.
   * Update Debian/Ubuntu codenames in debchangelog/debsources syntax files.
     (Closes: #624686)
   * Add support for architecture wildcards in debcontrol syntax file.  Thanks
     to Jakub Wilk for the patch.  (Closes: #624805)
   * Remove path and extension from Icon key in the desktop file.  Thanks to
     Michael Bienia for the patch.  (Closes: #624688, LP: #740842)
   * debian/watch: Change dversionmangle to just drop the patch version.
   * Make the leading XC- optional for the Package-Type header in debcontrol
     syntax file.  Thanks to Guillem Jover for the patch.  (Closes: #628763)
   * Improve syntax highlighting for automake files.  Based on a patch by
     Guillem Jover.  (Closes: #628759)
Checksums-Sha1: 
 3cb101452ad8f337e5f9d2ef773eea3f829fa7be 2076 vim_7.3.333-1ubuntu1.dsc
 fc040795d9bf72fbf22d5281cc798ec73d34bcb9 10979856 vim_7.3.333.orig.tar.gz
 0ee9606498e1947f13ad588f50f35a1d65def128 200013 vim_7.3.333-1ubuntu1.debian.tar.gz
Checksums-Sha256: 
 cea182647759b2bb163be57703e90a0b595f5d14884de16831bf5087fc669c92 2076 vim_7.3.333-1ubuntu1.dsc
 96d5822c445f477e07651d40a062ab22da1550d498c15275ee115d31a096f8cd 10979856 vim_7.3.333.orig.tar.gz
 5fda5984be2b39c9eba4aa866c9027dacfe9779e4b1e6b8288d8c15d9744dedd 200013 vim_7.3.333-1ubuntu1.debian.tar.gz
Files: 
 6ba72e60a2764ca935e591f1a09a37f7 2076 editors optional vim_7.3.333-1ubuntu1.dsc
 fd98f5cec5b2adb18baaf37e0035a3f6 10979856 editors optional vim_7.3.333.orig.tar.gz
 b4416fd347a871e9f6aef207dbc0a901 200013 editors optional vim_7.3.333-1ubuntu1.debian.tar.gz
Original-Maintainer: Debian Vim Maintainers <pkg-vim-maintainers at lists.alioth.debian.org>

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

iEYEARECAAYFAk6cN50ACgkQ4VUX8isJIMAz2wCgsuZt+MmWciuJ3y5F0nKsmnyU
XX8Amwcc5WiVlg6swU6d/Ia0l8V0pBuw
=OfBx
-----END PGP SIGNATURE-----


More information about the Precise-changes mailing list