Bug#281625: marked as done ([patch] syntax/debcontrol.vim: added highlighting for "Section: libdevel")

Debian Bug Tracking System owner@bugs.debian.org
Mon, 14 Mar 2005 23:48:36 -0800


Your message dated Tue, 15 Mar 2005 08:43:33 +0100
with message-id <200503150843.36828.pierre.habouzit@m4x.org>
and subject line (no subject)
has caused the attached Bug report to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

--------------------------------------
Received: (at submit) by bugs.debian.org; 16 Nov 2004 23:15:53 +0000
>From ch@debian.org Tue Nov 16 15:15:53 2004
Return-path: <ch@debian.org>
Received: from gate.lathspell.de (app109.hitnet.rwth-aachen.de) [212.117.68.82] 
	by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
	id 1CUCYD-0005ja-00; Tue, 16 Nov 2004 15:15:53 -0800
Received: by app109.hitnet.rwth-aachen.de (Postfix, from userid 1000)
	id 1F766C5E0; Wed, 17 Nov 2004 00:15:50 +0100 (CET)
Content-Type: multipart/mixed; boundary="===============0271043169=="
MIME-Version: 1.0
From: Christian Hammers <ch@debian.org>
To: Debian Bug Tracking System <submit@bugs.debian.org>
Subject: [patch] syntax/debcontrol.vim: added highlighting for "Section: libdevel"
X-Mailer: reportbug 3.2
Date: Wed, 17 Nov 2004 00:15:50 +0100
Message-Id: <20041116231550.1F766C5E0@app109.hitnet.rwth-aachen.de>
Delivered-To: submit@bugs.debian.org
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2004_03_25 
	(1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Status: No, hits=-8.0 required=4.0 tests=BAYES_00,HAS_PACKAGE 
	autolearn=no version=2.60-bugs.debian.org_2004_03_25
X-Spam-Level: 

This is a multi-part MIME message sent by reportbug.

--===============0271043169==
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: inline

Package: vim
Version: 1:6.3-031+2
Severity: minor
Tags: patch

Hello

Attached you'll find a patch for debcontrol.vim. 
(beware overlong lines, it's just an added "libdevel\|" to the Section
line.

bye,

-christian-

--- debcontrol.vim.orig	2004-11-17 00:11:55.000000000 +0100
+++ debcontrol.vim	2004-11-17 00:12:27.000000000 +0100
@@ -28,7 +28,7 @@
 syn match debcontrolArchitecture contained "\(all\|any\|alpha\|arm\|hppa\|ia64\|i386\|m68k\|mipsel\|mips\|powerpc\|sh\|sheb\|sparc\|hurd-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\|games\|graphics\|hamradio\|interpreters\|libs\|mail\|math\|misc\|net\|news\|oldlibs\|otherosfs\|science\|shells\|sound\|text\|tex\|utils\|web\|x11\|debian-installer\)"
+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\|libdevel\|libs\|mail\|math\|misc\|net\|news\|oldlibs\|otherosfs\|science\|shells\|sound\|text\|tex\|utils\|web\|x11\|debian-installer\)"
 syn match debcontrolVariable contained "\${.\{-}}"
 
 " An email address

-- System Information:
Debian Release: 3.1
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)
Kernel: Linux 2.6.9-1-k7
Locale: LANG=de_DE, LC_CTYPE=de_DE (charmap=ISO-8859-15) (ignored: LC_ALL set to de_DE)

Versions of packages vim depends on:
ii  dpkg                        1.10.25      Package maintenance system for Deb
ii  libc6                       2.3.2.ds1-18 GNU C Library: Shared libraries an
ii  libgpmg1                    1.19.6-19    General Purpose Mouse - shared lib
ii  libncurses5                 5.4-4        Shared libraries for terminal hand
ii  vim-common                  1:6.3-031+2  Vi IMproved - Common files

-- no debconf information

--===============0271043169==
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment; filename="debcontrol.vim.diff"

--- debcontrol.vim.orig	2004-11-17 00:11:55.000000000 +0100
+++ debcontrol.vim	2004-11-17 00:12:27.000000000 +0100
@@ -28,7 +28,7 @@
 syn match debcontrolArchitecture contained "\(all\|any\|alpha\|arm\|hppa\|ia64\|i386\|m68k\|mipsel\|mips\|powerpc\|sh\|sheb\|sparc\|hurd-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\|games\|graphics\|hamradio\|interpreters\|libs\|mail\|math\|misc\|net\|news\|oldlibs\|otherosfs\|science\|shells\|sound\|text\|tex\|utils\|web\|x11\|debian-installer\)"
+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\|libdevel\|libs\|mail\|math\|misc\|net\|news\|oldlibs\|otherosfs\|science\|shells\|sound\|text\|tex\|utils\|web\|x11\|debian-installer\)"
 syn match debcontrolVariable contained "\${.\{-}}"
 
 " An email address

--===============0271043169==--

---------------------------------------
Received: (at 281625-done) by bugs.debian.org; 15 Mar 2005 07:43:55 +0000
>From pierre.habouzit@m4x.org Mon Mar 14 23:43:54 2005
Return-path: <pierre.habouzit@m4x.org>
Received: from mx1.polytechnique.org [129.104.30.34] 
	by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
	id 1DB6iY-0003wg-00; Mon, 14 Mar 2005 23:43:54 -0800
Received: from hades.madism.org (olympe.madism.org [82.225.205.10])
	(using TLSv1 with cipher RC4-MD5 (128/128 bits))
	(No client certificate requested)
	by ssl.polytechnique.org (Postfix) with ESMTP id AF09D33184;
	Tue, 15 Mar 2005 08:43:52 +0100 (CET)
From: Pierre Habouzit <pierre.habouzit@m4x.org>
Organization: Polytechnique.org
To: 281625-done@bugs.debian.org,
	pkg-vim-maintainers@lists.alioth.debian.org
Date: Tue, 15 Mar 2005 08:43:33 +0100
User-Agent: KMail/1.8
X-Face: $(^e[V4D-[`f2EmMGz@fgWK!e.B~2g.{08lKPU(nc1J~z\4B>*JEVq:E]7G-\6$Ycr4<;Z!|VY6Grt]+RsS$IMV)f>2)M="tY:ZPcU;&%it2D81X^kNya0=L]"vZmLP+UmKhgq+u*\.dJ8G!N&=EvlD
MIME-Version: 1.0
Content-Type: multipart/signed;
  boundary="nextPart2170052.3YCcIDnyPM";
  protocol="application/pgp-signature";
  micalg=pgp-sha1
Content-Transfer-Encoding: 7bit
Message-Id: <200503150843.36828.pierre.habouzit@m4x.org>
X-Virus-Scanned: by amavisd-new-20030616-p10 at Polytechnique.org
X-DCC--Metrics: djali 32702; Body=1 Fuz1=1 Fuz2=1
X-Org-Mail: pierre.habouzit.2000@polytechnique.org
Delivered-To: 281625-done@bugs.debian.org
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02 
	(1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Status: No, hits=-1.5 required=4.0 tests=BAYES_00,NOSUBJECT 
	autolearn=no version=2.60-bugs.debian.org_2005_01_02
X-Spam-Level: 

--nextPart2170052.3YCcIDnyPM
Content-Type: text/plain;
  charset="iso-8859-15"
Content-Transfer-Encoding: quoted-printable
Content-Disposition: inline

bug does not apply to the current versions of vim (libdevel is hilighted=20
correctly)
=2D-=20
=B7O=B7  Pierre Habouzit
=B7=B7O
OOO                                                http://www.madism.org

--nextPart2170052.3YCcIDnyPM
Content-Type: application/pgp-signature

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.0 (GNU/Linux)

iD8DBQBCNpIovGr7W6HudhwRAsMEAJ436AZhthOomBXQPfmkoTn0msKpEQCfWBp+
5O5+be8CcBYIPHxlNAU8kb4=
=AAAr
-----END PGP SIGNATURE-----

--nextPart2170052.3YCcIDnyPM--