r528 - in trunk/vim/debian: . updates

Pierre Habouzit madcoder at costa.debian.org
Sun Mar 26 00:11:20 UTC 2006


Author: madcoder
Date: 2006-03-26 00:11:19 +0000 (Sun, 26 Mar 2006)
New Revision: 528

Modified:
   trunk/vim/debian/changelog
   trunk/vim/debian/updates/debcontrol.vim
Log:
kfreebsd-amd64 is now a valid port.



Modified: trunk/vim/debian/changelog
===================================================================
--- trunk/vim/debian/changelog	2006-03-26 00:09:44 UTC (rev 527)
+++ trunk/vim/debian/changelog	2006-03-26 00:11:19 UTC (rev 528)
@@ -20,8 +20,11 @@
   * Added patch 160_scripts.vim.diff which adds support for bzr diffs in
     scripts.vim, thanks to Adeodato Simó. (closes: #355922)
 
- -- James Vega <jamessan at debian.org>  Mon, 20 Mar 2006 09:12:42 -0500
+  [ Pierre Habouzit ]
+  * debcontrol.vim: add kfreebsd-amd64 to the ports list.
 
+ -- Pierre Habouzit <madcoder at debian.org>  Sun, 26 Mar 2006 01:11:08 +0100
+
 vim (1:6.4-007+1) unstable; urgency=low
 
   [ Debian VIM Maintainers ]

Modified: trunk/vim/debian/updates/debcontrol.vim
===================================================================
--- trunk/vim/debian/updates/debcontrol.vim	2006-03-26 00:09:44 UTC (rev 527)
+++ trunk/vim/debian/updates/debcontrol.vim	2006-03-26 00:11:19 UTC (rev 528)
@@ -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\|armeb\|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\|amd64\)\|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