[email protected] (Debian Bug Tracking System) writes:
> .
> * sync with upstream git repository.
> * fix dependencies (now Conflicts: emacs23). (Closes: #741081)
Oh, please don't
I need Emacs23 because I'm a Emacs hacker, and I need to test that what
I'm doing do work on older version of Emacs.
Just change the
if [ ${FLAVOR} = emacs20 -o ${FLAVOR} = emacs21 -o ${FLAVOR} = emacs22 ]; then
exit 0; fi
into
if [ ${FLAVOR} = emacs20 -o ${FLAVOR} = emacs21 -o ${FLAVOR} = emacs22 -o
${FLAVOR} = emacs23 ]; then exit 0; fi
at the beginning of /usr/lib/emacsen-common/packages/install/emacs-calfw
and of /usr/lib/emacsen-common/packages/remove/emacs-calfw
I will now need to deinstall emacs-calfw...
--
Rémi Vanicat
--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]