~ubuntu-branches/ubuntu/edgy/vim/edgy-updates

« back to all changes in this revision

Viewing changes to debian/patches/01_debcontrol.vim.diff

  • Committer: Bazaar Package Importer
  • Author(s): Jonathan Riddell
  • Date: 2005-04-03 13:09:32 UTC
  • Revision ID: james.westby@ubuntu.com-20050403130932-ufwjutq62j5mudfg
Tags: 1:6.3-046+1ubuntu7
Ensure kubuntu_01_xdg_menus.diff is not applied before uploading.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
diff -Nur vim63.orig/runtime/syntax/debcontrol.vim vim63/runtime/syntax/debcontrol.vim
2
 
--- vim63.orig/runtime/syntax/debcontrol.vim    2002-02-12 10:41:16.000000000 +0000
3
 
+++ vim63/runtime/syntax/debcontrol.vim 2004-08-23 16:45:48.000000000 +0000
4
 
@@ -18,10 +18,10 @@
5
 
 syn match debControlSpace " "
6
 
 
7
 
 " Define some common expressions we can use later on
8
 
-syn match debcontrolArchitecture contained "\(all\|any\|alpha\|arm\|hppa\|ia64\|i386\|m68k\|mipsel\|mips\|powerpc\|sh\|sheb\|sparc\|hurd-i386\)"
9
 
+syn match debcontrolArchitecture contained "\(all\|any\|alpha\|arm\|hppa\|ia64\|i386\|m68k\|mipsel\|mips\|powerpc\|sh\|sheb\|sparc\|hurd-i386\|amd64\|s390\)"
10
 
 syn match debcontrolName contained "[a-z][a-z0-9+-]*"
11
 
 syn match debcontrolPriority contained "\(extra\|important\|optional\|required\|standard\)"
12
 
-syn match debcontrolSection contained "\(\(contrib\|non-free\|non-US/main\|non-US/contrib\|non-US/non-free\)/\)\=\(admin\|base\|comm\|devel\|doc\|editors\|electronics\|games\|graphics\|hamradio\|interpreters\|libs\|mail\|math\|misc\|net\|news\|oldlibs\|otherosfs\|science\|shells\|sound\|text\|tex\|utils\|web\|x11\|debian-installer\)"
13
 
+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\|libdevel\|libs\|mail\|math\|misc\|net\|news\|oldlibs\|otherosfs\|perl\|python\|science\|shells\|sound\|text\|tex\|utils\|web\|x11\|debian-installer\)"
14
 
 syn match debcontrolVariable contained "\${.\{-}}"
15
 
 
16
 
 " An email address