r624 - in /trunk/packages/vim-latexsuite/debian: changelog
patches/00list patches/03_insertitem.dpatch rules
fp-guest at users.alioth.debian.org
fp-guest at users.alioth.debian.org
Mon Apr 24 23:15:50 UTC 2006
Author: fp-guest
Date: Mon Apr 24 23:15:48 2006
New Revision: 624
URL: http://svn.debian.org/wsvn/pkg-vim/?sc=1&rev=624
Log:
vim-latexsuite: fix for InsertItemOnThisLine & small debian/rules cleanup
Added:
trunk/packages/vim-latexsuite/debian/patches/03_insertitem.dpatch
Modified:
trunk/packages/vim-latexsuite/debian/changelog
trunk/packages/vim-latexsuite/debian/patches/00list
trunk/packages/vim-latexsuite/debian/rules
Modified: trunk/packages/vim-latexsuite/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-vim/trunk/packages/vim-latexsuite/debian/changelog?rev=624&op=diff
==============================================================================
--- trunk/packages/vim-latexsuite/debian/changelog (original)
+++ trunk/packages/vim-latexsuite/debian/changelog Mon Apr 24 23:15:48 2006
@@ -1,3 +1,11 @@
+vim-latexsuite (20060325-2) unstable; urgency=low
+
+ * Fixed mapping InsertItemOnThisLine by preventing it to reenter insert
+ mode, see 03_insertitem.dpatch (Closes: #350021)
+ * debian/rules: Removed useless debhelper calls
+
+ -- Franz Pletz <fpletz at franz-pletz.org> Tue, 25 Apr 2006 01:12:20 +0200
+
vim-latexsuite (20060325-1) unstable; urgency=medium
* The 'Spring Cleaning' release (Thanks for the suggestion, Artur)
Modified: trunk/packages/vim-latexsuite/debian/patches/00list
URL: http://svn.debian.org/wsvn/pkg-vim/trunk/packages/vim-latexsuite/debian/patches/00list?rev=624&op=diff
==============================================================================
--- trunk/packages/vim-latexsuite/debian/patches/00list (original)
+++ trunk/packages/vim-latexsuite/debian/patches/00list Mon Apr 24 23:15:48 2006
@@ -1,3 +1,4 @@
# Add here the patches you want to apply
01_foldingfix.dpatch
02_changelog.dpatch
+03_insertitem.dpatch
Added: trunk/packages/vim-latexsuite/debian/patches/03_insertitem.dpatch
URL: http://svn.debian.org/wsvn/pkg-vim/trunk/packages/vim-latexsuite/debian/patches/03_insertitem.dpatch?rev=624&op=file
==============================================================================
--- trunk/packages/vim-latexsuite/debian/patches/03_insertitem.dpatch (added)
+++ trunk/packages/vim-latexsuite/debian/patches/03_insertitem.dpatch Mon Apr 24 23:15:48 2006
@@ -1,0 +1,19 @@
+#! /bin/sh /usr/share/dpatch/dpatch-run
+## 03_insertitem.dpatch by <fpletz at franz-pletz.org>
+##
+## All lines beginning with `## DP:' are a description of the patch.
+## DP: Fixing insertitem mapping
+
+ at DPATCH@
+
+--- vim-latexsuite_20060325.orig/ftplugin/latex-suite/envmacros.vim 2006-04-24 22:24:22.000000000 +0200
++++ vim-latexsuite/ftplugin/latex-suite/envmacros.vim 2006-03-21 06:50:34.000000000 +0100
+@@ -942,7 +942,7 @@
+ " Tex_SetItemMaps: sets the \item inserting maps for current buffer {{{
+ " Description:
+
+-inoremap <script> <silent> <Plug>Tex_InsertItemOnThisLine <Esc>a<C-r>=Tex_InsertItem()<CR>
++inoremap <script> <silent> <Plug>Tex_InsertItemOnThisLine <C-r>=Tex_InsertItem()<CR>
+ inoremap <script> <silent> <Plug>Tex_InsertItemOnNextLine <ESC>o<C-R>=Tex_InsertItem()<CR>
+
+ function! Tex_SetItemMaps()
Modified: trunk/packages/vim-latexsuite/debian/rules
URL: http://svn.debian.org/wsvn/pkg-vim/trunk/packages/vim-latexsuite/debian/rules?rev=624&op=diff
==============================================================================
--- trunk/packages/vim-latexsuite/debian/rules (original)
+++ trunk/packages/vim-latexsuite/debian/rules Mon Apr 24 23:15:48 2006
@@ -69,11 +69,9 @@
dh_install
dh_installman
dh_link
- dh_strip
dh_compress
dh_fixperms
dh_installdeb
- dh_shlibdeps
dh_gencontrol
dh_md5sums
dh_builddeb
More information about the pkg-vim-maintainers
mailing list