[SCM] Vim packaging annotated tag, debian/7.2.245-1, created. debian/7.2.245-1

James Vega jamessan at debian.org
Wed Jul 29 19:11:37 UTC 2009


The annotated tag, debian/7.2.245-1 has been created
        at  6571e84164ca8d7f9da7f2626a0ed05350644f21 (tag)
   tagging  deacc1b49985dd5222e4eefcf59eb7a4cf0c9526 (commit)
  replaces  upstream/7.2.245
 tagged by  James Vega
        on  Wed Jul 29 21:07:43 2009 +0200

- Shortlog ------------------------------------------------------------
Debian version 2:7.2.245-1
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (GNU/Linux)

iEYEABECAAYFAkpwnf8ACgkQDb3UpmEybUClnACeNJ5VBdeaUgne90dKCCdkB7cY
fZgAn25zGDcQy1dalYB18cX1bCHbQpr3
=nxY/
-----END PGP SIGNATURE-----

Alexis Sukrieh (5):
      Added a note about UTF-8 realated issues in README.Debian
      Fixed a typo in README.Debian (s/realted/related/)
      Added debian/patches/108_automake.vim.diff (thanks to Alexander Kogan).
      Add debian/patches/109_xdefaults.vim.diff (thanks to Peter De Wachter).
      better description of my changelog entries

Bram Moolenaar (10):
      [7.2.001] Mac: pseudo-ttys don't work properly on Leopard
      [7.2.002] leaking memory when displaying menus
      [7.2.003] typo in translated message, message not translated
      [7.2.004] Cscope help message is not translated
      [7.2.005] a few problems when profiling
      [7.2.006] HTML files are not recognized by contents
      [7.2.007] (extra) minor issues for VMS
      [7.2.008] wrong window count when using :bunload in a BufHidden autocmd
      [7.2.009] can't compile with Perl 5.10 on MS-Windows
      [7.2.010] "K" in Visual mode does not properly escape all characters

Gerfried Fuchs (1):
      package names are allowed to start off with alphanumeric, not only alpha

James Vega (845):
      Fix #281630, bug when editing foo.gz (a symlink to bar.gz)
      Fix #269325, Improper syntax highlighting of comments containing a ) in a
      Update my email address to be consistent.
      - Update perl.vim (new upstream and closes #220969)
      Add 125_gzip.vim.diff (closes #280388), maintain compression levels when
      Updated the gzip compression detection patch so it doesn't rely on od.
      Updated patch to Bram's final version.
      #309859, Add automatic setting of lua filetype.
      Update scripts.vim patch so that it recognizes #!/usr/bin/env hashbang lines.
      Add typo patch for #310331.
      new upstream patch
      Add filetype.vim patch which recognizes *.plx as perl files. Closes #314309
      Upstream patches 081 and 082
      Forgot to update the debian version.
      Bump the Debian version.
      Add 137_filetype.vim.diff to recognize mutt-ng's rc/temp files.
      Add closes #307946 note for muttng filetype detection.
      Add 138_filetype.txt.diff to address the typo reported in #314595.
      Fix recognition of Perl's regular expression quantifiers.
      Switch to 6.4b
      Change other references to 64a/6.4a
      Elusive 'a' begone.
      Update my email address.
      Looked over some of the 'need-to-be-revised' patches.
      Include an updated upstream syntax/perl.vim.
      Fix an unescaped paren in the upstream syntax file.
      Added a patch for the debchangelog.vim syntax file to fix #338557
      Updated memline.c patch to close #336560.
      Remove the 'p' vmap since it has undesirable side effects, such as not being
      Fix the segfault bug that was occuring and return successfully when the path is
      Upstream patch 6.4.002
      Upstream patch 6.4.003
      Upstream patch 6.4.004
      patches/ needs to be exported too in order to build the package.
      Move update-alternatives handling out of vim-common since we don't necessarily
      Re-add the underscores that were lost when switching from \w to [:alpha:]
      Add 'armeb' to debcontrol syntax file
      Removed all binaries except xxd from vim-common. Handle the rest by using
      Add patch to recognize svk diffs as diff filetype (#349764).
      Add recognition of some more function names to slrnrc's syntax file. (#347801)
      Added commented out last-position-jump to /etc/vim/vimrc. (#347597)
      New upstream patch
      Remove manpages which are no longer used.
      Added a Depends line for vim-common.
      6.4-007+1
      Add missing quote to last-position-jump example. (#347597)
      Add a patch to fix #353076
      Forgot to patch NetWrite for #353076
      Move vimtutor from vim-runtime to vim-common.
      Revert the changes I made to vim-runtime's Conflicts/Replaces.
      It'd help if vim-common's Conflict/Replaces for vim-runtime were against
      Move vimtutor.1 to vim-runtime.
      Upstream patch 6.4.008
      Rename 158_pyton.vim.diff and move where 159_netrw.vim.diff is in the series.
      New upstream patch (6.4.010)
      Remove the empty /usr/bin directory from the vim-gui-common package.
      Use rmdir instead of rm to remove debian/vim-gui-common/usr/bin
      Add patch for css syntax highlighting. (#358734)
      Merge vim7 branch back onto the trunk.
      And the first patch for 7.0 has landed.
      Note a few more bugs that are fixed by the new upstream release.
      Update to 7.0.002
      Up to 005 now.  Guess it's a good thing we are working on some packaging cleanups before uploading.
      Patches 006 - 010
      In the spirit of source vimrc.local, also source gvimrc.local.
      1:7.0-010+1 upload
      Patches 011 and 012.
      Add a couple closes entries for when we upload to unstable.
      Remove alternatives in prerm during an upgrade.  Because this wasn't done
      Add preinst file to remove any alternatives that weren't removed by earlier prerm scripts.
      Add the virc symlink under /usr/share/vim (#367818)
      Add the infrastructure for building spellfiles.
      Remove the SPELL_LOCALES since they were replaced by using locale-gen.
      Remove the spellfiles build infrastructure.
      Remove preinst from the list of per variant files.
      Update the patch so it applies against vim/ instead of vim70/
      Add po.vim.diff (#368589)
      Remove incorrect patch in debian/runtime/vimrc (#369124)
      Only create an orig.tar.gz in the export rule if we don't already have one.
      Re-add vimcurrent symlink to vim-common and the description of debian.vim to /etc/vim/vimrc(#369124).
      Fix a few typos.
      Update the information about where vim-policy can be found.
      Revert the detection of whether vim was run as 'vi' or not.
      Constrain vi-specific behavior to vim-tiny.
      Add vim-common.{pre,post}inst code to handle moving /etc/vim/virc to /etc/vim/vimrc.tiny
      Add 'set compatible' to vimrc.tiny and update debian.vim to only set 'runtimepath' when vim-tiny is invoked as vi. (#373680)
      Changelog for the rebuild with a functional libruby1.8
      New upstream patch (018).
      Adds patches 019 - 021
      Add upstream patches 27-30
      Add upstream patches 031 - 034.
      Update debcontrol.vim.diff for #375848
      Actually remove locale-gen and the reference to debian/locales in debian/rules
      Upstream patch 35
      Update php.vim to remove the 'delete' keyword and add a patch to the Vim package.
      Update debcontrol.vim and debcontrol.vim.diff to include XS-Python-Version and XB-Python-Version (#373661)
      ${binary:version} => ${binary:Version}
      Upstream patches 036 and 037
      Upstream patches 038 and 039
      Add upstream patches 40 - 42.
      Add upstream patch 51 and update the scripts.vim.diff to recognize rest2web files as the rst filetype
      Upstream patches 60-63.  I have updated the changelog, but I'm waiting to commit it until I finish the other changes in my tree.
      Revert back to Build-Depending on lesstif2-dev
      Generate helptags for files in /usr/share/vim/addons/doc
      Updated rst filetype detection (still waiting to hear from Bram about whether he's accepted the patch).
      Upstream patches 64-66
      Patch to fix vim-lesstif gvim crash
      Upstream patch 67
      Upstream patches 75 and 76.
      Upstream patches 95 - 99
      Upstream patches 100 and 101
      Make /u/s/d/vim-gui-common a directory instead of a symlink to /u/s/d/vim-common (#387794)
      Add versioned Conflicts/Replaces against vim-doc for the vim package. (#381526)
      Add license info for user and reference manuals.
      Upstream patches 110-118
      Fix syntax highlighting of single quotes nested in double quotes. (#390911)
      Add gnome-icon-theme Suggests
      Add upstream patch 121
      Enable multibyte/lang support. (#361378)
      Add mp.vim-cmd_check.diff and gui_gtk.c-abs_path.diff patches.  Bump urgency to medium since we're closing RC bugs.
      May as well add patch 122 since the last upload was rejected.
      Bump vim-common's priority to standard to match the override.
      Add upstream patches 124 - 130. Remove gui_gtk.c-abs_path.diff since it's replaced by upstream patch 129.
      Pull new syntax/html.vim from upstream to include 'spell' support.
      Fix incorrect split buffer command in changelog.vim
      Upstream patches 134 and 135
      Only need one bug number listed since they're merged.
      Add upstream patches 147 - 152.
      Add option.c-foldnestmax_check.diff which prevents the infinite recursion when foldnestmax=-1
      Upstream patches 153 - 155.
      Upstream patches 156 - 158.
      Update the vim-basic install target so it doesn't try to use the vimcurrent symlink before it's been created.  This was causing the vimspell.* files to be inadvertently distributed.
      Add upstream patches 159 - 162.
      Move the tags file to postrm and only perform it during 'remove'.
      Upstream patches 163 and 164.
      Only run helpztags if it's installed.  It will be in most cases, but if someone decides to randomly install vim-runtime by itself we don't want the postinst to fail.
      Commit the rest of the russian manpage changes I forgot to commit but were included in the last upload.
      Upstream patches 165 - 174
      Back out the upstream patches and work on fixing the two RC bugs open in hopes of one last upload.
      Reword the changelog entry.
      Remove the russian man page alternatives in order to allow a clean upgrade from Etch.
      Remove the notes for patches past 164 in debian/README
      Upstream patches through 188
      Upstream patches 189 - 191.
      Upstream patches 192 - 195
      Upstream patches 196 - 201
      Upstream patches 202 - 219
      Remove the 'iskeyword' setting in Ruby's ftplugin as suggested by Tim Pope in #389332.
      Add patches/netrw.vim-tmpfile_suffix_escape.diff, which escapes the suffix of
      Template entry for next upload.
      * patches/debchangelog.vim.diff:
      Update upstream patches -- 220 - 224
      Upstream patches 237 - 239.
      Merge 7.1 from the branch
      Add changelog.vim-date_end_entry.diff, which fixes a variable name which is let in changelog.vim.  (Closes: #424224)
      Upstream patches 001 - 002
      Remove 'viminfo' and 'textwidth' settings from $VIMRUNTIME/debian.vim.
      Add syntax.c_syn-include.diff, which fixes a bug in sourcing runtime files when a relative path is given to :syn-include.  (Closes: #395517)
      Use %F instead of %U for gvim.desktop so users can properly open non-basic filenames.  (#406586)
      Remove maintainer scripts that were handling special case upgrades to Etch.
      De-fuzz vimrc.tiny.diff
      * debian/control
      * New upstream patches (003 - 018)
      De-fuzzed a couple patches.
      * debian/rules
      * New upstream patches (001 - 022), see README.gz for details.
      * New upstream patches (023 - 039), see README.gz for details.
      Upstream patches 40 - 47.  Still need to fix how we build vim-tiny so it will be more resilient to changes in src/feature.h
      * Build vim with the huge feature set to pull in +profile (the only
      * Remove the !hurd-i386 restriction from the tcl8.4-dev Build-Depends now
      Upstream patches 48 - 55
      Add ruby.vim_indent.diff to close #431212
      Fix up our vim-tiny building and prepare for upload.
      * New upstream patches (023 - 056), see README.gz for details.
      Re-add TINYFLAGS to CFGFLAGS_vim-tiny and remove a couple typos in vim-tiny's configure target.
      features.  Simply build vim-tiny using Vim's "small" feature set.  This
      * Brown paper bag release -- vimrc.tiny should not be calling :let since
      Change vim64 to vim?? for our svn:ignore list.
      * New upstream patches (057 - 108), see README.gz for details.
      * New upstream patches (057 - 116), see README.gz for details.
      * Add a slave link for gnome-text-editor.1.gz when we add the
      * Update debcontrol.vim.diff to recognize "Homepage:" (Closes: #443444) and
      * New upstream patches (057 - 122), see README.gz for details.
      * Update patches/filetype.vim-better_tex_vs_plaintex.diff so it properly
      * New upstream patches (057 - 125), see README.gz for details.
      * Patch 125 corrects Vim's TermResponse autocmd behavior.  (Closes: #436452)
      * Add samba.vim.diff which fixes the highlighting for "smb ports".  Thanks
      * New upstream patches (057 - 126), see README.gz for details.
      Upstream patches 127 - 135.
      vim-lesstif is still being built since changing GUI toolkits on a user seems to
      - Add Homepage field.
      * Update menu file to use Applications instead of Apps and to require the
      * NOT RELEASED YET
      * New upstream patches (136 - 138), see README.gz for details.
      * Brown-paper bag bug in vim-full.preinst.  Need to grep for bin/vim.full
      * NOT RELEASED YET
      Merge Martin's runtime work onto the trunk
      * New upstream patches (139 - 146), see README.gz for details.
      * syntax/debcontrol.vim:
      * New upstream patches (139 - 148), see README.gz for details.
      Add an @ to suppress one of our echo statements
      * New upstream patches (139 - 149), see README.gz for details.
      * New upstream patches (139 - 154), see README.gz for details.
      * New upstream patches (139 - 155), see README.gz for details.
      - Add debsources.vim-syntax.diff:
      Forgot to add highlight definition for debchangelogLP
      single-quotes and comments.  (Closes: #425443, #425797)
      * New upstream patches (139 - 161), see README.gz for details.
      * Add lhaskell.vim-syntax.diff, which restricts the matching of % to the
      * Add fstab.vim-syntax.diff, which adds support for sshfs syntax.
      * Add filetype.vim-debfiles.diff, which improves detection of debcontrol and
      * debian/control:
      - 7.1.147 fixes a crash when tab completing a user's home directory.
      * Add xxd.c-large_columns.diff, which fixes a segfault that occus in xxd
      * New upstream patches (139 - 167), see README.gz for details.
      Prep for upload
      * NOT RELEASED YET
      * debian/rules:
      * Fix a typo in debsources.vim-syntax.diff. (Closes: #454672)
      Upstream patch 168
      * Add spellfile.vim-doc.diff, which explains that a writable spell directory
      Start work on pushing patches upstream and documenting the state of our patches.
      Bump version to -168+1
      * Lintian cleanup:
      Removed the vim-perl override since Lintian's being too strict.  (c.f., #454723)
      * runtime/ftplugin/debcontrol.vim: Correct a function definition to use !.
      * runtime/syntax/debcontrol.vim: Don't require a three part domain for the
      Provide /usr/share/bug/$package/presubj in the variant packages instead of just providing one for vim in the vim-common package
      Upstream patches 169 - 175
      Remove /usr/share/bug/ from vim-common.dirs
      * runtime/syntax/debcontrol.vim:
      * debian/rules:
      * Add tex.vim-update.diff, which syncs from upstream to fix some folding
      Fix a typo in the bug number from my last commit
      Release
      * debian/control:
      The Pre-Depends should be part of the vim-runtime binary section, not in the source section.
      * Add configure-tcl_detection.diff, which allows Vim's configure script to
      * Bump policy version to 3.7.3.0 - no changes needed.
      - Drop Build-Conflicts on old version of libperl-dev.
      * New upstream patches (176 - 183), see README.gz for details.
      * runtime/syntax/debchangelog.vim:  Adjust the "Closes" syntax highlighting
      Upstream patches 184 - 214
      * New upstream patches (176 - 221), see README.gz for details.
      Upstream patches 222 - 228
      * patches/tex.vim-syntax_additions.diff:
      * patches/netrwPlugin.vim-bwipe.diff:
      Upstream patch 229
      Add patches/filetype.vim-udev.d.diff to properly set the filetype for /etc/udev.d/*.rules files.
      Aesthetic reordering of the changelog entries
      - 7.1.227 fixes an issue where syntax highlighting could cause Vim to
      Push more patches upstream and document ones that have been accepted.
      * Updated patches:
      Recognize lenny-backports/lenny-volatile.  (Closes: #461059)
      * Removed patches:
      * New upstream patches (176 - 231), see README.gz for details.
      - Suggest ttf-dejavu instead of ttf-bitstream-vera.  (Closes: #491295)
      Fix the bug number from the previous commit
      - Suggest ttf-dejavu instead of ttf-bitstream-vera for the gvim packages.
      * NOT RELEASED YET
      * Remove vim-gui-common.menu and provide one menu file for each gvim
      * debian/control:
      * New upstream patches (232 - 241), see README.gz for details.
      * Updated patches:
      - python.vim-ftplugin_include.diff:
      Release 1:7.1-241+1
      * NOT RELEASED YET
      * debian/control:
      * New upstream patch (242), see README.gz for details.
      (Closes: #332425)
      * New patches:
      * Register the justify and editexisting plugins for use with
      the specified text.  (Closes: #431945)
      * debian/rules:
      Update pushed-upstream.txt
      Upstream patch 243
      * New upstream patches (242 - 244), see README.gz for details.
      - Change TCL to Tcl in the package descriptions.
      * debian/copyright:
      - commandline-compatible.diff:
      Add upstream patch 245 and release
      * NOT RELEASED YET
      * debian/control:
      * Added patches:
      * New upstream patches (246 - 257), see README.gz for details.
      * Add debian/watch file.
      * debian/rules:
      * Correct a typo in /etc/vim/vimrc's (Closes: #467057) and eval.txt's (via
      * runtime/syntax/debcontrol.vim:
      * debian/control:
      Upstream patches 258 - 262
      * Added patches:
      Refresh last-position-jump.diff
      Update patch to stop when encountering an alphabetic character or ~ based on feedback from Bram and Thomas Dickey.
      * New upstream patches (246 - 265), see README.gz for details.
      * New upstream patches (246 - 266), see README.gz for details.
      Release 1:7.1-266+1
      * NOT RELEASED YET
      * Added patches:
      * Updated patches:
      * Change the debchangelog and debcontrol ftplugins to require enabling of
      * Move debian/tiny/vimrc.tiny.diff into the quilt series and update it to
      * New upstream patches (267 - 270), see README.gz for details.
      Add upstream patch 271 - 277.  277 replaces option.c-p_para.diff
      Cleanup debian/rules and allow vim-gnome to be built on hurd.
      Only run 'make distclean' if configure has already been run.
      Upstream patches 278 - 280.  Refresh option.c-langmap_comma.diff
      Merge branch 'upstream' into debian
      Merge branch 'upstream' into debian
      Merge branch 'upstream' into debian
      Import patches/vimrc.tiny.diff
      Adjust debian/rules and debian/vim-variant.install to handle upstream source not being unpacked into a subdirectory and no longer using quilt.
      Remove quilt from Build-Depends and point Vcs-* fields at git.debian.org
      Simplify get-orig-source so there's only one set of commands that are run regardless of whether it's a normal or snapshot release.
      Remove upstream/patches since those are applied to the upstream branch.
      Remove patches/vimrc.tiny.diff.  Applied on the deb/vim-tiny branch.
      Remove patches/ since those are handled in git now.
      Import patches/debsources.vim-syntax.diff
      Import patches/de.po.diff
      Import patches/dosini.vim-hash_comment.diff
      Import patches/filetype.vim-better_tex_vs_plaintex.diff
      Import patches/filetype.vim-debfiles.diff
      Import patches/filetype.vim-udev.d.diff
      Import patches/javac_cmdline-vim.diff
      Import patches/lhaskell.vim-syntax.diff
      Import patches/make.vim-syntax.diff
      Import patches/map.vim-syntax.diff
      Import patches/perl.vim-ftplugin_perldoc.diff
      Import patches/po.vim.diff
      Import patches/python.vim-ftplugin_{include,pydoc}.diff
      Import patches/ruby.vim_indent.diff
      Import patches/samba.vim.diff
      Import patches/scripts.vim.diff
      Import patches/tex.vim-syntax_additions.diff
      Import patches/verilog.vim_ftplugin-cpoptions.diff
      Import patches/xdefaults.vim.diff
      Import patches/commandline-compatible.diff
      Import patches/mve.awk-interpreter.diff
      Import patches/vimspell.sh-typo.diff
      Import patches/option.c-langmap_comma.diff
      Import patches/spell.c_gets-eof.diff
      Import patches/Makefile_no-strip.diff
      Merge branch 'upstream-runtime' into deb/runtime
      Merge branch 'deb/langmap-escaped-comma'
      Merge commit 'deb/runtime'
      Merge branch 'deb/set-cp-after-init'
      Merge branch 'deb/spelllang-check-feof'
      Merge branch 'deb/vim-tiny'
      Remove special handling of runtime/ in vim-runtime.install.in.
      Merge branch 'debian'
      Merge branch 'upstream-runtime'
      Remove the template disclaimer file.
      Remove notes on using quilt and svn-buildpackage helper file.
      Fix Vcs-Svn highlighting so that svn+ssh URLs aren't highlighted as an error and http/https URLs are highlighted correctly (no leading svn+).
      Add lenny distribution and debtorrent, rsh, ssh, cdrom, copy URIs.
      debsources.vim update
      Add debian/update-patches.
      Merge branch 'upstream' into deb/runtime
      Merge branch 'upstream' into deb/spelllang-check-feof
      Merge branch 'upstream' into debian
      Upstream patches 281 - 285
      Improve commit messages update-patches uses.
      Recognize /etc/cron.d/* as crontab filetype. (#472375)
      Update the FAQ to the most recent (although still quite old) version.
      Update README.Debian and FAQ to reflect the deviation from upstream's 'modeline' default. (#472522)
      Adjust 'modeline' help to indicate that Debian defaults it to off.
      Add .dpkg-{old,dist} to the list of extensions which are ignored when determining filetype.  (#421314)
      Merge branches 'debian', 'upstream' and 'deb/runtime'
      Remove old NEWS entries and add one for the disabling of debchangelog/debcontrol folding by default.
      Merge branch 'upstream-runtime' into debian
      Update comment headers for pkg-vim maintained runtime files.
      Update changelog for 1:7.1.285-1
      Merge branch 'debian'
      Add missing '-C' to a make invocation.
      Merge branch 'debian'
      Correct the path for the html documentation in vim-doc.install
      Merge branch 'debian'
      Remove debian/tmp/usr/bin/vim since we install the vim binary from src for the sake of a simpler rules files.
      Merge branch 'debian'
      Update the clean targets to handle really cleaning up after a build now that we aren't simply removing the build directory.
      Add README.git to describe some of the processes involved with maintenance in the git repo.
      Merge branch 'debian'
      Updated tags
      Merge branch 'debian' of ssh://git.debian.org/git/pkg-vim/vim into debian
      Merge branch 'debian' of ssh://git.debian.org/git/pkg-vim/vim into debian
      Merge branch 'debian' of ssh://git.debian.org/git/pkg-vim/vim into debian
      Merge branch 'debian' of ssh://git.debian.org/git/pkg-vim/vim into debian
      Update note about helptags to specify ++t
      Update check-tarball target to use the current upstream version from
      Stub the changelog for the next upload.
      Add a dversionmangle to the watchfile.
      Lintian cleanups
      Remove -X.svn args to dh_install
      Fix Perl's block indenting.
      Add SELinux support.
      Fix the author attribution for update-patches.
      Re-work update-patches' merge process.
      Add update-orig target to debian/rules.
      Merge branch 'upstream' into deb/runtime
      Merge branch 'upstream' into deb/selinux
      Merge branch 'upstream' into deb/spelllang-check-feof
      Merge branch 'upstream' into debian
      Upstream patches 286 - 291.
      Add SELinux support  (Closes: #474102)
      Add changelog entry for update-orig target.
      1:7.1.291-1 changelog
      Remove autoconf-stamp in clean target
      Specify return type for mch_copy_sec
      Add char* casts to silence signedness warnings.
      Add mch_copy_sec prototype.
      Merge branches 'debian', 'deb/runtime' and 'deb/selinux'
      Add Provides: vim-$language to the relevant variants.
      Use "setf" instead of "set ft" to set git filetype.
      Import patches/debsources.vim-syntax.diff
      Import patches/de.po.diff
      Import patches/dosini.vim-hash_comment.diff
      Import patches/filetype.vim-better_tex_vs_plaintex.diff
      Import patches/filetype.vim-debfiles.diff
      Import patches/filetype.vim-udev.d.diff
      Import patches/javac_cmdline-vim.diff
      Import patches/lhaskell.vim-syntax.diff
      Import patches/make.vim-syntax.diff
      Import patches/map.vim-syntax.diff
      Import patches/perl.vim-ftplugin_perldoc.diff
      Import patches/po.vim.diff
      Import patches/python.vim-ftplugin_{include,pydoc}.diff
      Import patches/ruby.vim_indent.diff
      Import patches/samba.vim.diff
      Import patches/scripts.vim.diff
      Import patches/tex.vim-syntax_additions.diff
      Import patches/verilog.vim_ftplugin-cpoptions.diff
      Import patches/xdefaults.vim.diff
      Import patches/mve.awk-interpreter.diff
      Import patches/vimspell.sh-typo.diff
      Add lenny distribution and debtorrent, rsh, ssh, cdrom, copy URIs.
      Recognize /etc/cron.d/* as crontab filetype. (#472375)
      Adjust 'modeline' help to indicate that Debian defaults it to off.
      Add .dpkg-{old,dist} to the list of extensions which are ignored when determining filetype.  (#421314)
      Fix Perl's block indenting.
      Only Build-Depend on libselinux1-dev for linux systems.
      Cleanup Conflicts/Provides/Replaces related to transition packages.
      Add oldstable-p-u/p-u to list of recognized releases.
      Clarify some wording in README.git.
      Merge branch 'upstream' into deb/runtime
      Merge branch 'upstream' into deb/selinux
      Merge branch 'upstream' into deb/spelllang-check-feof
      Merge branch 'upstream' into debian
      Upstream patches 292 & 293
      Merge branches 'debian' and 'upstream-runtime'
      Fix a missing comma in the cron filetype detection.
      Add filetype detection of more Apache config files.
      Improve filetype detection of strace logs.
      Add detection of more passwd/shadow related files.
      Detect Mozilla Thunderbird's mbox file as mail filetype.
      Support highlighting of RFC3339 timestamps.
      Correct the vim-common and vim-runtime descriptions.
      Fix expansion of @VIMCUR@ in vimrc.tiny.
      Move vimrc.tiny from vim-common to vim-tiny.
      Separate out the install-stamp-vim-tiny target.
      Remove some unneeded line continuations.
      Merge branches 'debian' and 'deb/runtime'
      Release 7.1.293-2
      Update the list of supported Ubuntu releases.
      Update the list of supported Ubuntu releases.
      Remove svn keywords from vim-policy.xml
      Build-Depend on jade when being built on arm.
      Revisit maintainer scripts switching on $1
      Update README.Debian's information about modelines.
      Separate build-arch and build-indep targets.
      Move docbook-utils and docbook-xml to Build-Depends-Indep
      Update if_python to use Py_ssize_t instead of int.
      Fix archonly only builds.
      Remove debian/changelog from the debian branch.
      Merge branch 'debian'
      Add missing int -> PyInt conversions.
      Merge branch 'deb/runtime'
      Merge branch 'deb/python25'
      1:7.1.293-3 changelog
      update-patches now uses debian/changelog from master branch
      Don't exit on error since that prevents correcting merges.
      Merge branch 'upstream' into deb/runtime
      Merge branch 'upstream' into deb/spelllang-check-feof
      Merge branch 'upstream' into debian
      Use a standard commit message for debian/README.
      Update README for patches 7.1.294 - 7.1.297
      Merge branch 'upstream' into deb/selinux
      The update-orig target should end up in the master branch.
      Remove useless dh_shlibdeps in binary-indep.
      Revert "Add SELinux support  (Closes: #474102)"
      Use upstream's shadow target to allow parallel building.
      Add gvimtutor to vim-runtime's list of installed files.
      Fix building in parallel with shadow directories.
      Fix running tests in a shadowdir.
      Use diversions for vim-tiny's fake help file.
      Add a diversion for doc/tags and handle upgrades from Replaced packages.
      Calculate strlen for multi-byte strings properly.
      Only call foldopen if the user enabled folding.
      NewVersion() should only call foldopen if folding is enabled.
      Use debian:debian/README to determine current patch level.
      Fix determination of patch level from last commit.
      Update README for patches 298 - 305
      Merge branch 'upstream' into deb/runtime
      Merge branch 'upstream' into deb/spelllang-check-feof
      Merge branch 'upstream' into debian
      Merge branch 'upstream-runtime' into deb/runtime
      Update README for patches 306 - 314
      Merge branch 'upstream' into deb/runtime
      Merge branch 'upstream' into deb/spelllang-check-feof
      Merge branch 'upstream' into debian
      Update NetRW to version 125n (pre-release).
      Remove shadowdir workaround now that upstream is fixed.
      Jump through hoops to get diversions setup/removed.
      Correct the path used when removing diversions.
      Merge branch 'deb/runtime'
      Merge branch 'debian'
      Update helptags for the new release.
      Release 1:7.1.314-1
      Specify the full path when calling apt-listbugs.
      Merge LaunchPad bug completion from Ubuntu.
      Tell configure to only check the GUI toolkit specific to the variant being built.
      Improve error handling for bug completion.
      Merge branch 'debian'
      Release 1:7.1.314-2
      Restrict when diversions are added/removed.
      Merge branch 'upstream-runtime' into deb/runtime
      Fix merge of netrw plugin from upstream-runtime.
      Escape the filename argument to the "Split File Explorer" menu entry.
      Add diversion during upgrade regardless of version.
      Merge branch 'debian'
      Merge branch 'deb/runtime'
      Update helptags for release.
      Release 1:7.1.314-3
      Clarify reasoning for diversion handling in preinst.
      Fix a few strings in the zh_TW.UTF-8 po file.
      Merge branch 'upstream-runtime' into debian
      Update README.git and turn it into README.source
      Cleanup README.Debian.
      Remove the vim-install script. Superseded by vim-addons.
      Remove debian/TODO since the items have been achieved.
      Merge commit 'origin/deb/selinux'
      Fix a check for whether the shellescape function exists.
      Update README for patches 315 - 330
      Merge branch 'upstream' into deb/runtime
      Merge branch 'upstream' into deb/spelllang-check-feof
      Merge branch 'upstream' into debian
      Merge branch 'upstream-runtime' into deb/runtime
      Merge branch 'upstream-runtime' into debian
      Move runtime/syntax/debsources.vim under pkg-vim maintenance.
      Revert changes to runtime/syntax/debsources.vim
      Merge branch 'upstream' into deb/spelllang-check-feof
      Merge branch 'deb/spelllang-check-feof' into master-experimental
      Merge branch 'deb/runtime' into master-experimental
      Remove debian/README until one is ready for 7.2
      Install gvimtutor from src/
      debian/rules: Update upstream version to snapshot 7.2a
      Switch maintainer scripts to #!/bin/sh
      Remove diversions from previous major upstream releases
      Generate debian/lintian/vim-runtime so @VIMCUR@ is handled properly
      Merge branch 'debian' into master-experimental
      Release 1:7.2.0~a-1
      Add libxt-dev Build-Depends.
      Udev filetype detection should match /etc/udev/*.rules not /etc/udev.d
      Hilight DM-Upload-Allowed in control files
      Update for 7.2a beta.  Cleanup some code.
      Redirect git-show's stderr to /dev/null.
      Use wget/curl if available for downloading spellfiles.
      Remove an erroneous comment.
      Remove duplicate debcontrol detection
      Include the patch number in the summary.
      Use git add debian/README instead of specifying the file to git-commit
      Fix syntax of an if block.
      Update README for patches 1 - 014
      Merge branch 'upstream-runtime' into deb/runtime
      Merge branch 'upstream-runtime' into debian
      Update handling of DEB_BUILD_OPTIONS according to policy 3.8.0
      Explicitly call upstream's installgtutorbin target
      Only install UTF-8 encoded manpages.
      Accept http or git URIs for Vcs-Git.  Closes: #489853
      runtime/tools/vimm: Use printf instead of echo. Closes: #489667
      Add Quixote filetype detection.  Closes: #399784
      debian/update-patches: Don't treat curpatch as an octal number
      debian/update-patches: Escape the * instead of using single quotes.
      Update README for patches 15 - 019
      Merge branch 'upstream-runtime' into deb/runtime
      Merge branch 'deb/runtime' into master-experimental
      Merge branch 'upstream-runtime' into debian
      Add symlink for gvimtutor manpage.
      Revert "Only install UTF-8 encoded manpages."
      Merge branch 'debian' into master-experimental
      Update helptags
      Merge branch 'debian' of ssh://git.debian.org/git/pkg-vim/vim into debian
      Merge branch 'debian' into master-experimental
      Update debian/rules and debian/update-patches for 7.2b
      Merge branch 'upstream-runtime' into deb/runtime
      Merge branch 'upstream-runtime' into debian
      Re-add debian/vim-common.docs and empty debian/README
      Merge branch 'deb/runtime' into master-experimental
      Merge branch 'debian' into master-experimental
      Remove needless branch checkouts from update-orig target.
      Merge branch 'debian' into master-experimental
      Handle retrieving the first patch to a new release, i.e. curpatch=0
      Update README for patches 1 - 001
      Merge branch 'upstream-runtime' into deb/runtime
      Merge branch 'upstream-runtime' into debian
      Actually set curpatch to something before using it in a comparison
      Merge branch 'debian' into master-experimental
      Include vim72a in vim-runtime.preinst diversion cleanup
      vim-runtime Depends on dpkg >= 1.14.20 for sane dpkg-divert behavior
      Merge branch 'debian' into master-experimental
      Remove "#if defined" checks around check_col/check_row
      Release 2:7.2b.001-1
      Instruct configure not to look at /usr/local for includes/libs
      Remove duplicated apache filetype detection.
      Revert tex syntax highlighting for packages unsupported by upstream
      Fix highlighting of zsh's "here-string" redirection. Closes: #482373
      Note that securemodelines is in vim-scripts.
      Update README for patches 2 - 010
      Merge branch 'upstream-runtime' into deb/runtime
      Merge branch 'upstream-runtime' into debian
      Update README for patches 11 - 021
      Merge branch 'upstream-runtime' into deb/runtime
      Merge branch 'upstream-runtime' into debian
      Use proper invocation of dpkg-divert when removing diversions.
      Do not enable 'autoindent' and filetype plugins by default.
      Update README for patches 22 - 026
      Merge branch 'upstream-runtime' into deb/runtime
      Merge branch 'upstream-runtime' into debian
      Add --only-upstream option to update-patches
      Update version to 7.2c in relevant files
      Correct main tarball extraction and mv args in get-orig-source target
      Merge branch 'upstream-runtime' into deb/runtime
      Merge branch 'upstream-runtime' into debian
      Merge branch 'deb/runtime' into master-experimental
      Merge branch 'debian' into master-experimental
      Select proper file for deletion in NetRW's wide display mode
      Merge branch 'deb/runtime' into master-experimental
      Add news items for change in default configuration.
      Release 2:7.2c.000-1
      Ensure update-patches doesn't get a bad curpatch with a stale README
      Update version to 7.2 (non-snapshot) in relevant files.
      Temporarily commit debian/README with update-patches -u
      Merge branch 'upstream-runtime' into deb/runtime
      Merge branch 'upstream-runtime' into debian
      Fix an bug related to diversions and vim-runtime Replacing vim-tiny
      Merge branch 'debian'
      Release 2:7.2.000-1
      Remove debian/NEWS from debian branch.  Update it only in master.
      Update filetype plugin comment in /etc/vim/vimrc
      Remove commented out settings in debian.vim
      Remove NEWS entry from test build
      Revert "Merge branch 'deb/set-cp-after-init'"
      Merge branch 'debian'
      Release 2:7.2.000-2
      Clear $snapshot since 7.2 was released
      Checkout debian before calling reset --hard.
      Add logcheck ftplugin/detection to set tw=0
      Fix a typo in the Spanish vimtutor
      Handle the -- arg that git-sh-setup adds.
      Update README for patches 1 - 009
      Merge branch 'upstream-runtime' into deb/runtime
      Merge branch 'upstream-runtime' into debian
      Handle /etc/vim/vimrc.tiny removal from vim-common
      Handle /etc/vim/vimrc.tiny removal from vim-common
      Release 2:7.2.000-3
      Remove gvim.desktop's "Encoding" key to sate lintian
      Add #DEBHELPER# to vim-common.preinst
      Fix a bug number typo
      Remove the phony install-stamp target.
      Add a note to NEWS about how to enable filetype plugins.
      Adjust git-sh-setup usage for git 1.6
      Update README for patches 10 - 022
      Merge branch 'upstream-runtime' into deb/runtime
      Merge branch 'upstream-runtime' into debian
      Update debian/README for patches 1 - 10
      Release 2:7.2.010-1
      Remove unnecessary lynx Build-Depends
      Use $(INSTALL_STUFF) to refer to the generated files
      Use lastest last-position-jump snippet and keep it on one line
      Remove the "in terminals" qualification of the 'mouse' option
      Set the papersize without using the shell.
      Update README for patches 23 - 025
      Merge branch 'upstream-runtime' into deb/runtime
      Merge branch 'upstream-runtime' into debian
      NUL-terminate the identifier string
      strncpy the string before passing it to vim_strsave_shellescape
      Remove unnecessary lynx Build-Depends
      Release 2:7.2.010-2
      Add "set -e" to maintainer scripts
      Add #DEBHELPER# to vim-common.preinst
      Add "set -e" to maintainer scripts
      Release 2:7.2.010-2
      Fix vim-runtime.preinst to populate $inst and check the proper state.
      Merge branch 'deb/runtime'
      Merge branch 'debian'
      Remove update-patches' revert in onlyupstream mode
      Merge branch 'debian'
      Remove keywordprg setting -- merged upstream
      Merge branch 'deb/runtime'
      Extract the proper item from dpkg-query's output
      Merge branch 'debian'
      Release 2:7.2.025-1
      Remove deprecated warnings from system (g)vimrc
      Remove empty elements from Python's sys.path
      Merge branch 'deb/pythonpath'
      Merge branch 'debian'
      Do not run "make test" in parallel
      Merge branch 'debian'
      Release 2:7.2.025-2
      Simplify sys.path sanitizing
      Remove EOLd feisty and add jaunty
      Update README for patches 26 - 026
      Merge branch 'upstream-runtime' into deb/runtime
      Merge branch 'upstream' into deb/pythonpath
      Merge branch 'upstream-runtime' into debian
      Add recognition of PRUNENAMES variable
      Don't install vim alternatives for vim-tiny
      Make vim-runtime Conflict vim-tiny << ${source:Version}
      Merge branch 'debian' of ssh://git.debian.org/git/pkg-vim/vim into debian
      Update README for patches 27 - 049
      Merge branch 'upstream' into deb/pythonpath
      Merge branch 'upstream-runtime' into deb/runtime
      Merge branch 'upstream-runtime' into debian
      Include rgb.txt in vim-runtime
      Fix a typo in ftplugin/gitcommit.vim's comments...
      Correctly highlight Python decorator names
      Allow multiple dotted names, not just one
      Merge branch 'deb/pythonpath'
      Merge branch 'deb/runtime'
      Merge branch 'debian'
      Update tags for 2:7.2.049-1
      Release 2:7.2.049-1
      syntax/python.vim: Add missing contained keyword for pythonDecoratorName
      Merge branch 'deb/runtime'
      Release 2:7.2.049-2
      Update README for patches 50 - 065
      Merge branch 'upstream-runtime' into deb/runtime
      Merge branch 'upstream-runtime' into debian
      Set GIT_AUTHOR_DATE when committing upstream patches
      Update README for patches 66 - 079
      Merge branch 'upstream-runtime' into deb/runtime
      Merge branch 'upstream-runtime' into debian
      die if lftp isn't installed
      Fix a few typos in the French translation
      vim-runtime: Remove old version diversions in postinst
      debian/rules: Call dh_desktop for vim-gui-common
      Merge branch 'deb/runtime'
      Merge branch 'debian'
      Release version 2:7.2.079-1
      Update README for patches 80 - 093
      Merge branch 'upstream-runtime' into deb/runtime
      Merge branch 'upstream-runtime' into debian
      update-patches: Redirect `which' output to /dev/null
      Remove etch and add squeeze to the Debian syntax files
      Update README for patches 94 - 108
      Merge branch 'upstream-runtime' into deb/runtime
      Merge branch 'upstream-runtime' into debian
      Update README for patches 109 - 130
      Merge branch 'upstream-runtime' into deb/runtime
      Merge branch 'upstream-runtime' into debian
      Merge branch 'debian'
      Update helptags
      Release 2:7.2.130-1
      Remove transitional vim-{full,perl,python,ruby,tcl} packages
      control: Set vim-dbg to Section: debug
      syntax/debcontrol.vim: Update list of valid sections.
      syntax/debcontrol.vim: Add kfreebsd-amd64 to architecture list.
      syntax/debsources.vim: Enable spell-checking only for comments
      helpztags: Sanity check filenames being processed.
      Update README for patches 131 - 148
      Merge branch 'upstream-runtime' into deb/runtime
      Merge branch 'upstream-runtime' into debian
      Merge branch 'upstream-runtime' into deb/runtime
      Merge branch 'upstream-runtime' into debian
      netrw.vim: Remove local changes
      Add karmic as a valid distribution for Debian-related runtime files.
      debian/rules: Remove stale comment and unnecessary use of bash as $SHELL
      compiler/javac.vim: Remove automatic appending of filename to compiler command
      debian/rules: Build vim.pot for translations.
      debian/control: Bump S-V to 3.8.1.0 -- changes already made.
      debian/rules: update-orig will tag/archive the proper branch
      README.source: Update text to match current practice
      Merge branch 'deb/runtime'
      Merge branch 'debian'
      Release 2:7.2.148-1
      debian/rules: SHELL really does need to be bash...
      Merge branch 'debian'
      Release 2:7.2.148-2
      debian/rules: Remove SHELL=/bin/bash (again) along with the bashisms
      debian/changelog: Note that CVE-2008-6235 was fixed in 2:7.2.148-1
      Remove gutsy as a valid distribution -- EOLed.
      Update README for patches 149 - 191
      Merge branch 'upstream-runtime' into deb/runtime
      Merge branch 'upstream-runtime' into debian
      syntax/debcontrol.vim: Add avr32 to the architecture list
      syntax/debchangelog.vim: Remove an incorrect \= from debchangelogTarget
      Update README for patches 192 - 196
      Merge branch 'upstream-runtime' into deb/runtime
      Merge branch 'upstream-runtime' into debian
      Update README for patches 197 - 209
      Merge branch 'upstream-runtime' into deb/runtime
      Merge branch 'upstream-runtime' into debian
      Merge branch 'upstream-runtime' into deb/runtime
      Merge branch 'upstream-runtime' into debian
      vim-variant.prerm: Cleanup of mis-handled alternatives is no longer needed
      vim-variant.postinst: Remove directory->symlink code from Etch
      Set VIMRCLOC to /etc/vim
      Revert "Set VIMRCLOC to /etc/vim"
      debian/rules: Build Vim to look for its (g)vimrc at /etc/vim/(g)vimrc, not in $VIM
      debian/rules: Remove calls to dh_desktop (Lintian cleanup)
      debian/control: Remove redundant Priority fields (lintian cleanup)
      syntax/debcontrol.vim: Highlight X[SB]-Python-Version and XSBC-Original-Maintainer
      Use “set -e” instead of passing -e on the shebang line (lintian cleanup)
      debian/control: Add version for debhelper Build-Depends (lintian cleanup)
      debian/control: Remove version for make Build-Depends
      syntax/debcontrol.vim: Allow comments in multi-line fields
      Fix hyphen-used-as-minus-sign in French vimtutor man pages
      Fix hyphen-used-as-minus-sign/manpage-has-errors-from-man in .ru man pages
      Fix hyphen-used-as-minus-sign in English man pages
      Fix manpage-has-errors-from-man in Polish vim man pages
      Fix hyphen-used-as-minus-sign in Italian vim man page
      Restrict spell checking in matlab filetype to strings/comments
      Add LocalCommand keyword to sshconfig.vim
      Add debian/update-runtime script
      Update README for patches 210 - 239
      Merge branch 'upstream-runtime' into deb/runtime
      Merge branch 'upstream-runtime' into debian
      Pick specific files out of spell/ to rsync
      Merge branch 'upstream-runtime' into deb/runtime
      Merge branch 'upstream-runtime' into debian
      Fix a missing comma in Build-Depends
      Drop make from Build-Depends since we no longer have a versioned B-D
      Make NRead's behavior for HTTP consistent across backends
      Merge branch 'upstream-runtime' into deb/runtime
      Merge branch 'upstream-runtime' into debian
      Fix a typo in syntax/matlab.vim
      Only install the UTF-8 versions of the man pages
      Install upstream's README as their changelog
      Update README for patches 240 - 245
      Merge branch 'upstream-runtime' into deb/runtime
      Merge branch 'upstream-runtime' into debian
      Merge branch 'upstream-runtime' into deb/runtime
      Merge branch 'upstream-runtime' into debian
      Merge branch 'deb/runtime'
      Merge branch 'debian'
      Release 2:7.2.245-1

Matthijs Mohlmann (31):
      * Patch for xmodmap.vim syntax file
      * Added new upstream patch 6.3.065
      * Cleaned debian/changelog a little bit
      * Fixed lintian warnings
      * Fix lintian warning packages-installs-file-to-usr-x11r6
      * Add manpages for several binaries
      * Moved xpm files from vim.install to vim-variant.install
      * Modified patch for #196001 that introduced a syntax error.
      * Fixed the patch for xml.vim
      * Fixes icon missing on gnome-panel
      * Added patch for accents (accidently removed from earlier version I think)
      * Close the correct bug
      * Added new upstream patch
      * New upstream patch
      * Added new upstream patches 079 and 080
      * New upstream patch
      * Added patch to fix highlighting in resolv.conf
      * Added patch 134_sshconfig.vim.diff, added HashKnownHosts to syn keyword
      * Added syntax highlighting for /etc/apt/sources.list
      * Fixed syntax highlighting in muttrc
      * Move debsources.vim to debian/updates instead of using the patch files.
      * New upstream patch (6.3.089)
      * New upstream patch 090
      * updating version number
      * Updated ssh_config and sshd_config syntax files
      * Updated syntax highlighting for asterisk
      * Move creation of links to vim-common.links to fix build failure on sparc,
      * Updated debsources.vim
      * Added patches from upstream.
      * Update to patch 059.
      * Added upstream patches up to patch 74

Norbert Tretkowski (154):
      initial import
      foo
      foo
      added a new patch which fixes ftbfs on amd64 with gcc-4.0
      new upstream patch 6.3.054
      s/UNRELEASED/unstable
      new upstream patches
      removed vimspell.sh and tcltags
      urgency=high
      bleh...
      final fix for CAN-2005-0069
      removed vimspell.sh and tcltags.sh
      removed 104_secure_tempfiles.diff
      s/UNRELEASED/unstable/
      tuned changelog
      s/unstable/UNRELEASED/
      fixed path for tcltags and vimspell
      really fixed path to tcltags and vimspell
      argh
      argl
      fixed dependency
      new upstream patches
      s/UNRELEASED/unstable/
      new upstream patch
      change maintainer to pkg-vim-maintainers at lists.alioth.debian.org
      d'uh... added maintainer change to debian/changelog
      added testing-proposed-updates to debchangelog syntax hilighting
      added new patch 105_recognize-gnumakefile-am.diff
      corrected version in changelog
      erks... really add patch 62
      added patches 063 and 064
      Test
      Test
      Foo
      Test
      s/UNRELEASED/unstable/
      added Pierre Habouzit to uploaders
      added Torsten Landschoff and Matthijs Mohlmann to uploaders
      Use $DEBFULLNAME and $DEBEMAIL to generate --with-compiledby value.
      Added Stefano Zacchiroli to uploaders.
      added Alexis Sukrieh to uploaders
      updated tpp.vim from alfie
      added Pepijn de Langen to uploaders
      Added a new patch from Christian Hammers which adds additional keywords
      changelog cleanups
      Changed version number, so people building and installing the package before it gets finished
      $BUILDER tweaking
      Changed priority of vim-common package from extra to optional.
      new upstream patch 6.3.067
      changelog cleanup
      s/UNRELEASED/unstable
      dummy entry for 1:6.3-067+2
      disable dh_installchangelogs and dh_installdocs for vim-doc
      raised urgency to medium
      added James Vega <jamessan at jamessan.com> to uploaders
      patch 6.3.068
      removed James' patch for #269325, that fix is in 6.3.068
      credits for #269325 to James
      vim-doc no longer depends on vim
      foo
      fixed wrong executable for kvim mimetype
      fix for #301452
      Release 1:6.3-068+1
      release 1:6.3-068+2
      Add a replaces: vim (<= 1:6.3-068+1) to every (k)vim-* package.
      s/unstable/UNRELEASED/
      fixed broken rgvim(1)
      order change
      d'oh... replace vim (<= 1:6.3-068+1), not vim (<< 1:6.3-068+1)
      removed kvim(-*) packages
      remove kvim packages, part 2
      remove kvim packages, part 3
      removed 401_gcc4.diff
      added NEWS file
      removed libqt3-mt-dev and kdelibs4-dev build-dependencies
      removed sharutils from build-depends
      remove gvim manpages from basic package
      fix for fix
      Re-add dh_installdirs to vim-variant
      enabled backupcopy
      new upstream patches
      s/UNRELEASED/unstable
      urgency=medium
      release 1:6.3-071+1
      added dummy entry
      build-depend on debhelper (>= 4.2.21)
      added #139214 to 1:6.3-071+1 changelog
      removed #139214, it was fixed somewhen before already
      s/UNRELEASED/unstable/g
      reverted value of backupcopy to default
      1:6.3-071+2 is not yet released, until we know if having icons directly in /usr/share/icons is a good idea
      s/UNRELEASED/unstable/
      allow spaces in $BUILDER
      6.3.072
      urgency high, because of bad gzip patch in 1:6.3-071+2
      new upstream patches
      new upstream patch
      s/UNRELEASED/unstable, upload in a few hours
      release 1:6.3-085+1
      added CAN
      complete 1:6.3-085+1 changelog entry
      corrected wrong capitalization in menu entry
      Imported changelog entry from 1:6.3-071+1sarge1
      Uhm... looks like I forgot to checkin some changes...
      Hmm... I don't like the new dch... ;)
      Oops, fix name in changelog.
      Updated Standards-Version to 3.6.2.
      Really updated Standards-Version to 3.6.2.
      Exec vim with -f parameter in .desktop file.
      s/UNRELEASED/unstable/
      Started working on 6.4a, the .orig.tar.gz can be found at http://people.debian.org/~nobse/temp/vim/
      Changed version in debian/rules.
      Some more s/vim63/vim64a/ changes.
      Removed patches merged upstream.
      One more patch disabled
      New upstream patch.
      s/experimental/UNRELEASED/
      Adjusted runtimepath in /etc/vim/vimrc.
      Let's upload this to experimental.
      Removed Torsten Landschoff from Uploaders, he's not active.
      Reenabled vim-tiny package.
      Revert last change.
      Really revert last change.
      New upstream patch.
      Corrected changelog.
      s/UNRELEASED/experimental/
      New upstream patch.
      New upstream patch
      New upstream release.
      Merged upstream.
      Removed merged upstream patches.
      New upstream patch
      Added fix in 1:6.4-000+1.
      s/UNRELEASED/unstable/g
      Blubb.
      New fake entry.
      s/UNRELEASED/unstable/
      Applied patch from Adeodato Simó to fix broken syntax hilighting of urgency in debchangelog.vim.
      Added #338557 to changelog entry.
      One more bugreport about the urgency= issue...
      Upload!
      Mew upstream patches, and upload to unstable...
      Fixed typo in README.Debian.
      Removed build-dependencies added for woody backport a while ago.
      Added sarge-backports and sarge-volatile to debchangelog hilighting.
      Reverted r447.
      s/UNRELEASED/unstable/
      build-depend on make (>= 3.80+3.81.b4)
      Urgs... really add build-dependency.
      Added patch 160_scripts.vim.diff which adds support for bzr diffs in
      Fixed changelog.
      Removed outdated runtime files from package.
      Added s390x to debcontrolArchitecture in debcontrol.vim.
      New upstream patches.

Pepijn de Langen (1):
      added 119_php.vim.diff

Pierre Habouzit (64):
      make debian/rules files executable
      document /etc/vim/*.local files
      various debcontrol related bugs
      fix vimtutor locales ignorance
      not very usefull for the final package, but allow to 'debuild' from the svn repo without rm -rf **/.svn
      alfie fixes. really better than mines btw
      completely unusefull, thus vital ... 16px icon in .menu files
      better tutor.vim fix, as suggested by Bram Moolenaar
      now find work. thanks nobse for noting that
      enhance debchangelog detection
      escape dashes in the man page
      that was in fact in the bts.
      some more man pages fixes
      Fix french translation
      typos, thanks nobse
      vim patch 6.3.066
      php indent fix
      closes some prolog .vim bug
      backslash is not an xml escaping character, use &quot; instead.
      Bram "official" fix ;p
      texinfo warinng
      spanish translation
      good es.po, from the maintainer
      really the good es.po this time
      use my brand new account name
      really stupid typo
      083 - 084 upstream patches
      curious , but weren't not strictly upstream patches
      update our patches
      fix bug 322355
      fix 322254
      upstream patches 87 and 88
      fix version number
      fix vim-gui-common description, bug #347912
      fix for #348170
      add *.sce to the recognized extensions for scilab files.
      svn commit syntax. #341288
      forgot to add the patch
      fix incorrect patch
      update patches to avoid fuzzyness
      Normalize the patches so that any further refresh will produce more readable diff on the commit list.
      update quilt best practices
      fix the missing svn.vim thing
      348955 was due to a dh_install bug, 349070 beeing closed, it will close #348955 after about a rebuild
      oops, spurious line added in old changelog
      closes 323044
      update patch on RST.vim
      [\w] is not valid ... (\w|[...]) is
      use [[:alnum:] ... instead of \w\|[... which is easier to read
      close #352885 (as python keyword)
      patch 6.4.009
      missing patch
      sorry, was a typo
      add cmake support (357705)
      kfreebsd-amd64 is now a valid port.
      make the compatible/nocompatible choice been done in debian.vim based on
      add missing replace.
      Fix issue with presubj.
      Fix debian/update-patches.
      use better git scripting-fu.
      Okay, let's use some really advanced git scripting, for better robustness.
      Revert the git-apply hack, upstream uses unified diff (yuck).
      git-sh-setup actually brings up die()
      Last bits of tidying, simplifications.

Stefano Zacchiroli (160):
      added #DEBHELPER# tag
      Minor cleanup in vim-{doc,common} handling: use dh_install instead of
      edited property svn:ignore
      ignores all stamps of the build process
      - patches: added 118_ocaml and 302_message
      upgraded ocaml runtime files (new upstream)
      - added patch for 279378
      as suggested by Bram, fixes documentation on "_exrc" instead of changing its (intended) behaviour
      added vim-full variant
      - commited change to 401_doc_exrc as suggested by Bram
      - added common-licences/ reference for GPL to debian/copyright
      - added patch which removes <BS> from html indentkeys
      - vim-full: fixed Replaces: line so that vim-full appears also there, previously
      - made vim Suggests vim-scripts and vim-scripts Enhances vim
      - fixed debian/rules bug which inhibit .desktop file installation
      invoke update-desktop-database on postinst (added dep on desktop-file-utils)
      reverted addition of dependency on desktop-file-utils
      added svg icon from Paul Ortman
      added patch which makes vim follow error directories on "make -C"
      set tex filetype on .cls tex classes
      install svg icons in /usr/share/pixmaps/ instead of /usr/share/icons/
      fixes bibtex comments highlighting
      better handling of bibtex comments, @Comment{...} kind of comments not yet properly handled
      added handling of @Comment{..} comments for bibtex
      added recognizion of several zope related filetype
      set SHELL=/bin/bash in debian/rules since we use bashisms in it
      improved muttrc syntax highlighting
      patch for asterisk configuration files syntax highlighting
      patch renamed
      patch which extends dch highlighting to Debian NEWS file
      patch for eruby highlighting
      moved filetype for asterisk down in filetype.vim since it ends with a wildcard
      support for highlighting tla diffs
      fix for translation error in zh_TW.UTF8 locale
      fix for fortran's matchit support
      fixed a typo, started new working svn version
      fixed a typo in usr_04.txt documentation
      updated for the new release patches: 118_ocaml.vim, 203_zh_TW.UTF8.po, 124_errorformat.vim
      fixed(?) a typo, the patch was no longer a valid patch
      next attempt ...
      added "sources" debian/rules target to download upstream tarballs
      added tarballs dir (empty)
      - patch for the 'empty SHELL' bug
      proper maintainer line in debian/changelog
      added patch for swap file locking behaviour wrt symlinks
      patch for netrw.vim wrt file:// URLs
      bugfix for vimrc, papersize is now read without using system()
      merged alternatives stuff (i.e. no longer conflicting vim variant packages)
      fix for some plugin on cmdline arguments
      - added /usr/share/vim/vimcurrent/ -> vim64/ symlink
      towards vim-tiny: au commands in vimrc can be used only if has("autocmd") (which vim-tiny wont probably have)
      one item done
      drafted vim-tiny proposal
      au in vimrc and vim-tiny proposal
      merged vim-tiny changes back to trunk
      - fixed /usr/share/doc symlinks
      bugfix: dh_clean no longer erroneously invoked on all packages for each variant
      clear .links file on clean
      fixed "/vim-common" absolute links in /usr/share/doc
      remove debian/vim.links on clean
      moved GUI related stuff to a separate "vim-gui-common" package
      added two missing "closes: #xxxxxx" entries
      added "closes" entry for the circular dependency issue
      moved removal of old vim.org diversion to postinst instead of postrm
      gnome enabled variants as alternative for gnome-text-editor
      different gnome-text-editor alternative priorities for vim-full and vim-gnome
      added NEWS about gnome alternatives
      - gnome-text-editor alternative (pending commit)
      fixed typo in description
      - added removal of old /usr/share/doc symlinks on preinst
      fixed dangling symlink for vim-gui-common manpages
      better test for removal of symlink, avoid non-zero exit code
      avoid empty /usr/share/doc/vim/ directory
      patch from the bts which improves sed's syntax highlighting
      moved vimtutor to vim-runtime (it's useless without runtime files)
      added replace/conflict entries due to the move of vimtutor
      patch from Bram for pastetoggle on Debian's xterm, enable pastetoggling using F1-F4
      added closes entry for FTBFS on hppa
      yeeepi, another bug about dangling gvim.1 symlink
      - new UNRELEASED version
      - next attempt at fixing FTBFS on s390
      added 'export' target to generate debian source package
      merged in trunk the quilt branch
      added some logging info during debian package build
      tiny on howto on using quilt for us, pkg-vim people
      patch for javascript syntax highlighting
      export DH_OPTIONS each time it is redefined on a target specific basis, avoides FTBFS (vimtutor: no such file or directory, when installing vim-tiny variant)
      fixed patch level so that it is appliable
      use alternatives to manage gvim separately from vim
      patched an old closes: entry which specified the wrong bug number
      reshaped svn structure
      - handle .in files as autoconf files, instantiating the @VIMCUR@ placeholder
      fixed the vimcurrent directory in runtimepath
      - source vimrc.local from /etc/vim/vimrc (since a lot of users still have it)
      ignore *.debhelpers and *.substvars
      ignores even more -stamp files
      preliminary support for the addon infrastructure
      added upstream patches 013, 014, 015
      renamed xdefault pacth, now we have quilt there is no need of prepending patch names with a number
      differentiated vim default configuration when it is invoked as "vi"
      fixed a typo, added an alias suggestion
      ignore a bunch of generated files
      changes related to let vim-tiny enter the base system
      upstream patches 7.0.01{6,7}
      changelog for the latest experimental upload
      ready for an upload to unstable
      ready for the unstable upload
      more verbose changelog note about the virc fix
      disabled building of spell files
      fixed some bugs which inhibit creation of spell files
      added upstream patches 22-26
      changed debian.vim to unfold the changelog entry the cursor is open when a changelog is opened
      moved the fold opening fix to the plugin itself
      better recognition of latex files when sectioning commands are used
      recognized some more latex specific sectioning commands
      patches up to 83
      added the X-VCS-SVN field to debian/control, so that user can know where to find the latest version of the package we are working on
      - upstream patches up to 094
      ready for a new upload
      fixed package version
      - bumped standards version
      upstream patches up to 109
      added keyword lookup support for perl/ruby files using perldoc/ri respectively
      pydoc patch
      identifiers may have trailing ? or ! in ruby, support them via iskeyword
      patches up to 120
      fixed typo in last changelog entry: priority is important
      new unreleased changelog entry
      added patch which enables # comments in dosini files
      rush of upstream patches up to 146
      patch for the gtk file selection dialog so that the button order matches the gnome human interface guidelines
      patch for a typo in a traiditional chinese message during recovery from swap
      renamed XS-Vcs-Svn field
      first bits for vim-addons
      one registry entry per package poligy
      changed properties so that vim is buildable with svn-buildpackage
      removed targets no longer needed with svn-buildpackage
      added legacy deblayout for tags url
      added missing XS-Vcs-* fields (notably XS-Vcs-Browser)
      new upstream patches...
      added a patch which fixes javac compiler invocation
      skeleton of the vim policy
      work in progress on the policy...
      integrated policy building and installation in vim package building
      moved docbook deps to non-indep, currently the vim build process is not split between indep and arch
      added $Id$
      typo
      ...
      human readable version
      some more text...
      added build-dep on lynx, due to #387035)
      work in progress, almost there...
      completed the first draft of the VIM policy (yay!)
      * Add debchangelog-closes_omni.vim.diff, which add omni completion support
      * Add map.vim-syntax.diff which ships syntax file for UMN map server
      adding a debian/NEWS entry which I should have added before (avoiding some bogus bug reports!)
      * debian/control
      * debian/README.Debian
      policy: bump version and copyright year
      Removing myself from Uploaders list.

martin f krafft (3):
      use/enable new Vcs-* syntax
      add Tim Pope's vim-git integration
      Remove vim-git files and add patch

-----------------------------------------------------------------------

-- 
Vim packaging



More information about the pkg-vim-maintainers mailing list