[ubuntu/natty] vim 2:7.3.035+hg~8fdc12103333-1ubuntu1 (Accepted)
Michael Bienia
geser at ubuntu.com
Wed Nov 24 15:15:34 GMT 2010
vim (2:7.3.035+hg~8fdc12103333-1ubuntu1) natty; urgency=low
* Merge with Debian unstable (lp: #662276):
- Use case-insensitive matching for month and day of week names in
crontab's syntax file (lp: #517019 aka Debian bug #568378).
- Fix sqlcomplete's <Left>/<Right> maps so they don't interfere with
normal usage (lp: #584797 aka Debian bug #560083).
- [7.2.386] KDE 3.1 focus hack causes problems for other window managers
(lp: #535341).
* Remaining changes:
- debian/control:
+ Drop vim-lesstif package and lesstif2-dev build-dependency.
+ Rename Vcs-* to XS-Debian-Vcs-*.
- debian/rules:
+ Don't build the vim-lesstif variant in Ubuntu.
- 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.
vim (2:7.3.035+hg~8fdc12103333-1) unstable; urgency=low
* Pull patches 001 - 035.
+ More robust YAML highlighting. (Closes: #535682)
* debian/rules:
+ Stop overriding CFLAGS on the command-line when invoking make. Upstream
enforces an upper-limit of 1 for _FORTIFY_SOURCE due to the use of
flexible arrays in nested structs, which improperly cause Vim to crash
with _FORTIFY_SOURCE=2.
+ Use DEB_HOST_ARCH_OS instead of DEB_HOST_GNU_SYSTEM to determine whether
Linux-specific functionality is enabled.
+ Use dpkg-vendor to change build configuration when building on Ubuntu.
Thanks to Michael Bienia for the patch.
* Make helpztags capable of generating tags files for non-English help
files. (Closes: #600248)
* Debian runtime:
+ Add natty as a recognized distribution. (Closes: #600560)
+ Add metapackages as a recognized section. (Closes: #600562)
+ Remove etch as a recognized distribution.
* debian/control: Add dpkg-dev (>= 1.15.1) Build-Depends for dpkg-vendor.
vim (2:7.3.000+hg~ee53a39d5896-1) unstable; urgency=low
* New upstream release.
* debian/rules:
+ Explicitly use the dynamic loading Python interfaces.
+ Remove cleanup from clean target which are now properly handled by
upstream's Makefile.
* Update version information in documentation.
vim (2:7.3f.20100812+hg~20e83abf88b1-1) experimental; urgency=low
* Merge latest 7.3f pre-release.
+ Correctly restore multi-byte terminal titles when exiting Vim. (Closes:
#558153)
+ Highlight text inside math zones correctly for tex files. (Closes:
#509908)
+ Recognize nested cite regions in tex files. (Closes: #444288)
+ Support syntax highlighting of bash's $"". (Closes: #473736)
* Patches merged upstream:
+ perl-indent-block.patch
+ logcheck-ftplugin.patch
+ tex-syntax-verbatim-spell.patch
* Enable Lua scripting.
+ Add liblua5.1-0-dev and lua5.1 to Build-Depends.
+ Enable lua interface via dynamic loading.
* Switch Perl interface to dynamic loading.
* debian/rules: Prefer running tests with the vim-nox binary if it's
available.
* Bump Standards-Version to 3.9.1.0 -- no changes needed.
vim (2:7.3b.20100720+hg~7b7508ee56f1-1) experimental; urgency=low
* Merge 7.3b pre-release.
+ Don't run autocommands when being killed to avoid overrunning the stack.
(Closes: #580961)
+ Detect when the recovered buffer matches the on-disk file and notify the
user. (Closes: #89359)
+ Update CMake runtime files. (Closes: #463715)
+ Correctly set timestamp for X selection transfers. (Closes: #577035)
+ Improve 'cindent's handling of javascript. (Closes: #588875)
+ Correctly displays characters inserted via digraph sequences which wrap
to a new line. (Closes: #442184)
* Patches merged upstream:
+ it-manpage-fixes.patch
+ lang-breaks-floating-point.patch
+ python-modlibs.patch:
- Remove autoconf Build-Depends as configure.in isn't being patched
anymore.
- Remove autoconf-stamp pre-requisite for configure-stamp-% target.
* Update debian/rules to handle the snapshot versioning.
* Enable Python3 language interface.
+ Add python3-dev to Build-Depends.
+ Pass --enable-python3interp to configure when building variants with
language interfaces enabled.
vim (2:7.2.445+hg~cb94c42c0e1a-1) unstable; urgency=low
* debian/control:
+ Use Breaks instead of Conflicts for the gvimtutor move.
+ Use linux-any wildcards for linux-specific Build-Depends. (Closes:
#587866)
+ Bump Standards-Version to 3.9.0.0.
* Pull patches 439 - 445.
* runtime/ftplugin/debchangelog.vim: Use “silent!” to avoid errors when
disabling the menu. Thanks to Jan Christoph Ebersbach for the patch.
vim (2:7.2.438+hg~d44112feb815-5) unstable; urgency=low
* Rework the diversion handling again.
+ vim-runtime.preinst: Add diversion on major version upgrades.
+ vim-runtime.postrm: Remove old diversion on major version upgrades.
+ vim-runtime Breaks vim-tiny less than the current source version.
vim (2:7.2.438+hg~d44112feb815-4) unstable; urgency=low
* vim-runtime.preinst: Use the right function name for removing diversions
when upgrading across major versions.
vim (2:7.2.438+hg~d44112feb815-3) unstable; urgency=low
* vim-runtime.preinst:
+ Remove code handling the Etch->Lenny diversion fixup.
+ Add handling of diversions when upgrading across major versions.
* vim-runtime.postrm: Remove diversions on abort-install and disappear.
* Move gvimtutor to vim-gui-common from vim-runtime. (LP: #484851)
* debian/control: Remove versioned relationships which are satisified in
Lenny.
vim (2:7.2.438+hg~d44112feb815-2) unstable; urgency=low
* Fix FTBFS with parallel builds and using the autoconf target to update the
configure script.
vim (2:7.2.438+hg~d44112feb815-1) unstable; urgency=low
* Pull patches 437 - 438.
+ 7.2.438: Fix crash when running “vim -r”. (Closes: #583122)
* Cherry-pick upstream/lang-breaks-floating-point.patch from upstream to
prevent floating point functionality from breaking when the :lang command
is issued. (Closes: #582421)
* Fix building against Debian's Python 2.6 package. (Closes: #566842)
+ Cherry-pick upstream/python-modlibs.patch from upstream.
+ debian/control: Add autoconf to Build-Depends.
+ debian/rules: Re-generate configure at build time and remove on clean.
vim (2:7.2.436+hg~e12b9d992389-1) unstable; urgency=low
* Pull patches 331 - 436.
+ 7.2.367: Make xxd follow documented behavior when using “-r -p”.
(Closes: #567041)
+ 7.2.405: Re-enable default value for IncSearch to allow highlighting of
matched text when using :substitute's c flag. (Closes: #572994)
+ 7.2.413: Largefile support for all Vim packages. (LP: #128494)
+ 7.2.426: Require literal commas be escaped in 'langmap'. (Fixes
#233008, obviating upstream/langmap-comma-parsing.patch)
+ 7.2.429: Specifically check for ENOENT to decide a file doesn't exist.
Also fixes the check for EFBIG/EOVERFLOW. (Closes: #430205, #139510)
+ Updated runtime files:
- Fix sqlcomplete's <Left>/<Right> maps so they don't interfere with
normal usage. (Closes: #560083)
- Recognize Perl 5.10's “state” keyword. (Closes: #499644)
- Handle a wider variety of quoting operators in Perl. (Closes:
#561080)
* debian/control:
+ Update Vcs-* to point to the Mercurial repository.
+ Bump Standards-Version to 3.8.4, no changes needed.
* vim-policy: Update links to package descriptions and repository.
* Reword presubj to provide a few methods for narrowing down the bug's
cause.
* debian/rules:
+ Specify STRIP=: when running upstream's install targets to prevent
upstream's automatic stripping.
+ Pass the --with-modified-by to the Debian Vim maintainers list.
+ Remove git helper targets.
+ Remove get-orig-source target and related variables, since we're just
using the upstream Mercurial repository.
* debian/source/format: Switch to “3.0 (quilt)”.
* debian/README.source: Update description according to the change to
Mercurial and use of “3.0 (quilt)” source format.
* runtime/ftplugin/debchangelog.vim: Update completion of Ubuntu bugs based
on a patch from Michael Bienia. (Closes: #566841)
* runtime/syntax/{debchangelog,debsources}.vim: Remove intrepid and add
maverick to the set of Ubuntu releases.
* Use case-insensitive matching for month and day of week names in crontab's
syntax file. Thanks to Chris Butler for the patch. (Closes: #568378)
Date: Mon, 25 Oct 2010 10:55:05 +0200
Changed-By: Michael Bienia <geser 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/natty/+source/vim/2:7.3.035+hg~8fdc12103333-1ubuntu1
-------------- next part --------------
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256
Format: 1.8
Date: Mon, 25 Oct 2010 10:55:05 +0200
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.3.035+hg~8fdc12103333-1ubuntu1
Distribution: natty
Urgency: low
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
Changed-By: Michael Bienia <geser 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: 89359 139510 430205 442184 444288 463715 473736 499644 509908 535682 558153 560083 561080 566841 566842 567041 568378 572994 577035 580961 582421 583122 587866 588875 600248 600560 600562
Launchpad-Bugs-Fixed: 128494 484851 517019 535341 584797 662276
Changes:
vim (2:7.3.035+hg~8fdc12103333-1ubuntu1) natty; urgency=low
.
* Merge with Debian unstable (lp: #662276):
- Use case-insensitive matching for month and day of week names in
crontab's syntax file (lp: #517019 aka Debian bug #568378).
- Fix sqlcomplete's <Left>/<Right> maps so they don't interfere with
normal usage (lp: #584797 aka Debian bug #560083).
- [7.2.386] KDE 3.1 focus hack causes problems for other window managers
(lp: #535341).
* Remaining changes:
- debian/control:
+ Drop vim-lesstif package and lesstif2-dev build-dependency.
+ Rename Vcs-* to XS-Debian-Vcs-*.
- debian/rules:
+ Don't build the vim-lesstif variant in Ubuntu.
- 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.
.
vim (2:7.3.035+hg~8fdc12103333-1) unstable; urgency=low
.
* Pull patches 001 - 035.
+ More robust YAML highlighting. (Closes: #535682)
* debian/rules:
+ Stop overriding CFLAGS on the command-line when invoking make. Upstream
enforces an upper-limit of 1 for _FORTIFY_SOURCE due to the use of
flexible arrays in nested structs, which improperly cause Vim to crash
with _FORTIFY_SOURCE=2.
+ Use DEB_HOST_ARCH_OS instead of DEB_HOST_GNU_SYSTEM to determine whether
Linux-specific functionality is enabled.
+ Use dpkg-vendor to change build configuration when building on Ubuntu.
Thanks to Michael Bienia for the patch.
* Make helpztags capable of generating tags files for non-English help
files. (Closes: #600248)
* Debian runtime:
+ Add natty as a recognized distribution. (Closes: #600560)
+ Add metapackages as a recognized section. (Closes: #600562)
+ Remove etch as a recognized distribution.
* debian/control: Add dpkg-dev (>= 1.15.1) Build-Depends for dpkg-vendor.
.
vim (2:7.3.000+hg~ee53a39d5896-1) unstable; urgency=low
.
* New upstream release.
* debian/rules:
+ Explicitly use the dynamic loading Python interfaces.
+ Remove cleanup from clean target which are now properly handled by
upstream's Makefile.
* Update version information in documentation.
.
vim (2:7.3f.20100812+hg~20e83abf88b1-1) experimental; urgency=low
.
* Merge latest 7.3f pre-release.
+ Correctly restore multi-byte terminal titles when exiting Vim. (Closes:
#558153)
+ Highlight text inside math zones correctly for tex files. (Closes:
#509908)
+ Recognize nested cite regions in tex files. (Closes: #444288)
+ Support syntax highlighting of bash's $"". (Closes: #473736)
* Patches merged upstream:
+ perl-indent-block.patch
+ logcheck-ftplugin.patch
+ tex-syntax-verbatim-spell.patch
* Enable Lua scripting.
+ Add liblua5.1-0-dev and lua5.1 to Build-Depends.
+ Enable lua interface via dynamic loading.
* Switch Perl interface to dynamic loading.
* debian/rules: Prefer running tests with the vim-nox binary if it's
available.
* Bump Standards-Version to 3.9.1.0 -- no changes needed.
.
vim (2:7.3b.20100720+hg~7b7508ee56f1-1) experimental; urgency=low
.
* Merge 7.3b pre-release.
+ Don't run autocommands when being killed to avoid overrunning the stack.
(Closes: #580961)
+ Detect when the recovered buffer matches the on-disk file and notify the
user. (Closes: #89359)
+ Update CMake runtime files. (Closes: #463715)
+ Correctly set timestamp for X selection transfers. (Closes: #577035)
+ Improve 'cindent's handling of javascript. (Closes: #588875)
+ Correctly displays characters inserted via digraph sequences which wrap
to a new line. (Closes: #442184)
* Patches merged upstream:
+ it-manpage-fixes.patch
+ lang-breaks-floating-point.patch
+ python-modlibs.patch:
- Remove autoconf Build-Depends as configure.in isn't being patched
anymore.
- Remove autoconf-stamp pre-requisite for configure-stamp-% target.
* Update debian/rules to handle the snapshot versioning.
* Enable Python3 language interface.
+ Add python3-dev to Build-Depends.
+ Pass --enable-python3interp to configure when building variants with
language interfaces enabled.
.
vim (2:7.2.445+hg~cb94c42c0e1a-1) unstable; urgency=low
.
* debian/control:
+ Use Breaks instead of Conflicts for the gvimtutor move.
+ Use linux-any wildcards for linux-specific Build-Depends. (Closes:
#587866)
+ Bump Standards-Version to 3.9.0.0.
* Pull patches 439 - 445.
* runtime/ftplugin/debchangelog.vim: Use “silent!” to avoid errors when
disabling the menu. Thanks to Jan Christoph Ebersbach for the patch.
.
vim (2:7.2.438+hg~d44112feb815-5) unstable; urgency=low
.
* Rework the diversion handling again.
+ vim-runtime.preinst: Add diversion on major version upgrades.
+ vim-runtime.postrm: Remove old diversion on major version upgrades.
+ vim-runtime Breaks vim-tiny less than the current source version.
.
vim (2:7.2.438+hg~d44112feb815-4) unstable; urgency=low
.
* vim-runtime.preinst: Use the right function name for removing diversions
when upgrading across major versions.
.
vim (2:7.2.438+hg~d44112feb815-3) unstable; urgency=low
.
* vim-runtime.preinst:
+ Remove code handling the Etch->Lenny diversion fixup.
+ Add handling of diversions when upgrading across major versions.
* vim-runtime.postrm: Remove diversions on abort-install and disappear.
* Move gvimtutor to vim-gui-common from vim-runtime. (LP: #484851)
* debian/control: Remove versioned relationships which are satisified in
Lenny.
.
vim (2:7.2.438+hg~d44112feb815-2) unstable; urgency=low
.
* Fix FTBFS with parallel builds and using the autoconf target to update the
configure script.
.
vim (2:7.2.438+hg~d44112feb815-1) unstable; urgency=low
.
* Pull patches 437 - 438.
+ 7.2.438: Fix crash when running “vim -r”. (Closes: #583122)
* Cherry-pick upstream/lang-breaks-floating-point.patch from upstream to
prevent floating point functionality from breaking when the :lang command
is issued. (Closes: #582421)
* Fix building against Debian's Python 2.6 package. (Closes: #566842)
+ Cherry-pick upstream/python-modlibs.patch from upstream.
+ debian/control: Add autoconf to Build-Depends.
+ debian/rules: Re-generate configure at build time and remove on clean.
.
vim (2:7.2.436+hg~e12b9d992389-1) unstable; urgency=low
.
* Pull patches 331 - 436.
+ 7.2.367: Make xxd follow documented behavior when using “-r -p”.
(Closes: #567041)
+ 7.2.405: Re-enable default value for IncSearch to allow highlighting of
matched text when using :substitute's c flag. (Closes: #572994)
+ 7.2.413: Largefile support for all Vim packages. (LP: #128494)
+ 7.2.426: Require literal commas be escaped in 'langmap'. (Fixes
#233008, obviating upstream/langmap-comma-parsing.patch)
+ 7.2.429: Specifically check for ENOENT to decide a file doesn't exist.
Also fixes the check for EFBIG/EOVERFLOW. (Closes: #430205, #139510)
+ Updated runtime files:
- Fix sqlcomplete's <Left>/<Right> maps so they don't interfere with
normal usage. (Closes: #560083)
- Recognize Perl 5.10's “state” keyword. (Closes: #499644)
- Handle a wider variety of quoting operators in Perl. (Closes:
#561080)
* debian/control:
+ Update Vcs-* to point to the Mercurial repository.
+ Bump Standards-Version to 3.8.4, no changes needed.
* vim-policy: Update links to package descriptions and repository.
* Reword presubj to provide a few methods for narrowing down the bug's
cause.
* debian/rules:
+ Specify STRIP=: when running upstream's install targets to prevent
upstream's automatic stripping.
+ Pass the --with-modified-by to the Debian Vim maintainers list.
+ Remove git helper targets.
+ Remove get-orig-source target and related variables, since we're just
using the upstream Mercurial repository.
* debian/source/format: Switch to “3.0 (quilt)”.
* debian/README.source: Update description according to the change to
Mercurial and use of “3.0 (quilt)” source format.
* runtime/ftplugin/debchangelog.vim: Update completion of Ubuntu bugs based
on a patch from Michael Bienia. (Closes: #566841)
* runtime/syntax/{debchangelog,debsources}.vim: Remove intrepid and add
maverick to the set of Ubuntu releases.
* Use case-insensitive matching for month and day of week names in crontab's
syntax file. Thanks to Chris Butler for the patch. (Closes: #568378)
Checksums-Sha1:
8ff1562b013652c807e64e677eaba1a09aa46e6a 2493 vim_7.3.035+hg~8fdc12103333-1ubuntu1.dsc
f6d5ba0878170ef19f9608364addb90f4dfa2ff3 10926158 vim_7.3.035+hg~8fdc12103333.orig.tar.gz
a025daa9079c4022b68905b179eaad1fd002691c 198520 vim_7.3.035+hg~8fdc12103333-1ubuntu1.debian.tar.gz
Checksums-Sha256:
e67795a021c26d284363786490d401c5d5acd721daa5331aabbd1feb252135fd 2493 vim_7.3.035+hg~8fdc12103333-1ubuntu1.dsc
f0f2f8f571569638009496199d862682ef22dfe764d283771925e0a76d50c1ee 10926158 vim_7.3.035+hg~8fdc12103333.orig.tar.gz
af64c718c52484552564f2f42fb56801d32e9587e76fd0c11e752c6fdfb8d423 198520 vim_7.3.035+hg~8fdc12103333-1ubuntu1.debian.tar.gz
Files:
41b9bebdb1747cd233642d279d02319f 2493 editors optional vim_7.3.035+hg~8fdc12103333-1ubuntu1.dsc
37bb323637d25512ef6cdb4ca6f608cd 10926158 editors optional vim_7.3.035+hg~8fdc12103333.orig.tar.gz
81aec648f70cc88f4257d6dc0b8eabb6 198520 editors optional vim_7.3.035+hg~8fdc12103333-1ubuntu1.debian.tar.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
iQIVAwUBTO0qmTk1h9l9hlALAQgTGg/+JokMwPfIn2neMDPj2KZtC8rXFt3LipBZ
PbadprTs3Hmwk/PwBlLPoO55trbv5/gTVmLb5oaZsCK0jUInOTMgQWdJE7GIbyC2
0cSKCXedYuF9q8bKgtHIYqzYVoLr35C5jNy19++fGbOln9NESOzjQ+SENGhGHb3U
x9DJKdrc5xbfboaEfmzMeQRt60INpaHpl2rp18+tU4wCPNYwIln7ghj8R5iK/xog
frMq1fF2nMSJqjn/vqhAlzxMmj6A6NljMgTBPwjxEukxm+umbhT9bQfYcj5B/sr4
AzfK3NvFHQxsR1n3Mke/gtAnRqc9U9ceAylAFrZspsdH09Eyz0uW3Ks3CC06JmY5
f7F6+Xasm9Fb1Vi+u27Gdm31RpuWRy8uLT2VbxrCdgqMtwrUc/HNKZSoKOsN3hdG
j1U2gJ0JGgPCAdfY+0aKre2gS8r5JqCo4Gx/GSdlJq+9y3SdxgqpyUIgLOPb0ObR
c2M3wAftpg4CCWaRowWksRG9eu49foKDXBQoEXwncviBvZ3+HcoEjuLuZnUc1Axe
EuvfDZChSFsL4Js3wqmw8G3z6zIpPKdsgMjbqhFaUt13QUtGJfundVKoNnt6NJyA
h4JLTKT52EDKNuLBZweSDvgP3GIl0+GNTXLfRc67308DS5shzI/rLASubcwwg9xi
BKMCowZatR0=
=ZuF6
-----END PGP SIGNATURE-----
More information about the Natty-changes
mailing list