[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Accepted vim 1:7.1-175+2~bpo40+1 (source i386 all)



-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.7
Date: Mon, 14 Jan 2008 00:19:10 +0100
Source: vim
Binary: vim-full vim-lesstif vim-common vim-nox vim-dbg vim-runtime vim-doc vim-gnome vim vim-gtk vim-perl vim-tiny vim-gui-common vim-ruby vim-python vim-tcl
Architecture: source i386 all
Version: 1:7.1-175+2~bpo40+1
Distribution: etch-backports
Urgency: low
Maintainer: Debian VIM Maintainers <pkg-vim-maintainers@lists.alioth.debian.org>
Changed-By: Norbert Tretkowski <nobse@debian.org>
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-full   - Vi IMproved - enhanced vi editor (transitional package)
 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 - with LessTif GUI
 vim-nox    - Vi IMproved - enhanced vi editor
 vim-perl   - Vi IMproved - enhanced vi editor (transitional package)
 vim-python - Vi IMproved - enhanced vi editor (transitional package)
 vim-ruby   - Vi IMproved - enhanced vi editor (transitional package)
 vim-runtime - Vi IMproved - Runtime files
 vim-tcl    - Vi IMproved - enhanced vi editor (transitional package)
 vim-tiny   - Vi IMproved - enhanced vi editor - compact version
Closes: 421045 425443 425797 435552 440221 446728 448543 451440 451754 452555 452789 453049 454672 454933 455341 456168
Changes: 
 vim (1:7.1-175+2~bpo40+1) etch-backports; urgency=low
 .
   * Rebuild for etch.
   * Use gzip instead bzip2 to compress the vim-runtime package.
 .
 vim (1:7.1-175+2) unstable; urgency=low
 .
   * runtime/syntax/debcontrol.vim:
     - Reworked the URL regex so that it should properly match any non-local
       domain name as specified in RFC 1738.
   * debian/rules:
     - Use bzip2 to compress the vim-runtime package.
   * Add tex.vim-update.diff, which syncs from upstream to fix some folding
     issues.  (Closes: #456168)
   * debian/control:
     - Add Pre-Depends on dpkg (>= 1.10.24) for vim-runtime to please dak even
       though Sarge has a newer dpkg.
 .
 vim (1:7.1-175+1) unstable; urgency=low
 .
   [ James Vega ]
   * debian/rules:
     - Add LDFLAGS="-Wl,--as-needed" when calling configure.
   * Fix a typo in debsources.vim-syntax.diff. (Closes: #454672)
 .
   [ Debian Vim Maintainers ]
   * New upstream patches (168 - 175), see README.gz for details.
 .
   [ James Vega ]
   * Add spellfile.vim-doc.diff, which explains that a writable spell directory
     must exist for the plugin to download spell files.  (Closes: #421045)
   * Lintian cleanup:
     - Remove /usr/share/vim/addons/plugins/ from vim-common.dirs.
     - Remove /usr/share/vim/vim71/tools/vim132 to silence a warning and error
       about csh.
     - Remove /usr/share/consolefonts/ from vim-runtime.dirs.
     - Remove /usr/share/doc/vim-common/html/policy/ from vim-doc.dirs.
     - Override the "desktop-command-not-in-package" warning for
       vim-gui-common.  We make use of TryExec which should prevent the menu
       entry from showing up if none of the gvim-providing packages are
       installed.
   * Move Vim's policy documentation to /usr/share/doc/vim-common/ instead of
     being under a separate policy/ directory.
   * runtime/ftplugin/debcontrol.vim: Correct a function definition to use !.
     (Closes: #454933)
   * runtime/syntax/debcontrol.vim: Don't require a three part domain for the
     Homepage field.  (Closes: #455341)
   * Install the presubj file under /usr/share/bug/ for every vim variant, not
     just vim.
   * Add versioned Conflicts/Replaces on vim-common for the vim package since
     it contains /usr/share/bug/vim/presubj now.
 .
 vim (1:7.1-167+1) unstable; urgency=low
 .
   [ Debian Vim Maintainers ]
   * New upstream patches (139 - 167), see README.gz for details.
     - 7.1.147 fixes a crash when tab completing a user's home directory.
       (Closes: #453049)
     - 7.1.167 fixes a crash with large values for the -c option of xxd
       (Closes: #452789)
 .
   [ James Vega ]
   * runtime/ftplugin/debchangelog.vim:
     - Fix NewVersion() to use the distribution from the previous changelog
       entry.  (Closes: #446728)
     - Fix NewVersion() to increment the version of the first changelog entry
       regardless of how 'startofline' is set.
   * runtime/syntax/debchangelog.vim:
     - Recognize oldstable* upload targets.
   * Refreshed patches:
     - vimrc.tiny.diff
   * Added patches:
     - sh.vim_syntax.diff, which fixes the syntax highlighting of escaped
       single-quotes and comments.  (Closes: #425443, #425797)
     - gnuada.diff, which updates the ada runtime files so they gracefully
       handle the user not having certain variables defined.  (Closes: #440221)
   * syntax/debcontrol.vim:
     - Add syntax highlighting for Vcs-* control fields.  (Closes: #448543)
   * Bump debhelper compat to 5.
   * debian/vim-runtime.install:
     - Remove usr/share/consolefonts/* since that's not shipped any more.
   * debian/control:
     - Add vim-dbg package to supply debugging symbols for the various vim
       packages.
     - Fix a typo in the long description for the vim package.
     - Make use of multi-line (Build-)Depends support.
   * debian/rules:
     - Add binary-arch target for the vim-dbg package.
   * debian/gvim.desktop:
     - Add TryExec key so the menu entry is only shown if the gvim alternative
       has been setup.
   * Merges from Ubuntu:
     - runtime/syntax/debcontrol.vim:
       + Recognize restricted, universe, multiverse as part of the Section
         field.
       + Recognize XSBC-Original-Maintainer as a legal field.
     - runtime/syntax/debchangelog.vim:
       + Recognize Ubuntu releases as upload targets.
       + Recognize syntax for closing Launchpad bugs.
     - Add debsources.vim-syntax.diff:
       + Recognize restricted, universe, multiverse Sections.
       + Add more recent Ubuntu releases as recognized distributions.
 .
   [ Stefano Zacchiroli ]
   * debian/README.Debian
     - fix typo in vim policy URL (Closes: #452555)
 .
   [ James Vega ]
   * Add lhaskell.vim-syntax.diff, which restricts the matching of % to the
     beginning of the line when determining if the file is a TeX document.
     Thanks to Chung-chieh Shan for the patch.  (Closes: #451440)
   * Add fstab.vim-syntax.diff, which adds support for sshfs syntax.
     (Closes: #451754)
   * Add filetype.vim-debfiles.diff, which improves detection of debcontrol and
     debsources files.  Thanks to Loïc Minier for the debsources part of the
     patch.  (Closes: #435552)
   * debian/control:
     - Remove Norbert Tretowski from Uploaders with his permission.  Thanks for
       all your work.
Files: 
 d70c17a87e37699779ad6f4f17c523ae 1258 editors optional vim_7.1-175+2~bpo40+1.dsc
 4bb31b105fcb6858e482025954747560 417069 editors optional vim_7.1-175+2~bpo40+1.diff.gz
 8cbffe880a9cf4b0984dbe896c1fc818 155880 editors optional vim-gui-common_7.1-175+2~bpo40+1_all.deb
 7b0aff5a0e0d141c95a50d84fbd61b30 6696820 editors optional vim-runtime_7.1-175+2~bpo40+1_all.deb
 8ed0ccc49b4487bfe610b53ce484fd27 2123428 doc optional vim-doc_7.1-175+2~bpo40+1_all.deb
 d0e47642a14be216d3c5f6927d5c8b59 70642 editors extra vim-perl_7.1-175+2~bpo40+1_all.deb
 3633efe6e80031eb4f56066c47050a6d 70648 editors extra vim-python_7.1-175+2~bpo40+1_all.deb
 6a137d9209d8cf80436229f8156b3e72 70644 editors extra vim-ruby_7.1-175+2~bpo40+1_all.deb
 95c1a20156eba036f1edff016d4a7771 70642 editors extra vim-tcl_7.1-175+2~bpo40+1_all.deb
 896037451cb819ea4f02ddec5161d0ce 70668 editors extra vim-full_7.1-175+2~bpo40+1_all.deb
 401e2383b651b17790dbda749c89c72b 323388 editors important vim-tiny_7.1-175+2~bpo40+1_i386.deb
 03a5c9648d3461b7cc02d2de27ed819d 957172 editors extra vim-gtk_7.1-175+2~bpo40+1_i386.deb
 6b0df03cab8d8a9f504c3cc86e7f2614 959238 editors extra vim-gnome_7.1-175+2~bpo40+1_i386.deb
 66df78929a386d21853a34edc790955f 951442 editors extra vim-lesstif_7.1-175+2~bpo40+1_i386.deb
 f8d75fc87ec069d476bf3d5312e40e87 829196 editors extra vim-nox_7.1-175+2~bpo40+1_i386.deb
 83e59e4cc19efa89c690c43a2d0d5865 198736 editors important vim-common_7.1-175+2~bpo40+1_i386.deb
 76640060bca2c3e94e983290d81beef0 755736 editors optional vim_7.1-175+2~bpo40+1_i386.deb
 0a5b813c4164235ce1d75ed059a046c1 7984410 editors extra vim-dbg_7.1-175+2~bpo40+1_i386.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)

iD8DBQFHiqFFr/RnCw96jQERAoL7AJ9+4bDj68tMmbCpRdevh0piZ4Kx5QCdHs/B
V8Z1J/Kj19rWby+05O1mTKc=
=B6S/
-----END PGP SIGNATURE-----


Accepted:
vim-common_7.1-175+2~bpo40+1_i386.deb
  to pool/main/v/vim/vim-common_7.1-175+2~bpo40+1_i386.deb
vim-dbg_7.1-175+2~bpo40+1_i386.deb
  to pool/main/v/vim/vim-dbg_7.1-175+2~bpo40+1_i386.deb
vim-doc_7.1-175+2~bpo40+1_all.deb
  to pool/main/v/vim/vim-doc_7.1-175+2~bpo40+1_all.deb
vim-full_7.1-175+2~bpo40+1_all.deb
  to pool/main/v/vim/vim-full_7.1-175+2~bpo40+1_all.deb
vim-gnome_7.1-175+2~bpo40+1_i386.deb
  to pool/main/v/vim/vim-gnome_7.1-175+2~bpo40+1_i386.deb
vim-gtk_7.1-175+2~bpo40+1_i386.deb
  to pool/main/v/vim/vim-gtk_7.1-175+2~bpo40+1_i386.deb
vim-gui-common_7.1-175+2~bpo40+1_all.deb
  to pool/main/v/vim/vim-gui-common_7.1-175+2~bpo40+1_all.deb
vim-lesstif_7.1-175+2~bpo40+1_i386.deb
  to pool/main/v/vim/vim-lesstif_7.1-175+2~bpo40+1_i386.deb
vim-nox_7.1-175+2~bpo40+1_i386.deb
  to pool/main/v/vim/vim-nox_7.1-175+2~bpo40+1_i386.deb
vim-perl_7.1-175+2~bpo40+1_all.deb
  to pool/main/v/vim/vim-perl_7.1-175+2~bpo40+1_all.deb
vim-python_7.1-175+2~bpo40+1_all.deb
  to pool/main/v/vim/vim-python_7.1-175+2~bpo40+1_all.deb
vim-ruby_7.1-175+2~bpo40+1_all.deb
  to pool/main/v/vim/vim-ruby_7.1-175+2~bpo40+1_all.deb
vim-runtime_7.1-175+2~bpo40+1_all.deb
  to pool/main/v/vim/vim-runtime_7.1-175+2~bpo40+1_all.deb
vim-tcl_7.1-175+2~bpo40+1_all.deb
  to pool/main/v/vim/vim-tcl_7.1-175+2~bpo40+1_all.deb
vim-tiny_7.1-175+2~bpo40+1_i386.deb
  to pool/main/v/vim/vim-tiny_7.1-175+2~bpo40+1_i386.deb
vim_7.1-175+2~bpo40+1.diff.gz
  to pool/main/v/vim/vim_7.1-175+2~bpo40+1.diff.gz
vim_7.1-175+2~bpo40+1.dsc
  to pool/main/v/vim/vim_7.1-175+2~bpo40+1.dsc
vim_7.1-175+2~bpo40+1_i386.deb
  to pool/main/v/vim/vim_7.1-175+2~bpo40+1_i386.deb


Reply to: