[Pkg-mc-commits] r51 - in trunk/debian: . patches
winnie at alioth.debian.org
winnie at alioth.debian.org
Tue Feb 19 21:26:56 UTC 2008
Author: winnie
Date: 2008-02-19 21:26:55 +0000 (Tue, 19 Feb 2008)
New Revision: 51
Modified:
trunk/debian/changelog
trunk/debian/patches/52_debian_dsc.patch
trunk/debian/patches/53_strace_syntax.patch
trunk/debian/patches/54_named_syntax.patch
Log:
Rediffed and added makefile entries
Modified: trunk/debian/changelog
===================================================================
--- trunk/debian/changelog 2008-02-18 07:50:20 UTC (rev 50)
+++ trunk/debian/changelog 2008-02-19 21:26:55 UTC (rev 51)
@@ -1,8 +1,8 @@
mc (1:4.6.2~pre1-4) UNRELEASED; urgency=low
- *
+ * Rediffed the named/strace/dsc syntax and added them to the Makefile.
- -- Patrick Winnertz <winnie at debian.org> Mon, 18 Feb 2008 00:11:07 +0100
+ -- Patrick Winnertz <winnie at debian.org> Tue, 19 Feb 2008 22:23:42 +0100
mc (1:4.6.2~pre1-3) unstable; urgency=low
Modified: trunk/debian/patches/52_debian_dsc.patch
===================================================================
--- trunk/debian/patches/52_debian_dsc.patch 2008-02-18 07:50:20 UTC (rev 50)
+++ trunk/debian/patches/52_debian_dsc.patch 2008-02-19 21:26:55 UTC (rev 51)
@@ -1,6 +1,6 @@
diff -Nurwd mc-4.6.2~pre1.orig/syntax/debian-description.syntax mc-4.6.2~pre1/syntax/debian-description.syntax
--- mc-4.6.2~pre1.orig/syntax/debian-description.syntax 1970-01-01 00:00:00.000000000 +0000
-+++ mc-4.6.2~pre1/syntax/debian-description.syntax 2008-02-16 13:52:35.000000000 +0100
++++ mc-4.6.2~pre1/syntax/debian-description.syntax 2008-02-19 22:16:42.000000000 +0100
@@ -0,0 +1,15 @@
+context default
+ keyword linestart Format green
@@ -17,9 +17,20 @@
+context --- \n brightred
+ spellcheck
+
+diff -Nurwd mc-4.6.2~pre1.orig/syntax/Makefile.in mc-4.6.2~pre1/syntax/Makefile.in
+--- mc-4.6.2~pre1.orig/syntax/Makefile.in 2008-02-19 22:16:07.000000000 +0100
++++ mc-4.6.2~pre1/syntax/Makefile.in 2008-02-19 22:17:19.000000000 +0100
+@@ -244,6 +244,7 @@
+ cs.syntax \
+ css.syntax \
+ d.syntax \
++ debian-description.syntax \
+ diff.syntax \
+ dos.syntax \
+ eiffel.syntax \
diff -Nurwd mc-4.6.2~pre1.orig/syntax/Syntax mc-4.6.2~pre1/syntax/Syntax
---- mc-4.6.2~pre1.orig/syntax/Syntax 2008-02-16 13:52:09.000000000 +0100
-+++ mc-4.6.2~pre1/syntax/Syntax 2008-02-16 13:53:42.000000000 +0100
+--- mc-4.6.2~pre1.orig/syntax/Syntax 2008-02-19 22:16:07.000000000 +0100
++++ mc-4.6.2~pre1/syntax/Syntax 2008-02-19 22:16:42.000000000 +0100
@@ -148,5 +148,8 @@
file Don_t_match_me Mail\sfolder ^From\s
include mail.syntax
Modified: trunk/debian/patches/53_strace_syntax.patch
===================================================================
--- trunk/debian/patches/53_strace_syntax.patch 2008-02-18 07:50:20 UTC (rev 50)
+++ trunk/debian/patches/53_strace_syntax.patch 2008-02-19 21:26:55 UTC (rev 51)
@@ -1,6 +1,17 @@
+diff -Nurwd mc-4.6.2~pre1.orig/syntax/Makefile.in mc-4.6.2~pre1/syntax/Makefile.in
+--- mc-4.6.2~pre1.orig/syntax/Makefile.in 2008-02-19 22:19:14.000000000 +0100
++++ mc-4.6.2~pre1/syntax/Makefile.in 2008-02-19 22:20:28.000000000 +0100
+@@ -275,6 +275,7 @@
+ slang.syntax \
+ spec.syntax \
+ sql.syntax \
++ strace.syntax \
+ swig.syntax \
+ syntax.syntax \
+ tcl.syntax \
diff -Nurwd mc-4.6.2~pre1.orig/syntax/strace.syntax mc-4.6.2~pre1/syntax/strace.syntax
--- mc-4.6.2~pre1.orig/syntax/strace.syntax 1970-01-01 00:00:00.000000000 +0000
-+++ mc-4.6.2~pre1/syntax/strace.syntax 2008-02-16 14:00:30.000000000 +0100
++++ mc-4.6.2~pre1/syntax/strace.syntax 2008-02-19 22:19:50.000000000 +0100
@@ -0,0 +1,43 @@
+context default
+ keyword access(*) green
@@ -46,8 +57,8 @@
+ keyword gettimeofday(*) yellow
+
diff -Nurwd mc-4.6.2~pre1.orig/syntax/Syntax mc-4.6.2~pre1/syntax/Syntax
---- mc-4.6.2~pre1.orig/syntax/Syntax 2008-02-16 14:01:20.000000000 +0100
-+++ mc-4.6.2~pre1/syntax/Syntax 2008-02-16 14:01:49.000000000 +0100
+--- mc-4.6.2~pre1.orig/syntax/Syntax 2008-02-19 22:19:14.000000000 +0100
++++ mc-4.6.2~pre1/syntax/Syntax 2008-02-19 22:19:50.000000000 +0100
@@ -151,5 +151,8 @@
file .\*\\.dsc$ Debian\sdescriptiom\sfile
include debian-description.syntax
Modified: trunk/debian/patches/54_named_syntax.patch
===================================================================
--- trunk/debian/patches/54_named_syntax.patch 2008-02-18 07:50:20 UTC (rev 50)
+++ trunk/debian/patches/54_named_syntax.patch 2008-02-19 21:26:55 UTC (rev 51)
@@ -1,6 +1,17 @@
+diff -Nurwd mc-4.6.2~pre1.orig/syntax/Makefile.in mc-4.6.2~pre1/syntax/Makefile.in
+--- mc-4.6.2~pre1.orig/syntax/Makefile.in 2008-02-19 22:22:14.000000000 +0100
++++ mc-4.6.2~pre1/syntax/Makefile.in 2008-02-19 22:23:07.000000000 +0100
+@@ -261,6 +261,7 @@
+ mail.syntax \
+ makefile.syntax \
+ ml.syntax \
++ named.syntax \
+ nroff.syntax \
+ octave.syntax \
+ pascal.syntax \
diff -Nurwd mc-4.6.2~pre1.orig/syntax/named.syntax mc-4.6.2~pre1/syntax/named.syntax
--- mc-4.6.2~pre1.orig/syntax/named.syntax 1970-01-01 00:00:00.000000000 +0000
-+++ mc-4.6.2~pre1/syntax/named.syntax 2008-02-16 16:50:52.000000000 +0100
++++ mc-4.6.2~pre1/syntax/named.syntax 2008-02-19 22:21:59.000000000 +0100
@@ -0,0 +1,178 @@
+wholechars abcdefghijklmnopqrstuvwxyz0123456789-
+
@@ -181,8 +192,8 @@
+context " " green
+ spellcheck
diff -Nurwd mc-4.6.2~pre1.orig/syntax/Syntax mc-4.6.2~pre1/syntax/Syntax
---- mc-4.6.2~pre1.orig/syntax/Syntax 2008-02-16 16:52:06.000000000 +0100
-+++ mc-4.6.2~pre1/syntax/Syntax 2008-02-16 16:51:39.000000000 +0100
+--- mc-4.6.2~pre1.orig/syntax/Syntax 2008-02-19 22:22:14.000000000 +0100
++++ mc-4.6.2~pre1/syntax/Syntax 2008-02-19 22:21:59.000000000 +0100
@@ -154,5 +154,8 @@
file .\*\\.strace$ Strace\sdebug\soutput
include strace.syntax
More information about the Pkg-mc-commits
mailing list