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

Re: [lintian] 01/02: checks/fields.pm: Add emacs23 to list of obsolete Emacs package names



Hi,

Bastien Roucaries wrote:
> > # Still in the archive but shouldn't be the primary Emacs dependency.
> >-our %known_obsolete_emacs = map { $_ => 1 } ('emacs21', 'emacs22');
> >+our %known_obsolete_emacs = map { $_ => 1 } ('emacs21', 'emacs22', 'emacs23');
> 
> Could this pushed to data with a regex part ?

Yeah, wondered about that, too. But it grows only very slowly and the
remainder is computable. Basically we would need two lists:

* List of all obsolete Emacs versions. (Could be also an interval or a
  number with hardcoded beginning.)

* List of all package suffixes (5 so far IIRC).

		Regards, Axel
-- 
 ,''`.  |  Axel Beckert <abe@debian.org>, http://people.debian.org/~abe/
: :' :  |  Debian Developer, ftp.ch.debian.org Admin
`. `'   |  4096R: 2517 B724 C5F6 CA99 5329  6E61 2FF9 CD59 6126 16B5
  `-    |  1024D: F067 EA27 26B9 C3FC 1486  202E C09E 1D89 9593 0EDE


Reply to: