r1127 - in /trunk/packages/vim-scripts/debian: changelog patches/disabledby-pythonindent.dpatch

jamessan at users.alioth.debian.org jamessan at users.alioth.debian.org
Wed Dec 12 15:39:04 UTC 2007


Author: jamessan
Date: Wed Dec 12 15:39:03 2007
New Revision: 1127

URL: http://svn.debian.org/wsvn/pkg-vim/?sc=1&rev=1127
Log:
* Add disabledby-pythonindent patch, which allows blacklisting the
  python-indent script.

Added:
    trunk/packages/vim-scripts/debian/patches/disabledby-pythonindent.dpatch   (with props)
Modified:
    trunk/packages/vim-scripts/debian/changelog

Modified: trunk/packages/vim-scripts/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-vim/trunk/packages/vim-scripts/debian/changelog?rev=1127&op=diff
==============================================================================
--- trunk/packages/vim-scripts/debian/changelog (original)
+++ trunk/packages/vim-scripts/debian/changelog Wed Dec 12 15:39:03 2007
@@ -9,8 +9,10 @@
       documentation.
   * debian/rules:
     - Stop generating NERD Commenter's documentation at build time.
-
- -- James Vega <jamessan at debian.org>  Wed, 12 Dec 2007 09:25:12 -0500
+  * Add disabledby-pythonindent patch, which allows blacklisting the
+    python-indent script.
+
+ -- James Vega <jamessan at debian.org>  Wed, 12 Dec 2007 10:37:48 -0500
 
 vim-scripts (7.1.4) unstable; urgency=low
 

Added: trunk/packages/vim-scripts/debian/patches/disabledby-pythonindent.dpatch
URL: http://svn.debian.org/wsvn/pkg-vim/trunk/packages/vim-scripts/debian/patches/disabledby-pythonindent.dpatch?rev=1127&op=file
==============================================================================
--- trunk/packages/vim-scripts/debian/patches/disabledby-pythonindent.dpatch (added)
+++ trunk/packages/vim-scripts/debian/patches/disabledby-pythonindent.dpatch Wed Dec 12 15:39:03 2007
@@ -1,0 +1,19 @@
+#! /bin/sh /usr/share/dpatch/dpatch-run
+## disabledby-pythonindent.dpatch by James Vega <jamessan at debian.org>
+##
+## All lines beginning with `## DP:' are a description of the patch.
+## DP: No description.
+
+ at DPATCH@
+diff -urNad vim-scripts-7.1.5~/indent/python.vim vim-scripts-7.1.5/indent/python.vim
+--- vim-scripts-7.1.5~/indent/python.vim	2007-12-12 09:15:07.000000000 -0500
++++ vim-scripts-7.1.5/indent/python.vim	2007-12-12 10:37:07.000000000 -0500
+@@ -5,7 +5,7 @@
+ " Last Change:      2004 Jun 07
+ 
+ " Only load this indent file when no other was loaded.
+-if exists("b:did_indent")
++if exists("b:did_indent") || exists("loaded_python_indent")
+     finish
+ endif
+ let b:did_indent = 1

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




More information about the pkg-vim-maintainers mailing list