[pkg-wine-party] [SCM] Debian Wine packaging branch, wheezy, updated. wine-1.4-7-302-gb61b690

Alexandre Julliard julliard at winehq.org
Sun Jun 17 20:03:31 UTC 2012


The following commit has been merged in the wheezy branch:
commit 914c4fd9929d96af901872755016f0b2a64bdad3
Author: Vincent Povirk <vincent at codeweavers.com>
Date:   Wed May 2 14:16:01 2012 -0500

    winebuild: Allow angle brackets in export names.
    (cherry picked from commit ee1531ef789999e7a7766718c73e44baa75b94da)

diff --git a/tools/winebuild/parser.c b/tools/winebuild/parser.c
index 6a1eb85..f665dc3 100644
--- a/tools/winebuild/parser.c
+++ b/tools/winebuild/parser.c
@@ -45,7 +45,7 @@ static const char *separator_chars;
 static const char *comment_chars;
 
 /* valid characters in ordinal names */
-static const char valid_ordname_chars[] = "/$:-_@?abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789";
+static const char valid_ordname_chars[] = "/$:-_@?<>abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789";
 
 static const char * const TypeNames[TYPE_NBTYPES] =
 {

-- 
Debian Wine packaging



More information about the pkg-wine-party mailing list