From 6f6e974ede960e9b4c9a7094f9f8aa1322e7943c Mon Sep 17 00:00:00 2001 From: Russ Allbery Date: Fri, 13 Jan 2012 15:11:37 -0800 Subject: [PATCH] Fix formatting of the symbols file Alternative dependencies and metadata fields should not be indented by a space. --- policy.sgml | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) diff --git a/policy.sgml b/policy.sgml index b57dd76..942e5c8 100644 --- a/policy.sgml +++ b/policy.sgml @@ -6061,10 +6061,10 @@ Replaces: mail-transport-agent

library-soname main-dependency-template -[ | alternative-dependency-template ] -[ ... ] -[ * field-name: field-value ] -[ ... ] +[| alternative-dependency-template] +[...] +[* field-name: field-value] +[...] symbol minimal-version[ id-of-dependency-template ]

@@ -6169,7 +6169,7 @@ libz.so.1 zlib1g #MINVER# following symbols file: libGL.so.1 libgl1 - | libgl1-mesa-glx #MINVER# +| libgl1-mesa-glx #MINVER# publicGlSymbol@Base 6.3-1 [...] implementationSpecificSymbol@Base 6.5.2-7 1 @@ -6208,10 +6208,8 @@ libGL.so.1 libgl1 For our example, the zlib1g symbols file would contain: - * Build-Depends-Package: zlib1g-dev +* Build-Depends-Package: zlib1g-dev - (Don't forget the space before the * so that it will - be parsed as part of the entry for that library.)

-- 2.39.2