SPECS: adapter.awk - "etc." excluded for dot removal in summary:

glen glen at pld-linux.org
Wed Dec 14 10:32:26 CET 2005


Author: glen                         Date: Wed Dec 14 09:32:26 2005 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- "etc." excluded for dot removal in summary:

---- Files affected:
SPECS:
   adapter.awk (1.246 -> 1.247) 

---- Diffs:

================================================================
Index: SPECS/adapter.awk
diff -u SPECS/adapter.awk:1.246 SPECS/adapter.awk:1.247
--- SPECS/adapter.awk:1.246	Wed Dec 14 10:16:22 2005
+++ SPECS/adapter.awk	Wed Dec 14 10:32:21 2005
@@ -560,7 +560,7 @@
 
 	field = tolower($1)
 	fieldnlower = $1
-	if (field ~ /summary:/) {
+	if (field ~ /summary:/ && !/etc\.$/) {
 		sub(/\.$/, "", $0);
 	}
 	if (field ~ /group(\([^)]+\)):/)
================================================================

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




More information about the pld-cvs-commit mailing list