Your message dated Wed, 02 May 2007 01:32:09 +0000
with message-id <[EMAIL PROTECTED]>
and subject line Bug#419619: fixed in gsfonts 1:8.11+urwcyr1.0.7~pre41-2
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: gsfonts
Version: 1:8.11+urwcyr1.0.7~pre41-1
Severity: minor
The use of echo -e to enable backslash escapes is not supported by all shells
which may be installed as /bin/sh in Debian. When /bin/sh is [d]ash, the
upgrade of gsfonts prints some weird-looking messages like this:
-e -n Unregistering PostScript fonts...
-e -n (Re-)registering PostScript fonts...
The postinst and prerm scripts have these interesting lines:
gsfonts.postinst:
echo -e -n "(Re-)registering PostScript fonts...\n"
gsfonts.prerm:
echo -e -n "Unregistering PostScript fonts...\n"
They use 3 non-portable echo features in one line (-e, -n, and \n) - only one
of which (the -n) is guaranteed by Debian to be supported in /bin/sh, and the
net effect, if all 3 of them happen to work, is that they cancel each other
out! How about simplifying those lines to
echo "(Re-)registering PostScript fonts..."
echo "Unregistering PostScript fonts..."
-- System Information:
Debian Release: 4.0
APT prefers stable
APT policy: (500, 'stable')
Architecture: powerpc (ppc)
Shell: /bin/sh linked to /bin/dash
Kernel: Linux 2.6.20.4
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)
Versions of packages gsfonts depends on:
ii defoma 0.11.10-0.1 Debian Font Manager -- automatic f
gsfonts recommends no packages.
-- debconf-show failed
--- End Message ---
--- Begin Message ---
Source: gsfonts
Source-Version: 1:8.11+urwcyr1.0.7~pre41-2
We believe that the bug you reported is fixed in the latest version of
gsfonts, which is due to be installed in the Debian FTP archive:
gsfonts_8.11+urwcyr1.0.7~pre41-2.diff.gz
to pool/main/g/gsfonts/gsfonts_8.11+urwcyr1.0.7~pre41-2.diff.gz
gsfonts_8.11+urwcyr1.0.7~pre41-2.dsc
to pool/main/g/gsfonts/gsfonts_8.11+urwcyr1.0.7~pre41-2.dsc
gsfonts_8.11+urwcyr1.0.7~pre41-2_all.deb
to pool/main/g/gsfonts/gsfonts_8.11+urwcyr1.0.7~pre41-2_all.deb
A summary of the changes between this version and the previous one is
attached.
Thank you for reporting the bug, which will now be closed. If you
have further comments please address them to [EMAIL PROTECTED],
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Masayuki Hatta (mhatta) <[EMAIL PROTECTED]> (supplier of updated gsfonts
package)
(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [EMAIL PROTECTED])
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Format: 1.7
Date: Wed, 02 May 2007 10:08:41 +0900
Source: gsfonts
Binary: gsfonts
Architecture: source all
Version: 1:8.11+urwcyr1.0.7~pre41-2
Distribution: unstable
Urgency: low
Maintainer: Masayuki Hatta (mhatta) <[EMAIL PROTECTED]>
Changed-By: Masayuki Hatta (mhatta) <[EMAIL PROTECTED]>
Description:
gsfonts - Fonts for the Ghostscript interpreter(s)
Closes: 415927 419619
Changes:
gsfonts (1:8.11+urwcyr1.0.7~pre41-2) unstable; urgency=low
.
* Do not give echo certain-shell-specific options in postinst/prerm -
closes: #419619
* Fixed debian/watch - closes: #415927
Files:
6e97f1615458529d310d46e02947cf53 687 text optional
gsfonts_8.11+urwcyr1.0.7~pre41-2.dsc
9a4a0d06cffaa7a159791ae76813ada1 7857 text optional
gsfonts_8.11+urwcyr1.0.7~pre41-2.diff.gz
4f4075765472bb438bc43d2270f97446 4648182 text optional
gsfonts_8.11+urwcyr1.0.7~pre41-2_all.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)
iD8DBQFGN+aXy2+jQOcHWlQRAuaCAJsHMZji6uTnAnSABqdSPdcjR52bJACdFbNU
bPqu/ez2UTBA7YOX7uYXFOY=
=R4wR
-----END PGP SIGNATURE-----
--- End Message ---