r56 - trunk/vim/debian

Norbert Tretkowski tretkowski@inittab.de
Tue, 15 Mar 2005 10:35:32 +0100


* Pierre Habouzit wrote:
> 
> > - -- Debian VIM Maintainers [...]  Tue, 15 Mar 2005 08:37:59 +0100
> > + -- Norbert Tretkowski [...]  Tue, 15 Mar 2005 08:56:39 +0100
> 
> hmm in order to prevent email commits wars ;)
> 
> maybe we shoud consider doing :
> 
> alias vimdch = \
>  DEBEMAIL="Debian VIM Maintainers <pkg-vim-maintainers@lists.alioth.debian.org>" \
>  dch

Doesn't work when $DEBFULLNAME is set.

alias vimdch = \
  DEBFULLNAME="Debian VIM Maintainers" \
  DEBEMAIL="pkg-vim-maintainers@lists.alioth.debian.org" \
  dch

Norbert