[ubuntu/karmic] vim 2:7.2.245-2ubuntu1 (Accepted)
Bhavani Shankar
right2bhavi at gmail.com
Wed Aug 26 11:00:21 BST 2009
vim (2:7.2.245-2ubuntu1) karmic; urgency=low
* Merge from debian unstable, remaining changes: LP: #407038
- 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.
vim (2:7.2.245-2) unstable; urgency=low
* [5263ec7] Add Suggests: indent to vim-tiny since it will invoke indent
when the user tries to re-indent text without 'equalprg' set. (Closes:
#531647)
* [f24fadd] Restore previous behavior of Vim looking for its (g)vimrc in
$VIM for non vim-tiny packages. Only vim-tiny will look in /etc/vimrc.
vim (2:7.2.245-1) unstable; urgency=low
[ James Vega ]
* debian/rules:
- [b131ea4] Remove SHELL=/bin/bash (again) along with the bashisms
- [ac8c907] Build Vim to look for its (g)vimrc at /etc/vim/(g)vimrc, not
in $VIM. This allows Vim to find the files even if /usr isn't mounted,
in preparation for moving vim-tiny to /bin.
- [24ab3e8] Remove calls to dh_desktop since desktop files are now handled
by triggers.
- [67f3b5b] Only install the UTF-8 versions of the man pages (Closes:
#527744)
* Debian-related runtime files:
- [3071077] Remove gutsy as a valid distribution -- EOLed.
- [be3e3b7] Add avr32 as a valid architecture. (Closes: #528438)
- [1e21fa5] Fix the upload target highlighting so experimental isn't
flagged as an error. (Closes: #532027)
- [9ed9ffd] Syntax highlight X[SB]-Python-Version and
XSBC-Original-Maintainer. (Closes: #536657)
- [ab86bac] Properly highlight comments in multi-line fields in
debian/control.
* [ea1da8a] Update README for patches 149 - 191
* [f0b6a54] Update README for patches 192 - 196
* [6c7d809] Update README for patches 197 - 209
* [7489ef5] vim-variant.prerm: Cleanup of mis-handled alternatives is
no longer needed
* [7be3c83] vim-variant.postinst: Remove directory->symlink code from
Etch
* Lintian cleanups:
- [0be1067] debian/control: Remove Priority fields from binary package
stanzas if they're the same as the source package stanza.
- [bfba0d4] debian/control: Add version for debhelper Build-Depends
- [6fb245c] debian/control: Remove version for make Build-Depends
- [d62624b] debian/control: Drop make from Build-Depends since we the
version we were Build-Depending on is available in Lenny and it is a
build-essential package.
- [2fd98ed] Use “set -e” instead of passing -e on the shebang line for
maintainer scripts.
- [1759cb6] Fix hyphen-used-as-minus-sign in French man pages
- [a749e25] Fix hyphen-used-as-minus-sign/manpage-has-errors-from-man in
Russian man pages
- [b9533d9] Fix hyphen-used-as-minus-sign in English man pages
- [64aeabe] Fix manpage-has-errors-from-man in Polish man pages
- [7125002] Fix hyphen-used-as-minus-sign in Italian man page
- [4f9d282] Install upstream's README file which describes the patches
made since the last major upstream release as the upstream changelog.
* [fe81bdf] Restrict spell checking in matlab filetype to
strings/comments (Closes: #509123)
* [567c06a] Add debian/update-runtime script to automate syncing the latest
runtime files from upstream's ftp site.
* [6082754] Update README for patches 210 - 239
- [ef67fb5] [7.2.221] X cut_buffer0 text may be used in the wrong encoding
(Closes: #531372)
* [f8033cf] Sync runtime files from upstream's ftp
- Support automatically reading/writing lzma files (Closes: #535665)
* [8132670] Make NRead's behavior for HTTP consistent across backends. They
will all download source by default but some can be configured to download
rendered text. (Closes: #525422)
* [cb968f3] Update README for patches 240 - 245
* [e1e7abe] Sync runtime files from upstream's ftp
- Add LocalCommand keyword to sshconfig.vim (Closes: #536299)
[ Stefano Zacchiroli ]
* [5f48b8d] Removing myself from Uploaders list.
Date: Fri, 21 Aug 2009 20:07:37 +0530
Changed-By: Bhavani Shankar <right2bhavi at gmail.com>
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
Signed-By: Daniel Holbach <daniel.holbach at ubuntu.com>
https://launchpad.net/ubuntu/karmic/+source/vim/2:7.2.245-2ubuntu1
-------------- next part --------------
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Format: 1.8
Date: Fri, 21 Aug 2009 20:07:37 +0530
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.245-2ubuntu1
Distribution: karmic
Urgency: low
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
Changed-By: Bhavani Shankar <right2bhavi at gmail.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: 509123 525422 527744 528438 531372 531647 532027 535665 536299 536657
Changes:
vim (2:7.2.245-2ubuntu1) karmic; urgency=low
.
* Merge from debian unstable, remaining changes: LP: #407038
- 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.
.
vim (2:7.2.245-2) unstable; urgency=low
.
* [5263ec7] Add Suggests: indent to vim-tiny since it will invoke indent
when the user tries to re-indent text without 'equalprg' set. (Closes:
#531647)
* [f24fadd] Restore previous behavior of Vim looking for its (g)vimrc in
$VIM for non vim-tiny packages. Only vim-tiny will look in /etc/vimrc.
.
vim (2:7.2.245-1) unstable; urgency=low
.
[ James Vega ]
* debian/rules:
- [b131ea4] Remove SHELL=/bin/bash (again) along with the bashisms
- [ac8c907] Build Vim to look for its (g)vimrc at /etc/vim/(g)vimrc, not
in $VIM. This allows Vim to find the files even if /usr isn't mounted,
in preparation for moving vim-tiny to /bin.
- [24ab3e8] Remove calls to dh_desktop since desktop files are now handled
by triggers.
- [67f3b5b] Only install the UTF-8 versions of the man pages (Closes:
#527744)
* Debian-related runtime files:
- [3071077] Remove gutsy as a valid distribution -- EOLed.
- [be3e3b7] Add avr32 as a valid architecture. (Closes: #528438)
- [1e21fa5] Fix the upload target highlighting so experimental isn't
flagged as an error. (Closes: #532027)
- [9ed9ffd] Syntax highlight X[SB]-Python-Version and
XSBC-Original-Maintainer. (Closes: #536657)
- [ab86bac] Properly highlight comments in multi-line fields in
debian/control.
* [ea1da8a] Update README for patches 149 - 191
* [f0b6a54] Update README for patches 192 - 196
* [6c7d809] Update README for patches 197 - 209
* [7489ef5] vim-variant.prerm: Cleanup of mis-handled alternatives is
no longer needed
* [7be3c83] vim-variant.postinst: Remove directory->symlink code from
Etch
* Lintian cleanups:
- [0be1067] debian/control: Remove Priority fields from binary package
stanzas if they're the same as the source package stanza.
- [bfba0d4] debian/control: Add version for debhelper Build-Depends
- [6fb245c] debian/control: Remove version for make Build-Depends
- [d62624b] debian/control: Drop make from Build-Depends since we the
version we were Build-Depending on is available in Lenny and it is a
build-essential package.
- [2fd98ed] Use “set -e” instead of passing -e on the shebang line for
maintainer scripts.
- [1759cb6] Fix hyphen-used-as-minus-sign in French man pages
- [a749e25] Fix hyphen-used-as-minus-sign/manpage-has-errors-from-man in
Russian man pages
- [b9533d9] Fix hyphen-used-as-minus-sign in English man pages
- [64aeabe] Fix manpage-has-errors-from-man in Polish man pages
- [7125002] Fix hyphen-used-as-minus-sign in Italian man page
- [4f9d282] Install upstream's README file which describes the patches
made since the last major upstream release as the upstream changelog.
* [fe81bdf] Restrict spell checking in matlab filetype to
strings/comments (Closes: #509123)
* [567c06a] Add debian/update-runtime script to automate syncing the latest
runtime files from upstream's ftp site.
* [6082754] Update README for patches 210 - 239
- [ef67fb5] [7.2.221] X cut_buffer0 text may be used in the wrong encoding
(Closes: #531372)
* [f8033cf] Sync runtime files from upstream's ftp
- Support automatically reading/writing lzma files (Closes: #535665)
* [8132670] Make NRead's behavior for HTTP consistent across backends. They
will all download source by default but some can be configured to download
rendered text. (Closes: #525422)
* [cb968f3] Update README for patches 240 - 245
* [e1e7abe] Sync runtime files from upstream's ftp
- Add LocalCommand keyword to sshconfig.vim (Closes: #536299)
.
[ Stefano Zacchiroli ]
* [5f48b8d] Removing myself from Uploaders list.
Checksums-Sha1:
f25ad89af7e373adf0cba5341219dd095f999b7c 1677 vim_7.2.245-2ubuntu1.dsc
c92ee6122252993e38ac3d384e81ecf2cce1ec2d 10980255 vim_7.2.245.orig.tar.gz
6c89101c233872aee11e5c59f63e62af77e3e8e8 208593 vim_7.2.245-2ubuntu1.diff.gz
Checksums-Sha256:
4bac1beb5dbc7198f6b20bf7a9e298ee03571614b02dcfe21572b04bf4640ca9 1677 vim_7.2.245-2ubuntu1.dsc
0bfab5452d3232c15b69344a66b1c82be86ea1f18cf71106e90eee3b75ffea1d 10980255 vim_7.2.245.orig.tar.gz
5ef48ff521c375a0b02d823e3036e0bbcd21a89d6cb639d3fdb3af9cda502a3c 208593 vim_7.2.245-2ubuntu1.diff.gz
Files:
777a72607506047294c56ee70eb78228 1677 editors optional vim_7.2.245-2ubuntu1.dsc
bf45a3070a30c7aab1cd70d19d7ced3c 10980255 editors optional vim_7.2.245.orig.tar.gz
67e673427acb071ada315e29d7ca872c 208593 editors optional vim_7.2.245-2ubuntu1.diff.gz
Launchpad-Bugs-Fixed: 407038
Original-Maintainer: Debian VIM Maintainers <pkg-vim-maintainers at lists.alioth.debian.org>
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (GNU/Linux)
iEYEARECAAYFAkqVADIACgkQRjrlnQWd1evdOgCggUFeQaP369K9mLnQMhaS4/ev
wWQAnRWMHGB3yNjNgS6GybeFA1tNb7uN
=wued
-----END PGP SIGNATURE-----
More information about the Karmic-changes
mailing list