SPECS: adapter.awk - Inc. ends with a dot

qboosh qboosh at pld-linux.org
Sun Apr 15 09:25:50 CEST 2007


Author: qboosh                       Date: Sun Apr 15 07:25:50 2007 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- Inc. ends with a dot

---- Files affected:
SPECS:
   adapter.awk (1.353 -> 1.354) 

---- Diffs:

================================================================
Index: SPECS/adapter.awk
diff -u SPECS/adapter.awk:1.353 SPECS/adapter.awk:1.354
--- SPECS/adapter.awk:1.353	Tue Mar 27 16:01:39 2007
+++ SPECS/adapter.awk	Sun Apr 15 09:25:45 2007
@@ -651,7 +651,7 @@
 
 	field = tolower($1)
 	fieldnlower = $1
-	if (field ~ /summary:/ && !/etc\.$/) {
+	if (field ~ /summary:/ && !/etc\.$/ && !/Inc\.$/) {
 		sub(/\.$/, "", $0);
 	}
 	if (field ~ /group(\([^)]+\)):/)
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/adapter.awk?r1=1.353&r2=1.354&f=u



More information about the pld-cvs-commit mailing list