vim 1:7.0-017+8ubuntu1 source package in Ubuntu

Changelog

vim (1:7.0-017+8ubuntu1) edgy; urgency=low

  * Sync with Debian:
    Remaining Ubuntu Changes
    + debian/runtime/debian.vim.in:
      - disable autoindent and backup files
    + patches/debcontrol.vim.diff:
      - add restricted, universe, multiverse to allowed sections
    + patches/debsources.vim.diff:
      - add restricted, universe, multiverse to allowed sections
      - add dapper and edgy to allowed distributions
    + patches/debchangelog.syntax.vim.diff:
      - add breezy, dapper and edgy to allowed distributions
    + debian/control:
      - drop lesstif2-dev from Build-Depends
      - drop vim-lesstif and vim-full packages
      - 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
    + patch/cindent-fix.patch:
      - added again

vim (1:7.0-017+8) unstable; urgency=medium

  * Rebuild with fixed libruby1.8.  Urgency medium since vim-full and vim-ruby
    can now be properly configured.
    (closes: #373696, #373762, #373890, #374060)

vim (1:7.0-017+7) unstable; urgency=low

  * Update $VIMRUNTIME/debian.vim and /etc/vim/vimrc.tiny to properly set
    'compatible' when vim-tiny is invoked as vi.  (closes: #373680)

vim (1:7.0-017+6) unstable; urgency=low

  [ Pierre Habouzit ]
  * Add a Replace: vim-runtime to vim-common because of the vimcurrent mess,
    that may prevent vim upgrade. (closes: #370012, #373117).

  [ James Vega ]
  * Add vim-variant.preinst to remove any cruft left behind in
    /usr/share/doc/vim{,-$variant}, which is now a symlink to
    /usr/share/vim/vim-common.  (closes: #369740)
  * Update the build process so only vim-tiny starts in 'compatible' mode when
    invoked as vi.
    + Move patches/virc.c.diff to debian/tiny/vimrc.tiny.diff and apply only
      when building vim-tiny.
    + Rename /etc/vim/virc to /etc/vim/vimrc.tiny and add
      vim-common.{post,pre}inst code to handle the conffile renaming.
  * Update README.Debian to specify which package contains the vim policy and
    the correct directory that holds vim policy.
  * Add debchangelog.vim.diff which fixes an inifinite loop bug in the
    debchangelog filetype plugin.  (closes: #367566)
  * Add scripts.vim.diff which adds recognition of ltrace output and sets the
    filetype to 'strace'.  (closes: #372926)

vim (1:7.0-017+5) unstable; urgency=low

  [ James Vega ]
  * Added po.vim.diff which locally enables line continuations while sourcing
    the po.vim syntax file.  (closes: #368589)
  * Re-add /usr/share/vim/vimcurrent as a convenience symlink.
    (closes: #369124)
  * Add python.vim-ftplugin_include.diff which sets the 'include' option to a
    stricter value to reduce the chance of mis-highlights.  (closes: #367259)
  * Add mysql.vim-syntax_comment.diff which corrects a syntax pattern for
    MySQL comments.  (closes: #367777)

vim (1:7.0-017+4) unstable; urgency=low

  [ James Vega ]
  * Added edit.c.diff which fixes a crash when exiting insert mode spell
    completion.
  * Revert changes to alternative handling in vim-variant.prerm.  They should
    only be removed during a remove, not an upgrade.  (closes: #368175)
  * Move the removal of stale alternatives to vim-variant.prerm where it
    should've been to begin with.  Also, tighten the matching done when
    deciding which alternatives are removed.  Only alternatives pointing to
    /usr/bin/vim should be removed since those are the known stale
    alternatives.
  * Remove support for building spellfiles as will be moved to another set of
    packages.
    + debian/control: Remove Build-Depends-Indep which was only used for
      spellfile building.
    + debian/rules: Remove build-spell* and build-locales* targets.
    + Remove debian/locale-gen
    + Remove bg_BG.diff.diff and spell-locales.diff.

vim (1:7.0-017+3) unstable; urgency=low

  [ James Vega ]
  * Add support for building l10n spellfiles.
    + Added unzip, aap, and locales to Build-Depends-Indep.
    + Added debian/locale-gen to build the locale info.
    + Update debian/rules to build spellfiles (temporarly disabled).
      - Added a check for 'nospell' in DEB_BUILD_OPTIONS to prevent building
        the spellfiles.
    + Added spell-locales.diff patch which updates the aap recipes to set the
      LC_ALL environment variable instead of LANG.
    + Added bg_BG.diff.diff patch which fixes the line-endings in the
      bg_BG.diff patch, allowing it to apply cleanly.
  * Add /usr/share/vim/virc symlink, with this fix invoking vim as "vi" will
    actually enable vim to behave differently than when invoked as "vim".
    (closes: #367818)

vim (1:7.0-017+2) unstable; urgency=low

  [ Debian Vim Maintainers ]
  * Upload to unstable

  [ James Vega ]
  * Update debian/vim-variant.prerm to remove alternative also during
    upgrades.
  * Add debian/vim-variant.preinst to cleanup alternatives left behind from
    previous vim-variant.prerm scripts.

vim (1:7.0-017+1) experimental; urgency=low

  [ Debian Vim Maintainers ]
  * New upstream patches (011 - 017), see README.gz for details.

  [ Stefano Zacchiroli ]
  * Preliminary support for add-on infrastructure
    + added symlinks from /usr/share/vim/addons/ to $VIMRUNTIME for the
      matchit plugin, so that they are no longer version dependent
    + added dir /var/lib/vim/addons/, now in the runtimepath
    + added vim add-on registry entry for the matchit plugin
  * Differentiated behaviour of Vim when invoked as "vi"
    + added patch patches/virc.c.diff which source /etc/vim/virc when invoked
      as such
    + added debian/runtime/virc; it creates a vi-like environment setting
      'compatible' and nothing else
  * Raised the alternative priority of vim.basic from 20 to 30. Rationale: the
    relative order we want to achieve is vim.tiny < nvi < vim.basic
  * vim-tiny is ready to enter the base system
    + set vim-tiny priority to Important

  [ Norbert Tretkowski ]
  * Removed outdated runtime files from package.
  * Added s390x to debcontrolArchitecture in debcontrol.vim. (closes: #361281)

vim (1:7.0-010+1) experimental; urgency=low

  [ Debian Vim Maintainers ]
  * New upstream release (7.0) and patches (001 - 010), see README.gz for
    details.  (closes: #366396)
    + CSS syntax highlighting properly handles non-UTF-8 aware environments.
      (closes: #358734)
    + crontab syntax highlighting recognizes % as starting stdin to the
      cronjob. (closes: #363558)
    + non-ASCII characters are properly handled when changing case in

 -- Sebastian Dröge <email address hidden>   Wed, 28 Jun 2006 00:58:52 +0200

Upload details

Uploaded by:
Sebastian Dröge
Uploaded to:
Edgy
Original maintainer:
Debian VIM Maintainers
Architectures:
any
Section:
editors
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
vim_7.0.orig.tar.gz 8.1 MiB 2bdd4042c3a5e1fdb19a3ec2aac8a3b70d8e619a8845fa231130a84237b2bc09
vim_7.0-017+8ubuntu1.diff.gz 162.2 KiB b33b765e0f1ba4f6f291e93db511bdc664eae2dca9f9f75a7a0fbeeddc98b532
vim_7.0-017+8ubuntu1.dsc 1.3 KiB 52cab8c2ea4400a32fb680ac0a0d2d90996acef8f58160d93786519af2eb3fa6

View changes file

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-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.