>>>>> "Timo" == Timo Juhani Lindfors <[email protected]> writes:

> Yann Hodique <[email protected]> writes:
>> The proper fix is to generate this file (which is fixed in the 'master'
>> git branch but didn't hit any release yet).

> Hmm. "make" in git master generates a really long 50magit.el. My problem
> is that this file does not comply with the debian emacs policy. magit
> stuff should only be autoloaded if debian-emacs-flavor is emacs23 or
> emacs-snapshot and if the package is installed:

> (if (member debian-emacs-flavor '(emacs23 emacs-snapshot))
>     (if (file-exists-p "/usr/share/emacs/site-lisp/magit/magit.el")
>         (autoload 'magit-status "magit" nil t)
>       (message "Package magit removed but not purged. Skipping setup.")))

Sorry, I'm not familiar with the Debian policy. Is there something that
needs to be fixed on our side ?
I mean *without* referring to things like `debien-emacs-flavor', that are
meaningless outside of Debian :)

Yann.

-- 
A requirement of creativity is that it contributes to change.
Creativity keeps the creator alive.

  -- FRANK HERBERT, unpublished notes

Reply via email to