r901 - in /trunk/packages/vim-scripts/debian: changelog patches/00list patches/vimplate_debian-path.dpatch

zack at users.alioth.debian.org zack at users.alioth.debian.org
Wed Feb 7 11:45:46 UTC 2007


Author: zack
Date: Wed Feb  7 12:45:46 2007
New Revision: 901

URL: http://svn.debian.org/wsvn/pkg-vim/?sc=1&rev=901
Log:
debian specific default for vimplate binary path

Added:
    trunk/packages/vim-scripts/debian/patches/vimplate_debian-path.dpatch   (with props)
Modified:
    trunk/packages/vim-scripts/debian/changelog
    trunk/packages/vim-scripts/debian/patches/00list

Modified: trunk/packages/vim-scripts/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-vim/trunk/packages/vim-scripts/debian/changelog?rev=901&op=diff
==============================================================================
--- trunk/packages/vim-scripts/debian/changelog (original)
+++ trunk/packages/vim-scripts/debian/changelog Wed Feb  7 12:45:46 2007
@@ -32,8 +32,10 @@
       corresponding "disabledby:" fields to debian/vim-script.status
     - renamed patch 01_sokoban to sokoboan_path
     - changed debian/patches/00list accordingly
-    - added patch usagestring-dtd2vim which fix the usage string of dtd2vim so
-      that the .pl extension is not shown
+    - added patch usagestring-dtd2vim which fixes the usage string of dtd2vim
+      so that the .pl extension is not shown
+    - added patch vimplate_debian-path which sets the default vimplate binary
+      path to the Debian path for it
   * debian/vim-scripts.pl
     - added support for generating the "disabledby:" registry field
   * html/index.html
@@ -43,7 +45,7 @@
     - added a manpage for the dtd2vim binary (and the companions
       debian/manpages file)
 
- -- Stefano Zacchiroli <zack at debian.org>  Wed,  7 Feb 2007 11:56:42 +0100
+ -- Stefano Zacchiroli <zack at debian.org>  Wed,  7 Feb 2007 12:38:26 +0100
 
 vim-scripts (7.0.4) unstable; urgency=low
 

Modified: trunk/packages/vim-scripts/debian/patches/00list
URL: http://svn.debian.org/wsvn/pkg-vim/trunk/packages/vim-scripts/debian/patches/00list?rev=901&op=diff
==============================================================================
--- trunk/packages/vim-scripts/debian/patches/00list (original)
+++ trunk/packages/vim-scripts/debian/patches/00list Wed Feb  7 12:45:46 2007
@@ -9,3 +9,4 @@
 disabledby-xml
 sokoboan_path
 usagestring-dtd2vim
+vimplate_debian-path

Added: trunk/packages/vim-scripts/debian/patches/vimplate_debian-path.dpatch
URL: http://svn.debian.org/wsvn/pkg-vim/trunk/packages/vim-scripts/debian/patches/vimplate_debian-path.dpatch?rev=901&op=file
==============================================================================
--- trunk/packages/vim-scripts/debian/patches/vimplate_debian-path.dpatch (added)
+++ trunk/packages/vim-scripts/debian/patches/vimplate_debian-path.dpatch Wed Feb  7 12:45:46 2007
@@ -1,0 +1,21 @@
+#! /bin/sh /usr/share/dpatch/dpatch-run
+## vimplate_debian-path.dpatch by Stefano Zacchiroli <zack at debian.org>
+##
+## All lines beginning with `## DP:' are a description of the patch.
+## DP: No description.
+
+ at DPATCH@
+diff -urNad vim-scripts~/plugin/vimplate.vim vim-scripts/plugin/vimplate.vim
+--- vim-scripts~/plugin/vimplate.vim	2005-08-20 17:25:18.000000000 +0200
++++ vim-scripts/plugin/vimplate.vim	2007-02-07 12:37:08.000000000 +0100
+@@ -15,6 +15,10 @@
+ endif
+ let loaded_vimplate = 1
+ 
++if !exists("Vimplate")
++  " Debian specific path unless overridden by the user
++  let Vimplate = "/usr/bin/vimplate"
++endif
+ let s:vimplate = Vimplate
+ 
+ function s:RunVimplate(template)

Propchange: trunk/packages/vim-scripts/debian/patches/vimplate_debian-path.dpatch
------------------------------------------------------------------------------
    svn:executable = *




More information about the pkg-vim-maintainers mailing list