Your message dated Sun, 28 Sep 2014 14:18:59 +0200
with message-id <3482548.CGEdhyCzKX@k>
and subject line Re: Bug#720414: apache2-dev: invoking
apache2-maintscript-helper should be protected with -r, not -e
has caused the Debian Bug report #720414,
regarding apache2-dev: invoking apache2-maintscript-helper should be protected
with -r, not -e
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 this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
720414: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=720414
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: apache2-dev
Version: 2.4.6-2
Severity: minor
The example maintainer script fragment in
/usr/share/doc/apache2/PACKAGING.gz and the dh_apache2 script protect
the call to source the apache2-maintscript-helper shell script with a
[ -e ... ] (file exists); better would be [ -r ... ] (file is
readable).
Julian
--- End Message ---
--- Begin Message ---
On Wednesday 21 August 2013 15:43:49, Julian Gilbey wrote:
> The example maintainer script fragment in
> /usr/share/doc/apache2/PACKAGING.gz and the dh_apache2 script
> protect the call to source the apache2-maintscript-helper shell
> script with a [ -e ... ] (file exists); better would be [ -r ... ]
> (file is readable).
I disagree. If the helper exists but is not readable, something is
wrong. In this case it is better to exit with an error than silently
not executing the relevant code.
Therefore I am closing this bug.
--- End Message ---