[packages/adapter: 439/631] - unbreak summary order

glen glen at pld-linux.org
Mon Sep 12 20:11:14 CEST 2016


commit 2ce787c949b0dd355b5ce57162274bb812e50dbf
Author: Elan Ruusamäe <glen at pld-linux.org>
Date:   Mon Feb 16 19:45:08 2009 +0000

    - unbreak summary order
    
    Changed files:
        adapter.awk -> 1.417

 adapter.awk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/adapter.awk b/adapter.awk
index c4beed1..b8294f8 100644
--- a/adapter.awk
+++ b/adapter.awk
@@ -95,8 +95,8 @@ function b_makekey(a, b,	s) {
 	gsub(/^#[ \t]*/, "", s);
 
 	# force order
-	gsub(/^Summary/, "10Summary", s);
 	gsub(/^Summary\(/, "11Summary(", s);
+	gsub(/^Summary/, "10Summary", s);
 
 	gsub(/^Name/, "2Name", s);
 	gsub(/^Version/, "3Version", s);
================================================================

---- gitweb:

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



More information about the pld-cvs-commit mailing list