r485 - in trunk/vim/debian: . updates

James Vega jamessan at costa.debian.org
Mon Jan 30 04:05:03 UTC 2006


Author: jamessan
Date: 2006-01-30 04:05:01 +0000 (Mon, 30 Jan 2006)
New Revision: 485

Modified:
   trunk/vim/debian/changelog
   trunk/vim/debian/updates/debcontrol.vim
Log:
Add 'armeb' to debcontrol syntax file


Modified: trunk/vim/debian/changelog
===================================================================
--- trunk/vim/debian/changelog	2006-01-26 14:02:43 UTC (rev 484)
+++ trunk/vim/debian/changelog	2006-01-30 04:05:01 UTC (rev 485)
@@ -17,8 +17,9 @@
   * Stop modifying alternatives when the files aren't around to be
     alternatives.  Move update-alternatives handling out of vim-common.
     (closes: #348233)
+  * Add 'armeb' to debcontrol syntax file. (closes: #350513)
 
- -- James Vega <jamessan at debian.org>  Wed, 25 Jan 2006 18:21:10 -0500
+ -- James Vega <jamessan at debian.org>  Sun, 29 Jan 2006 23:03:10 -0500
 
 vim (1:6.4-006+2) unstable; urgency=low
 

Modified: trunk/vim/debian/updates/debcontrol.vim
===================================================================
--- trunk/vim/debian/updates/debcontrol.vim	2006-01-26 14:02:43 UTC (rev 484)
+++ trunk/vim/debian/updates/debcontrol.vim	2006-01-30 04:05:01 UTC (rev 485)
@@ -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\|hppa\|i386\|ia64\|m68k\|mipsel\|mips\|powerpc\|s390\|sheb\|sh\|sparc64\|sparc\|hurd-i386\|kfreebsd-i386\|knetbsd-i386\|netbsd-i386\)"
+syn match debcontrolArchitecture contained "\(all\|any\|alpha\|amd64\|arm\|armeb\|hppa\|i386\|ia64\|m68k\|mipsel\|mips\|powerpc\|s390\|sheb\|sh\|sparc64\|sparc\|hurd-i386\|kfreebsd-i386\|knetbsd-i386\|netbsd-i386\)"
 syn match debcontrolName contained "\<\([0-9+-.]*[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\)"




More information about the pkg-vim-maintainers mailing list