Your message dated Mon, 9 Jul 2007 11:15:08 +0200 (CEST)
with message-id <[EMAIL PROTECTED]>
and subject line Bug#432270: gettext: autopoint depends: cvs needlessly
has caused the attached Bug report to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere. Please contact me immediately.)
Debian bug tracking system administrator
(administrator, Debian Bugs database)
--- Begin Message ---
Package: gettext
Version: 0.16.1-1
Severity: serious
/usr/bin/autopoint contains the following excuse for requiring cvs:
# The requirement that the user must have the CVS program available is not
# a severe restrictions, because most of the people who use autopoint are
# users of CVS.
#
# Check availability of the CVS program.
(cvs -v) >/dev/null 2>/dev/null || func_fatal_error "cvs program not found"
Please make that a warning, rather than a fatal error. The alternative
is to Depend: cvs, which is just plain silly.
thanks,
lamont
--- End Message ---
--- Begin Message ---
On Sun, 8 Jul 2007, LaMont Jones wrote:
> Package: gettext
> Version: 0.16.1-1
> Severity: serious
>
> /usr/bin/autopoint contains the following excuse for requiring cvs:
>
> # The requirement that the user must have the CVS program available is not
> # a severe restrictions, because most of the people who use autopoint are
> # users of CVS.
> #
> # Check availability of the CVS program.
> (cvs -v) >/dev/null 2>/dev/null || func_fatal_error "cvs program not found"
That's not an excuse but a test, as cvs is actually used later.
If you want autopoint to be completely rewritten so that it does
not use cvs, please contact the author. I'm not going to do that myself.
> Please make that a warning, rather than a fatal error. The alternative
> is to Depend: cvs, which is just plain silly.
The status of cvs is explained in /usr/share/doc/gettext/README.Debian,
which I consider to be a good compromise.
--- End Message ---