[packages/adapter: 106/631] - handle Requires(sth,sthelse):

glen glen at pld-linux.org
Mon Sep 12 19:43:21 CEST 2016


commit 27a55f7b39210d2f5c05e178be7ccb9af6541a69
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date:   Mon Dec 9 09:34:24 2002 +0000

    - handle Requires(sth,sthelse):
    
    Changed files:
        adapter.awk -> 1.106

 adapter.awk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/adapter.awk b/adapter.awk
index d4fef6d..ae250ea 100644
--- a/adapter.awk
+++ b/adapter.awk
@@ -514,7 +514,7 @@ function fixedsub(s1,s2,t,      ind) {
 function format_preamble()
 {
 	sub(/:[ \t]*/, ":")
-	if (match($0, /[A-Za-z0-9()#_ \t]+[ \t]*:[ \t]*/) == 1) {
+	if (match($0, /[A-Za-z0-9(),#_ \t]+[ \t]*:[ \t]*/) == 1) {
 		if (RLENGTH < 8)
 			sub(/:/, ":\t\t")
 		else
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/adapter.git/commitdiff/6ca0126d4d0c8c79feb7db10b0a0fade0f3b8885



More information about the pld-cvs-commit mailing list