r943 - in /trunk/packages/vim: debian/changelog patches/javac_cmdline-vim.diff patches/series

zack at users.alioth.debian.org zack at users.alioth.debian.org
Tue Jun 12 08:56:19 UTC 2007


Author: zack
Date: Tue Jun 12 08:56:18 2007
New Revision: 943

URL: http://svn.debian.org/wsvn/pkg-vim/?sc=1&rev=943
Log:
added a patch which fixes javac compiler invocation

Added:
    trunk/packages/vim/patches/javac_cmdline-vim.diff
Modified:
    trunk/packages/vim/debian/changelog
    trunk/packages/vim/patches/series

Modified: trunk/packages/vim/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-vim/trunk/packages/vim/debian/changelog?rev=943&op=diff
==============================================================================
--- trunk/packages/vim/debian/changelog (original)
+++ trunk/packages/vim/debian/changelog Tue Jun 12 08:56:18 2007
@@ -10,7 +10,11 @@
     were uselessly setting 'textwidth' to the default value and 'viminfo' to
     an almost-default but less useful value.
 
- -- James Vega <jamessan at debian.org>  Wed, 23 May 2007 09:50:05 -0400
+  [ Stefano Zacchiroli ]
+  * Add javac_cmdline-vim.diff, which fixes the invocation of the javac
+    compiler. (Closes: #408338)
+
+ -- Stefano Zacchiroli <zack at debian.org>  Tue, 12 Jun 2007 10:54:43 +0200
 
 vim (1:7.1-000+1) unstable; urgency=low
 

Added: trunk/packages/vim/patches/javac_cmdline-vim.diff
URL: http://svn.debian.org/wsvn/pkg-vim/trunk/packages/vim/patches/javac_cmdline-vim.diff?rev=943&op=file
==============================================================================
--- trunk/packages/vim/patches/javac_cmdline-vim.diff (added)
+++ trunk/packages/vim/patches/javac_cmdline-vim.diff Tue Jun 12 08:56:18 2007
@@ -1,0 +1,12 @@
+Index: vim/runtime/compiler/javac.vim
+===================================================================
+--- vim/runtime/compiler/javac.vim.orig
++++ vim/runtime/compiler/javac.vim
+@@ -13,6 +13,6 @@
+   command -nargs=* CompilerSet setlocal <args>
+ endif
+ 
+-CompilerSet makeprg=javac
++CompilerSet makeprg=javac\ %
+ 
+ CompilerSet errorformat=%E%f:%l:\ %m,%-Z%p^,%-C%.%#,%-G%.%#

Modified: trunk/packages/vim/patches/series
URL: http://svn.debian.org/wsvn/pkg-vim/trunk/packages/vim/patches/series?rev=943&op=diff
==============================================================================
--- trunk/packages/vim/patches/series (original)
+++ trunk/packages/vim/patches/series Tue Jun 12 08:56:18 2007
@@ -13,3 +13,4 @@
 dosini.vim-hash_comment.diff -p0
 zh_TW.po-swap_recovery_typo.diff -p0
 changelog.vim-date_end_entry.diff -p0
+javac_cmdline-vim.diff -p0




More information about the pkg-vim-maintainers mailing list