rev 10237 - in trunk/packages/kdelibs/debian: . patches

Fathi Boudra fabo at alioth.debian.org
Wed Apr 23 08:02:56 UTC 2008


Author: fabo
Date: 2008-04-23 08:02:55 +0000 (Wed, 23 Apr 2008)
New Revision: 10237

Added:
   trunk/packages/kdelibs/debian/patches/05_kate_debianchangelo_default_context_r799980.diff
Modified:
   trunk/packages/kdelibs/debian/changelog
Log:
* Add 05_kate_debianchangelog_default_context_r799980 patch to give a name
  to the default context in kate debian changelog support.


Modified: trunk/packages/kdelibs/debian/changelog
===================================================================
--- trunk/packages/kdelibs/debian/changelog	2008-04-23 02:40:18 UTC (rev 10236)
+++ trunk/packages/kdelibs/debian/changelog	2008-04-23 08:02:55 UTC (rev 10237)
@@ -2,6 +2,9 @@
 
   * Add 03_start_kdeinit_integer_overflow.diff patch to fix a security
     advisory: start_kdeinit multiple vulnerabilities.
+  * Add 05_kate_debianchangelog_default_context_r799980 patch to give a name
+    to the default context in kate debian changelog support.
+    Thanks to Pino Toscano.
 
  -- Fathi Boudra <fabo at debian.org>  Tue, 22 Apr 2008 19:44:01 +0200
 

Added: trunk/packages/kdelibs/debian/patches/05_kate_debianchangelo_default_context_r799980.diff
===================================================================
--- trunk/packages/kdelibs/debian/patches/05_kate_debianchangelo_default_context_r799980.diff	                        (rev 0)
+++ trunk/packages/kdelibs/debian/patches/05_kate_debianchangelo_default_context_r799980.diff	2008-04-23 08:02:55 UTC (rev 10237)
@@ -0,0 +1,13 @@
+give a name to the default context
+
+--- a/kate/data/debianchangelog.xml
++++ b/kate/data/debianchangelog.xml
+@@ -23,7 +23,7 @@
+         </list>
+ 
+         <contexts>
+-            <context attribute="Normal Text" lineEndContext="#stay">
++            <context attribute="Normal Text" lineEndContext="#stay" name="INIT">
+                 <RegExpr attribute="Keyword" context="Head" String="[^ ]*" column="0"/>
+                 <RegExpr attribute="Email" context="#stay" String="&lt;.*@.*&gt;"/>
+                 <RegExpr attribute="Keyword" context="#stay" String=" \-\-" column="0"/>




More information about the pkg-kde-commits mailing list