From: Manoj Srivastava Date: Thu, 16 Jun 2005 05:11:56 +0000 (+0000) Subject: TeX got confused by the new perl regexpo in policy; had to create a woraround to... X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=d43485b4ca267c721cdac941b9019f86f15a28e5;p=debian%2Fdebian-policy.git TeX got confused by the new perl regexpo in policy; had to create a woraround to package policy Author: srivasta Date: 2001/04/28 19:10:09 TeX got confused by the new perl regexpo in policy; had to create a woraround to package policy git-archimport-id: srivasta@debian.org--etch/debian-policy--devel--3.0--patch-103 --- diff --git a/policy.sgml b/policy.sgml index 1b28837..ceabf51 100644 --- a/policy.sgml +++ b/policy.sgml @@ -2108,7 +2108,7 @@

The architectures we build on and build for are determined - by make variables using + by make variables using the utility dpkg-architecture. You can determine the Debian architecture and the GNU style architecture specification string for the build machine (the machine type @@ -2240,10 +2240,17 @@

To be precise, the string should match the following - Perl regular expression: + Perl regular expression (where $pound=#;): -/closes:\s*(?:bug)?\#?\s?\d+(?:,\s*(?:bug)?\#?\s?\d+)*/i +/closes:\s*(?:bug)?${pound}?\s?\d+(?:,\s*(?:bug)?\${pound}?\s?\d+)*/i + +

We had to introduce the $pound variable in the + regexp above because otherwise the utilities + rendering the policy documents gor confused by a + backslashed "#" symbol. +

+ Then all of the bug numbers listed will be closed by the archive maintenance script (katie), or in the case of an NMU, marked as fixed.