Source: vim Version: 2:7.4.1829-1 Severity: wishlist Tags: patch Hi!
The syntax highlighting in debian/control currently doesn't recognize mips64el as a valid architecture. The attached patch adds support for it. Kind regards, Reiner
diff --git a/debian/patches/debian_architectures.patch b/debian/patches/debian_architectures.patch new file mode 100644 index 0000000..d37133b --- /dev/null +++ b/debian/patches/debian_architectures.patch @@ -0,0 +1,23 @@ +Author: Reiner Herrmann <[email protected]> +Description: Support mips64el in debcontrol syntax highlighting + +--- a/runtime/syntax/debcontrol.vim ++++ b/runtime/syntax/debcontrol.vim +@@ -3,7 +3,7 @@ + " Maintainer: Debian Vim Maintainers <[email protected]> + " Former Maintainers: Gerfried Fuchs <[email protected]> + " Wichert Akkerman <[email protected]> +-" Last Change: 2015 Oct 24 ++" Last Change: 2016 Jul 9 + " URL: https://anonscm.debian.org/cgit/pkg-vim/vim.git/plain/runtime/syntax/debcontrol.vim + + " Standard syntax initialization +@@ -28,7 +28,7 @@ + + let s:kernels = '\%(linux\|hurd\|kfreebsd\|knetbsd\|kopensolaris\|netbsd\)' + let s:archs = '\%(alpha\|amd64\|armeb\|armel\|armhf\|arm64\|avr32\|hppa\|i386' +- \ . '\|ia64\|lpia\|m32r\|m68k\|mipsel\|mips\|powerpcspe\|powerpc\|ppc64el' ++ \ . '\|ia64\|lpia\|m32r\|m68k\|mipsel\|mips\|mips64el\|powerpcspe\|powerpc\|ppc64el' + \ . '\|ppc64\|s390x\|s390\|sh3eb\|sh3\|sh4eb\|sh4\|sh\|sparc64\|sparc\|x32\)' + let s:pairs = 'hurd-i386\|kfreebsd-i386\|kfreebsd-amd64\|knetbsd-i386\|kopensolaris-i386\|netbsd-alpha\|netbsd-i386' + diff --git a/debian/patches/series b/debian/patches/series new file mode 100644 index 0000000..08d4b0b --- /dev/null +++ b/debian/patches/series @@ -0,0 +1 @@ +debian_architectures.patch
signature.asc
Description: Digital signature

