[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: RFS since



On Sat, Jul 19, 2003 at 23:16 +0200, Luk Claes wrote:
> > I believe your "closes" entries should match the expression,
> >
> >   /closes:\s*(?:bug)?\#\s*\d+(?:,\s*(?:bug)?\#\s*\d+)*/ig
> >
> > listed by
> > http://www.debian.org/doc/developers-reference/ch-pkgs.en.html#s-upload-bugfix
> >
> > That is, the numbers should be prefixed by "#".

And 'closes' must be followed by ':'.

Also, according to the same URL, the preferred syntax is:

closes: #nnnnnn

> done

You need to change the following lines again:

   * New maintainer (closes #201365).
   * debhelper in Build-Depends (closes #190527).

to insert ':' after the word 'closes'.

To test your 'closes:' statement (there are other variations) against
the regular expression, do something like this:

echo 'closes: #201365' | perl -ne 'print "ok\n" if /closes:\s*(?:bug)?\#\s*\d+(?:,\s*(?:bug)?\#\s*\d+)*/ig'
ok

> cheers
> 
> Luk

Kind regards,

Aníbal Monsalve Salazar
--

 .''`.  Debian GNU/Linux      | Building 28C
: :' :  Free Operating System | Monash University VIC 3800
`. `'   http://debian.org/    | Australia
  `-                          | 



Attachment: pgpZs1wql9j72.pgp
Description: PGP signature


Reply to: