vim 1:7.0-164+1ubuntu6~edgy1 source package in Ubuntu
Changelog
vim (1:7.0-164+1ubuntu6~edgy1) edgy-backports; urgency=low * Automated backport upload; no source changes. vim (1:7.0-164+1ubuntu6) feisty; urgency=low * Ubuntu-specific Maintainer field (really, this time saving the control file before building the package). vim (1:7.0-164+1ubuntu5) feisty; urgency=low * Re-upload with .orig.tar.gz as intended, and bump version number. * Ubuntu-specific Maintainer field. vim (1:7.0-164+1ubuntu4) feisty; urgency=low * Include /usr/share/man/ru.{KOI8-R,UTF-8}{,/man1} in the vim-common package which will help with some upgrade problems (LP #84906). These directories should be retained until at least the first Ubuntu LTS release after 6.06, to smooth upgrades from Dapper. vim (1:7.0-164+1ubuntu3) feisty; urgency=low * Use bzip2 compression for vim-runtime, saving about 1MB of .deb size. vim (1:7.0-164+1ubuntu2) feisty; urgency=low * Rebuild for python2.5 as the default python version. vim (1:7.0-164+1ubuntu1) feisty; urgency=low * Resynchronise with Debian. Remaining changes: + debian/runtime/debian.vim.in: - disable autoindent and backup files + patches/900_debcontrol.vim.diff: - add restricted, universe, multiverse, and metapackages to allowed sections + patches/901_debchangelog.vim.diff: - add breezy, dapper, edgy, feisty, *-proposed, *-updates, *-security, *-backports, and dapper-commercial to allowed distributions + patches/add-ubuntu-sources.diff: - add restricted, universe, multiverse to allowed sections - add dapper, edgy, feisty, *-proposed, *-updtaes, *-security, and *-backports to allowed distributions + patches/cindent-fix.patch: - added again + debian/control: - drop lesstif2-dev from Build-Depends - drop vim-lesstif package - add libxt-dev to Build-Depends to fix build + debian/rules: - enable pythoninterpreter on basic builds - skip -lesstif and -full variants - remove references to vim-full package - create a .pot file for translations + debian/gvim.desktop: - add NoDisplay=true vim (1:7.0-164+1) unstable; urgency=low [ Debian Vim Maintainers ] * New upstream patches (159 - 164), see README.gz for details. [ James Vega ] * Shipped tags file was being regenerated (closes: #397837) - Do not pre-generate tags file, vim-runtime's postinst is already handling tag generation - Remove tags file in vim-runtime's postrm * Add Provides: editor to the gvim variants. (closes: #398572) * Remove the empty vim-variant.postrm. * Move the Russian KOI8-R man pages to /usr/share/man/ru/man1 and remove the utf8 man pages. man will handle the conversion. (closes: #368754) vim (1:7.0-158+1) unstable; urgency=medium [ Debian Vim Maintainers ] * New upstream patches (153 - 158), see README.gz for details. - Do not let the fold level become negative. (closes: #395413) * Urgency medium since #396934 affects other packages. [ James Vega ] * Add vim-runtime.postinst which runs helpztags so that we don't break the help for other Vim addons everytime vim-runtime is upgraded. (closes: #396934) * Update the vim-basic install target in debian/rules to not rely on the vimcurrent symlink before it has been setup. vim (1:7.0-152+1) unstable; urgency=low [ Debian Vim Maintainers ] * New upstream patches (123 - 152), see README.gz for details. - Correct the button order in the GTK+ file chooser dialog so that it matches the GNOME Human Interface Guidelines. (closes: #367639) [ James Vega ] * Bump vim-common's priority to important to match the override. * Remove patch gui_gtk.c-abs_path.diff, merged upstream. * Remove patch gui_xmebw.c-lesstif_crash.diff, merged upstream. * Add patch html.vim-syntax_spell.diff, which adds support for highlighting of spelling mistakes. (closes: #393347) * Add patch changelog.vim-ftplugin_split-buffer.diff, which corrects an invalid command used for opening the changelog in a split window. (closes: #392840) [ Stefano Zacchiroli ] * Added patch dosini.vim-hash_comment.diff which adds support for # comments in dosini syntax highlighting, thanks to Adeodato Simó. (closes: #378952) * Added patch zh_TW.po-swap_recovery_typo.diff which fixes a typo in a traditional Chinese message when editing a file for which a swap file already exists. (closes: #347420) * debian/control - renamed svn info field to XS-Vcs-Svn, to match the forthcoming official name vim (1:7.0-122+1ubuntu1) feisty; urgency=low * Resynchronise with Debian. * patches/900_debcontrol.vim.diff: Add metapackages section. * patches/901_debchangelog.vim.diff: Add dapper-proposed, edgy-proposed, feisty, feisty-security, feisty-proposed, feisty-updates, and feisty-backports targets. * patches/add-ubuntu-sources.diff: Add feisty, *-proposed, and *-backports distributions. vim (1:7.0-122+1) unstable; urgency=medium [ Debian Vim Maintainers ] * New upstream patches (095 - 122), see README.gz for details. * Urgency medium for RC bug fixes. [ James Vega ] * Since vim-gui-common no longer depends on vim-common (to allow for binNMUing), make /usr/share/doc/vim-gui-common a directory instead of a symlink to /usr/share/doc/vim-common. (closes: #387794) * Add versioned Conflicts/Replaces against vim-doc for vim to allow proper upgrades from Sarge. (closes: #381526) * Update debian/copyright with the license information for the user and reference manuals. * Add patch zsh.vim-nested_quotes.diff, which fixes handling of single quotes nested inside double quotes. (closes: #390911) * Add a gnome-icon-theme Suggests for the packages which use a GTK/Gnome GUI. * Build vim-tiny with multibyte support. (closes: #361378) * Add patch gui_gtk.c-abs_path.diff, which ensures the GTK file selection dialog remembers the previously used directory. (closes: #368668) * Add mp.vim-cmd_check.diff, which fixes an incorrect boolean check. (closes: #384154) [ Stefano Zacchiroli ] * Added patches perl.vim-ftplugin_perldoc.diff, perl.vim-ftplugin_pydoc.diff, and ruby.vim-ftplugin_ri.diff, which trigger usage of perldoc/pydoc/ri for keyword lookup on perl/python/ruby files. (closes: #389332) vim (1:7.0-094+1) unstable; urgency=medium [ Debian Vim Maintainers ] * New upstream patches (036 - 094), see README.gz for details. * Urgency medium because of the fix to vim-lesstif's crash bug. [ James Vega ] * Add patches/de.po.diff, which differentiates between "Delete" and "Readonly" swap recovery messages for the German translation. (closes: #379507) * Update patches/scripts.vim.diff to add recognition of rst (including rest2web) files as the filetype 'rst'. (closes: #382541) * Update debian/rules to generate helptags for the plugins that are in /usr/share/vim/addons. * Add patches/gui_xmebw.c-lesstif_crash.diff, which fixes the crash bug when invoking gvim from the vim-lesstif variant. Thanks Ben Hutchings! (closes: #378721) [ Stefano Zacchiroli ] * Modified patches/debchangelog.vim.diff so that when opening a changelog the entry the cursor is on gets (recursively) unfolded. * Added patches/filetype.vim-better_tex_vs_plaintex.diff, implementing better recognition of tex vs plaintex filetype (namely it recognizes as latex files containing sectioning commands). (closes: #384479) * Added script upstream/patches/get_patches.py to automate downloading of latest upstream patches. * debian/control - bumped Standards-Version to 3.7.2 (no changes needed) - added X-Vcs-Svn field to source package -- John Dong <email address hidden> Thu, 8 Mar 2007 20:02:56 +0000
Upload details
- Uploaded by:
- John Dong
- Uploaded to:
- Edgy
- Original maintainer:
- Ubuntu Development Team
- Architectures:
- any
- Section:
- editors
- Urgency:
- Medium Urgency
See full publishing history Publishing
Series | Published | Component | Section |
---|
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
vim_7.0.orig.tar.gz | 8.1 MiB | 2bdd4042c3a5e1fdb19a3ec2aac8a3b70d8e619a8845fa231130a84237b2bc09 |
vim_7.0-164+1ubuntu6~edgy1.diff.gz | 318.4 KiB | 9c9079ae32741aa098a15dbb0fb8862908b63ac7cefc7f3a9d611e21d6f28788 |
vim_7.0-164+1ubuntu6~edgy1.dsc | 1.3 KiB | eebc186d2eece56e71cd9ad30b3880e04e3e1bcdb452be353952ff31a38b5424 |
Binary packages built by this source
- vim: No summary available for vim in ubuntu edgy.
No description available for vim in ubuntu edgy.
- vim-common: No summary available for vim-common in ubuntu edgy.
No description available for vim-common in ubuntu edgy.
- vim-doc: No summary available for vim-doc in ubuntu edgy.
No description available for vim-doc in ubuntu edgy.
- vim-full: No summary available for vim-full in ubuntu edgy.
No description available for vim-full in ubuntu edgy.
- vim-gnome: No summary available for vim-gnome in ubuntu edgy.
No description available for vim-gnome in ubuntu edgy.
- vim-gtk: No summary available for vim-gtk in ubuntu edgy.
No description available for vim-gtk in ubuntu edgy.
- vim-gui-common: No summary available for vim-gui-common in ubuntu edgy.
No description available for vim-gui-common in ubuntu edgy.
- vim-perl: No summary available for vim-perl in ubuntu edgy.
No description available for vim-perl in ubuntu edgy.
- vim-python: No summary available for vim-python in ubuntu edgy.
No description available for vim-python in ubuntu edgy.
- vim-ruby: No summary available for vim-ruby in ubuntu edgy.
No description available for vim-ruby in ubuntu edgy.
- vim-runtime: No summary available for vim-runtime in ubuntu edgy.
No description available for vim-runtime in ubuntu edgy.
- vim-tcl: No summary available for vim-tcl in ubuntu edgy.
No description available for vim-tcl in ubuntu edgy.
- vim-tiny: No summary available for vim-tiny in ubuntu edgy.
No description available for vim-tiny in ubuntu edgy.