[ubuntu/lucid] vim 2:7.2.330-1ubuntu1 (Accepted)

Colin Watson cjwatson at ubuntu.com
Mon Mar 8 17:25:32 GMT 2010


vim (2:7.2.330-1ubuntu1) lucid; urgency=low

  [ Michael Bienia ]
  * Merge with Debian unstable (LP: #509900):
    - Highlight Breaks in debian/control (LP: #498303).
    - [7.2.257] GTK 2.17: lots of assertion error messages (LP: #402188).
  * Remaining changes:
    - debian/runtime/vimrc: "syntax on" is a sane default for non-tiny vim.
    - runtime/syntax/debcontrol.vim:
      + Add "metapackages" to the list of valid sections.
    - runtime/syntax/grub.vim:
      + Add Ubuntu-specific 'quiet' keyword.
    - Drop vim-lesstif package and lesstif2-dev build-dependency.
    - Enable Python interpreter on basic builds.
    - Rename Vcs-* to XS-Debian-Vcs-*.
  * runtime/ftplugin/debchangelog.vim: Use python-launchpadlib (and LP API)
    instead of python-launchpad-bugs for bug completion for Ubuntu
    (forwarded to Debian as bug #566841).
  * src/configure.in, src/auto/configure:
    As MODLIBS from python's config/Makefile includes LOCALMODLIBS which
    shouldn't be used and breaks the build with newer python versions, use
    BASEMODLIBS instead of MODLIBS (forwarded to Debian as bug #566842;
    LP: #534251).

  [ Colin Watson ]
  * Add Launchpad integration to the Help menu if launchpad-integration is
    installed (LP: #453103).

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

  * [34a85b6] Update README for patches 285 - 330
    - [1aee41b] [7.2.294] when using TEMPDIRS dir name could get too long
      (Closes: #544682)
    - [f3ea2c2] [7.2.300] file descriptors not closed when executing external
      command (Closes: #290507)
    - [f3ce928] [7.2.324] a negative column argument in setpos() may cause a
      crash (Closes: #563071)
  * [fd76420] Sync runtime files
    - NetRW updated to handle 'equalalways' being set, but window sizes not
      being equal.  (Closes: #346089)
  * debian/control:
    - [49f131e] Add Depends: ${misc:Depends} to all binary stanzas.
    - [8973628] Bump Standards-Version, no changes required
    - [12ac9a3] Remove Pierre Habouzit from Uploaders.

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

  * syntax/debcontrol.vim:
    - [b997413] Add highlighting of Breaks field (Closes: #541989)
    - [05a38bf] Recognize lpia and kopensolaris-i386. (Closes: #543207)
  * [a85b832] Update README for patches 246 - 259
    - [669e098] [7.2.256] GTK font dialog doesn't have a default when
      'guifont' not set  (Closes: #307158)
    - [f4ed8fc] [7.2.257] GTK 2.17: lots of assertion error messages (Closes:
      #545168)
  * [83583c3] Add Ubuntu's next release, lucid, to the Debian-related runtime
    files.
  * [87f3b00] update-runtime: Use -A option for git-add so deleted files
    are committed.
  * [60cbb45] Sync runtime files
    - Updated remind.vim syntax file. (Closes: #536770)
    - Fix typos in Japanese vimtutor. (Closes: #539577)
  * [96dca67] Move html docs from /u/s/d/vim-common/html to /u/s/d/vim-
    doc/html.
  * [9fec1cd] Use usr_toc.html for the usermanual Index page.
  * [fbacb18] Update README for patches 268 - 284
    - [76d3dad] [7.2.283] GTK: changing font doesn't keep the window maximized
      (Closes: #466088)
  * [6e51684] debsources.vim: Recognize rc-buggy (alias for experimental).
    (Closes: #553525)

Date: Mon, 08 Mar 2010 17:08:44 +0000
Changed-By: Colin Watson <cjwatson at ubuntu.com>
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
Signed-By: Colin Watson <cjwatson at canonical.com>
https://launchpad.net/ubuntu/lucid/+source/vim/2:7.2.330-1ubuntu1
-------------- next part --------------
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

Format: 1.8
Date: Mon, 08 Mar 2010 17:08:44 +0000
Source: vim
Binary: vim-common vim-gui-common vim-runtime vim-doc vim-tiny vim vim-dbg vim-gtk vim-nox vim-gnome
Architecture: source
Version: 2:7.2.330-1ubuntu1
Distribution: lucid
Urgency: low
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
Changed-By: Colin Watson <cjwatson at ubuntu.com>
Description: 
 vim        - Vi IMproved - enhanced vi editor
 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-nox    - Vi IMproved - enhanced vi editor
 vim-runtime - Vi IMproved - Runtime files
 vim-tiny   - Vi IMproved - enhanced vi editor - compact version
Closes: 290507 307158 346089 466088 536770 539577 541989 543207 544682 545168 553525 563071
Launchpad-Bugs-Fixed: 402188 453103 498303 509900 534251
Changes: 
 vim (2:7.2.330-1ubuntu1) lucid; urgency=low
 .
   [ Michael Bienia ]
   * Merge with Debian unstable (LP: #509900):
     - Highlight Breaks in debian/control (LP: #498303).
     - [7.2.257] GTK 2.17: lots of assertion error messages (LP: #402188).
   * Remaining changes:
     - debian/runtime/vimrc: "syntax on" is a sane default for non-tiny vim.
     - runtime/syntax/debcontrol.vim:
       + Add "metapackages" to the list of valid sections.
     - runtime/syntax/grub.vim:
       + Add Ubuntu-specific 'quiet' keyword.
     - Drop vim-lesstif package and lesstif2-dev build-dependency.
     - Enable Python interpreter on basic builds.
     - Rename Vcs-* to XS-Debian-Vcs-*.
   * runtime/ftplugin/debchangelog.vim: Use python-launchpadlib (and LP API)
     instead of python-launchpad-bugs for bug completion for Ubuntu
     (forwarded to Debian as bug #566841).
   * src/configure.in, src/auto/configure:
     As MODLIBS from python's config/Makefile includes LOCALMODLIBS which
     shouldn't be used and breaks the build with newer python versions, use
     BASEMODLIBS instead of MODLIBS (forwarded to Debian as bug #566842;
     LP: #534251).
 .
   [ Colin Watson ]
   * Add Launchpad integration to the Help menu if launchpad-integration is
     installed (LP: #453103).
 .
 vim (2:7.2.330-1) unstable; urgency=low
 .
   * [34a85b6] Update README for patches 285 - 330
     - [1aee41b] [7.2.294] when using TEMPDIRS dir name could get too long
       (Closes: #544682)
     - [f3ea2c2] [7.2.300] file descriptors not closed when executing external
       command (Closes: #290507)
     - [f3ce928] [7.2.324] a negative column argument in setpos() may cause a
       crash (Closes: #563071)
   * [fd76420] Sync runtime files
     - NetRW updated to handle 'equalalways' being set, but window sizes not
       being equal.  (Closes: #346089)
   * debian/control:
     - [49f131e] Add Depends: ${misc:Depends} to all binary stanzas.
     - [8973628] Bump Standards-Version, no changes required
     - [12ac9a3] Remove Pierre Habouzit from Uploaders.
 .
 vim (2:7.2.284-1) unstable; urgency=low
 .
   * syntax/debcontrol.vim:
     - [b997413] Add highlighting of Breaks field (Closes: #541989)
     - [05a38bf] Recognize lpia and kopensolaris-i386. (Closes: #543207)
   * [a85b832] Update README for patches 246 - 259
     - [669e098] [7.2.256] GTK font dialog doesn't have a default when
       'guifont' not set  (Closes: #307158)
     - [f4ed8fc] [7.2.257] GTK 2.17: lots of assertion error messages (Closes:
       #545168)
   * [83583c3] Add Ubuntu's next release, lucid, to the Debian-related runtime
     files.
   * [87f3b00] update-runtime: Use -A option for git-add so deleted files
     are committed.
   * [60cbb45] Sync runtime files
     - Updated remind.vim syntax file. (Closes: #536770)
     - Fix typos in Japanese vimtutor. (Closes: #539577)
   * [96dca67] Move html docs from /u/s/d/vim-common/html to /u/s/d/vim-
     doc/html.
   * [9fec1cd] Use usr_toc.html for the usermanual Index page.
   * [fbacb18] Update README for patches 268 - 284
     - [76d3dad] [7.2.283] GTK: changing font doesn't keep the window maximized
       (Closes: #466088)
   * [6e51684] debsources.vim: Recognize rc-buggy (alias for experimental).
     (Closes: #553525)
Checksums-Sha1: 
 144aa818394877dca3eb1fa6b3f10ee05db78567 2349 vim_7.2.330-1ubuntu1.dsc
 afa31ffc3ad23dc907e7d4a641db5a8d4efe3be8 11020471 vim_7.2.330.orig.tar.gz
 7f800df557ee70c09fe562e30fcf7df3a3797636 200699 vim_7.2.330-1ubuntu1.diff.gz
Checksums-Sha256: 
 fbbb483b69fc504c519f9865e6458b8962ed595cf2457160fb2adc929b02707f 2349 vim_7.2.330-1ubuntu1.dsc
 2543b02fc53d22392c0e19c1df919af9a0ee066f140c30f4e8dced24bfc65ba1 11020471 vim_7.2.330.orig.tar.gz
 c84d612303b7150526b8a4b8976a0b2335684bd2e30c2b22b6723bf1b86c2bc4 200699 vim_7.2.330-1ubuntu1.diff.gz
Files: 
 93d008d3bd79c6d675c215a5d5775a6b 2349 editors optional vim_7.2.330-1ubuntu1.dsc
 e813eb11acf1a9d232ca6b88032020d2 11020471 editors optional vim_7.2.330.orig.tar.gz
 4832b0b68c11dc09c2e515982925396f 200699 editors optional vim_7.2.330-1ubuntu1.diff.gz
Original-Maintainer: Debian Vim Maintainers <pkg-vim-maintainers at lists.alioth.debian.org>

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.10 (GNU/Linux)
Comment: Colin Watson <cjwatson at debian.org> -- Debian developer

iQIVAwUBS5UxDjk1h9l9hlALAQhTcQ//eyH2OssT/wVMZL22GYDURUIa+AZQoC2W
mex2204hCCnhrAZaoYypXsK6Jzv/i3wCnpcF8V4lQ4oN9kRBgthHBq2iUIOe25Qk
4gVtQY4Bm0EFEgedpHTbcXIaRFoGaMR35t0cyHDLDnOn/GGiJ6dvQ8ksA+8GpA3E
8Jp7eHIdomy9/i2zxheIzzY+JQRli7X2MKgGR60NpXIn1e+4y3bvLDADAKvgFTne
Hpdtbb8bcKgk8P4RcHFicifyyMMpH9Mq1JdJrUgAZQFSyWZpoPGojrUuJnvsz/xw
BkuZn4C/sW76Pq3qzHZoFWRRwF+G9at14tdAO/sFgcsMplKvaZsMq0Fd/i615DMc
MkG6zji0L1zjYPgw/m8eHU0grOzRb46yn2eSM6SC95t3TXtqoaITcJUCggmRpPPa
jHoOS6LGUE5DEga8Kh4Xmh2Mqn0XScIa1xXp7VO5okltQqc6mF88P3aL+eYWjNdf
95NJkcFiKR72kG7FP63lUwtDpba3HC9ALDufnciCvCn4BsXW26s6e9WU+UmL6n0H
5AuibOu4aYxtBXn8SuZiDPrQHkN+EgqabEs4cW1NYc43zuJNP4rddiDSxXZMn/YG
2UgJ64QMVBYwHGA4AQ/NKDAEhlNic7dVQR2PHnzcHKg32184UHzCLcMqcgValLDc
U6Fr8BuXOgk=
=aWd+
-----END PGP SIGNATURE-----


More information about the Lucid-changes mailing list