[ubuntu/oneiric] vim 2:7.3.154+hg~74503f6ee649-2ubuntu1 (Accepted)
Michael Bienia
geser at ubuntu.com
Wed May 4 10:05:22 UTC 2011
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.
Date: Sat, 30 Apr 2011 17:21:30 +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/oneiric/+source/vim/2:7.3.154+hg~74503f6ee649-2ubuntu1
-------------- next part --------------
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256
Format: 1.8
Date: Sat, 30 Apr 2011 17:21:30 +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.154+hg~74503f6ee649-2ubuntu1
Distribution: oneiric
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-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: 600688 606947 608242 608390 608420 611573 614336 621098 621798
Launchpad-Bugs-Fixed: 740842 774233
Changes:
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.
Checksums-Sha1:
73462cd1d0bf1f8eaf19448bf2f46986746800f1 2507 vim_7.3.154+hg~74503f6ee649-2ubuntu1.dsc
dd431aa1f6f6fd8501349fd6c645c18ead15c41f 10986460 vim_7.3.154+hg~74503f6ee649.orig.tar.gz
bad58d9ef574aafb0aa403089396a3b6e475b4d8 200935 vim_7.3.154+hg~74503f6ee649-2ubuntu1.debian.tar.gz
Checksums-Sha256:
ce5cbca8b1ed2f08ae7d308c5d88b724fd6eeeabe5ef9a6e77fedc6af88b6a61 2507 vim_7.3.154+hg~74503f6ee649-2ubuntu1.dsc
56756dc3ab72c0dc37897038cc387dd6d912a1dda06628a7cf7f99b42916948a 10986460 vim_7.3.154+hg~74503f6ee649.orig.tar.gz
b350b5ffe27948a46fdcc7b777637a0ce5d59ec38d9bdb66ac0d2b64eaf847fc 200935 vim_7.3.154+hg~74503f6ee649-2ubuntu1.debian.tar.gz
Files:
e68177200e5abc6ce91f6262beb0259f 2507 editors optional vim_7.3.154+hg~74503f6ee649-2ubuntu1.dsc
e7cdd3192e7a90687e7b8f49b05061b9 10986460 editors optional vim_7.3.154+hg~74503f6ee649.orig.tar.gz
0dcc79b4b8578ac513598013644ab470 200935 editors optional vim_7.3.154+hg~74503f6ee649-2ubuntu1.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)
Comment: Colin Watson <cjwatson at debian.org> -- Debian developer
iQIVAwUBTcEjSDk1h9l9hlALAQjwFBAArsxh8TmwGlJU6tZL+uTIETsSr7voRJ56
c62mtHbZlOjekJdbxG9aZ15cF/I+6e3Vja503yGnreNN+uFIvgohXxnDSwVXKilC
Dx8uLdChgeM+0omFf7jgPNzgnmYvdB80yYwiyydG6kFD4QrQxkijilkJKsyeCnQM
d0Lh2Omh4L3t+SDkPvsvUBUcOBz5A8xyltgv+vfkKNkH0CBCQxuuJuXt0LCRsMYg
5eT/mT7GKf99zrf4mG/0YuLfGx/ysI1WJc9CtcCmmlW7OIjQST6uhvBsvKF2jXek
rVYczZfk+aHZ2EyVa1ubr7yMdwNI3IbBGWGdPEuvsc8Y3FptC3OEmqjtA4WT35K5
g8Vy+CAYiGHtxGffpKcxWsb9Mw9Us961xj3g/V7mCOn73BrjZn9cLqGFFvQ8P+MU
npvmTmoaU1SP8cwaCIXuRWLv6m+YlA0MpiZJq1yLDwFsLcOZqiTVo+BaudLzNBws
92bETE+EqQNgEizwN5jcszsX1PuG1mWDg2a9hcVM4EP4WR0q3/pHnPB0g9i3Hcwt
1XM2Ymhy+k7pIseDevFZEhoDVdwd/lfPbe/Xq5cDyPWjskcXvGOSN9rwm3dNnczK
XvL9/tv/DSQt5FlvUJRz/jSlMT2/BdHTz+XLOlRk60p27RypYD+biZq3VYqfvccZ
i2CIMdgT0Vo=
=mt5/
-----END PGP SIGNATURE-----
More information about the Oneiric-changes
mailing list