Michael Stapelberg <stapelb...@debian.org> writes:
>
> Can you please send a patch against the current golang packaging which
> has the effect you described?

Oh, in /usr/lib/emacsen-common/packages/install/golang-mode where now

if [ ${FLAVOR} = emacs ]; then
       exit 0;
fi

extend it to skip also xemacs21, and it would be helpful to skip emacs21
too pending whether bug 717521 is supposed to work or not.

case $FLAVOR in
    emacs|emacs19|emacs20|emacs21|xemacs21)
        exit 0
        ;;
esac


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to