On Fri, 24 May 1996, Ian Jackson wrote:
> This should be done by releasing a new package with the new name with
> a hyphen in place of the underscore, with a control file like:
> Package: new-name
> Conflicts: old_name
> Replaces: old_name
Also
Provides: old_name
in case some other package was depending on the old name. Correct?
Guy