-
vim (2:7.3.154+hg~74503f6ee649-2ubuntu3.1) oneiric-proposed; urgency=low
* debian/patches/debian/gtk-fork.patch: Opening a window before forking
causes problems for GTK (LP: #856779)
-- Rex Tsai () <email address hidden> Fri, 13 Jan 2012 20:14:24 +0800
-
vim (2:7.3.154+hg~74503f6ee649-2ubuntu3) oneiric; urgency=low
* Update patch debian/ubuntu-version to list new "precise" dist/series in
debchangelog and debsources.vim.
-- Loic Minier <email address hidden> Thu, 06 Oct 2011 12:03:26 +0200
-
vim (2:7.3.154+hg~74503f6ee649-2ubuntu2) oneiric; urgency=low
* No-change rebuild with perl 5.12 (lp: #778053)
-- Michael Bienia <email address hidden> Thu, 05 May 2011 20:38:12 +0200
-
vim (2:7.3.154+hg~74503f6ee649-2ubuntu1) oneiric; urgency=low
* Merge with Debian unstable (lp: #774233)
* 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: drop jaunty and karmic, add oneiric.
* debian/gvim.desktop:
Drop path and extension from the Icon filename to allow themes to change
the icon (lp: #740842).
vim (2:7.3.154+hg~74503f6ee649-2) unstable; urgency=low
* Remove upstream/Makefile-parallel.patch as many parallel invocations of
upstream's Makefile may result in multiple instances of cp trying to
exclusively open src/auto/config.mk.
* debian/rules: Add a src/auto/config.mk target which all configure-*
targets have as a pre-requisite.
vim (2:7.3.154+hg~74503f6ee649-1) unstable; urgency=low
* Pull patches 036 - 154. (Closes: #608390)
+ 7.3.042: Clear the spell checking info only when clearing the options
for a buffer. (Closes: #600688)
+ 7.3.088: Fix a sporadic crash when using Ruby bindings. (Closes:
#614336)
+ 7.3.091: Don't write special K_IGNORE codes when recording a Vim
session. (Closes: #608242)
* debian/watch: Adjust dversionmangle to handle the hg naming.
* Add upstream/es.po-recover.patch, which corrects the translation of the
swap file recovery prompt. Thanks to Vicente Couce Díaz for the patch.
(Closes: #606947)
* debian/rules:
+ Remove -Wl,--as-needed since upstream now uses that when available.
+ Disable dynamic loading of language bindings until a more robust method
of handling their dependencies is determined. (Closes: #611573)
* Remove vim-lesstif package in favor of the new vim-athena package.
* Add upstream/pythoncomplete-autoload-init.patch, which ensures PyParser's
parserline variable is initialized. Thanks to John Eikenberry for the
patch. (Closes: #608420)
* Bump debhelper compatibility to 7.
+ Use dh_prep instead of dh_clean -k.
+ Bump debhelper Build-Depends to >= 7.
* debian.vim: Remove BufRead autocmd which was incorrectly setting
filetype=mail for reportbug.conf. Reportbug's temp files are always
reportbug-*. (Closes: #621798)
* Add upstream/debcontrol-syntax-multiarch.patch, which adds syntax
highlighting of Multi-Arch fields in debian/control. Thanks to Thomas
Preud'homme for the patch. (Closes: #621098)
* debian/control:
+ Remove python3-dev Build-Depends since python3interp can only be enabled
if dynamically loading the language binding libraries.
+ Change ruby Build-Depends to ruby1.8 since the unversioned packages are
going away.
* Add upstream/Makefile-parallel.patch, which adds the "shadow" target to
the top-level Makefile so src/config.mk.dist is properly copied to
src/auto/config.mk before invoking src/Makefile. This fixes parallel
builds since config.mk.dist was introduced.
+ Update Lintian overrides for the consistent path names in 2.5.0.
-- Michael Bienia <email address hidden> Sat, 30 Apr 2011 17:21:30 +0200
-
vim (2:7.3.035+hg~8fdc12103333-1ubuntu7) natty; urgency=low
* Updated upstream/debian-runtime.patch to includes Multi-Arch field.
-- Kees Cook <email address hidden> Wed, 23 Mar 2011 22:45:53 -0700