Package: mg Version: 20110905-1.1 Since mg provides emacs-like editing capabilities, it would be better for mg to provide alternative setup for emacs. So that, it will be possible to call mg using emacs command provided by update-alternatives.
Users can issue "sudo update-alternatives --config emacs" and select mg to provide symbolic link for emacs command. Here is patch to do the job. ---------------------- --- a/debian/control +++ b/debian/control @@ -12,7 +12,7 @@ Vcs-Browser: https://darcs.debian.org/co Package: mg Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends} -Provides: editor +Provides: editor, emacs Description: microscopic GNU Emacs-style editor This program is intended to be a small, fast, and portable editor for people who can't (or don't want to) run real ---------------------- -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org