From 8064995b0468ae7ec8c7501d6d6d5d80a4b826d8 Mon Sep 17 00:00:00 2001 From: Manoj Srivastava Date: Thu, 16 Jun 2005 05:11:43 +0000 Subject: [PATCH] * Make # in closes: regexp optional, as in latest dpkg-dev Author: jdg Date: 2001/04/27 14:53:26 * Make # in closes: regexp optional, as in latest dpkg-dev git-archimport-id: srivasta@debian.org--etch/debian-policy--devel--3.0--patch-101 --- policy.sgml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/policy.sgml b/policy.sgml index 8db3804..df49d64 100644 --- a/policy.sgml +++ b/policy.sgml @@ -2242,7 +2242,7 @@ To be precise, the string should match the following Perl regular expression: -/closes:\s*(?:bug)?\#\s?\d+(?:,\s*(?:bug)?\#\s?\d+)*/i +/closes:\s*(?:bug)?\#?\s?\d+(?:,\s*(?:bug)?\#?\s?\d+)*/i Then all of the bug numbers listed will be closed by the archive maintenance script (katie), or in -- 2.39.2