r675 - in /trunk/packages/vim: debian/changelog patches/debcontrol.vim.diff patches/series

nobse at users.alioth.debian.org nobse at users.alioth.debian.org
Sat May 13 18:28:34 UTC 2006


Author: nobse
Date: Sat May 13 18:28:33 2006
New Revision: 675

URL: http://svn.debian.org/wsvn/pkg-vim/?sc=1&rev=675
Log:
Added s390x to debcontrolArchitecture in debcontrol.vim.

Added:
    trunk/packages/vim/patches/debcontrol.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=675&op=diff
==============================================================================
--- trunk/packages/vim/debian/changelog (original)
+++ trunk/packages/vim/debian/changelog Sat May 13 18:28:33 2006
@@ -21,6 +21,7 @@
 
   [ Norbert Tretkowski ]
   * Removed outdated runtime files from package.
+  * Added s390x to debcontrolArchitecture in debcontrol.vim. (closes: #361281)
 
  -- Norbert Tretkowski <nobse at debian.org>  Sat, 13 May 2006 13:23:35 -0500
 

Added: trunk/packages/vim/patches/debcontrol.vim.diff
URL: http://svn.debian.org/wsvn/pkg-vim/trunk/packages/vim/patches/debcontrol.vim.diff?rev=675&op=file
==============================================================================
--- trunk/packages/vim/patches/debcontrol.vim.diff (added)
+++ trunk/packages/vim/patches/debcontrol.vim.diff Sat May 13 18:28:33 2006
@@ -1,0 +1,13 @@
+Index: vim70/runtime/syntax/debcontrol.vim
+===================================================================
+--- vim70.orig/runtime/syntax/debcontrol.vim	2006-05-13 13:21:29.000000000 -0500
++++ vim70/runtime/syntax/debcontrol.vim	2006-05-13 13:25:54.000000000 -0500
+@@ -25,7 +25,7 @@
+ syn match debControlSpace " "
+ 
+ " Define some common expressions we can use later on
+-syn match debcontrolArchitecture contained "\(all\|any\|alpha\|amd64\|arm\(eb\)\=\|hppa\|i386\|ia64\|m32r\|m68k\|mipsel\|mips\|powerpc\|ppc64\|s390\|sheb\|sh\|sparc64\|sparc\|hurd-i386\|kfreebsd-\(i386\|gnu\)\|knetbsd-i386\|netbsd-\(alpha\|i386\)\)"
++syn match debcontrolArchitecture contained "\(all\|any\|alpha\|amd64\|arm\(eb\)\=\|hppa\|i386\|ia64\|m32r\|m68k\|mipsel\|mips\|powerpc\|ppc64\|s390\|s390x\|sheb\|sh\|sparc64\|sparc\|hurd-i386\|kfreebsd-\(i386\|gnu\)\|knetbsd-i386\|netbsd-\(alpha\|i386\)\)"
+ syn match debcontrolName contained "[a-z][a-z0-9+-]*"
+ syn match debcontrolPriority contained "\(extra\|important\|optional\|required\|standard\)"
+ syn match debcontrolSection contained "\(\(contrib\|non-free\|non-US/main\|non-US/contrib\|non-US/non-free\)/\)\=\(admin\|base\|comm\|devel\|doc\|editors\|electronics\|embedded\|games\|gnome\|graphics\|hamradio\|interpreters\|kde\|libs\|libdevel\|mail\|math\|misc\|net\|news\|oldlibs\|otherosfs\|perl\|python\|science\|shells\|sound\|text\|tex\|utils\|web\|x11\|debian-installer\)"

Modified: trunk/packages/vim/patches/series
URL: http://svn.debian.org/wsvn/pkg-vim/trunk/packages/vim/patches/series?rev=675&op=diff
==============================================================================
--- trunk/packages/vim/patches/series (original)
+++ trunk/packages/vim/patches/series Sat May 13 18:28:33 2006
@@ -1,2 +1,3 @@
 virc.c.diff -p0
 xdefaults.vim.diff -p0
+debcontrol.vim.diff -p0




More information about the pkg-vim-maintainers mailing list