From 3aa073296d42b78513d92dcba1c6f0bd6d5f51b8 Mon Sep 17 00:00:00 2001 From: Ulrich Müller Date: Thu, 9 Jan 2020 11:47:28 +0100 Subject: metadata.dtd: Fix maintainer element. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit According to GLEP 68, the "maintainer" element is ambiguous: At top level, it contains in any order: - exactly one "email" element, - at most one "name" element, - zero or more "description" elements. As subelement of "upstream", it contains in any order: - exactly one "name" element, - at most one "email" element. Since DTD syntax lacks expressiveness, the best we can do (while keeping things reasonably short) is "(email|name|description)+". Signed-off-by: Ulrich Müller Signed-off-by: Michał Górny --- metadata.dtd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/metadata.dtd b/metadata.dtd index cb38299..d02c5ac 100644 --- a/metadata.dtd +++ b/metadata.dtd @@ -7,7 +7,7 @@ - + -- cgit v1.2.3-65-gdbad