Your message dated Sat, 01 Jul 2006 20:32:24 -0700
with message-id <[EMAIL PROTECTED]>
and subject line Bug#375679: fixed in bootsplash 3.1-15
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: bootsplash
Severity: important
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
The init script for "bootsplash" uses the "source" command to fetch the
user preferences from /etc/default/bootsplash, which is inappropriate,
because the source command is a Bashism.
8X-----
# source our config
source /etc/default/bootsplash 2>/dev/null
8X-----
This should be replaced by:
8X-----
# source our config
. /etc/default/bootsplash 2>/dev/null
8X-----
(yes, a single dot replaces "source")
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.3 (GNU/Linux)
iD8DBQFEoUtLeXr56x4Muc0RAqk/AJ0WZ15Ffmi1TLbc2JNGRQXEu6G7MACfU6Pp
4RHtvXWsMRA2EF4MtROy5GA=
=781n
-----END PGP SIGNATURE-----
--- End Message ---
--- Begin Message ---
Source: bootsplash
Source-Version: 3.1-15
We believe that the bug you reported is fixed in the latest version of
bootsplash, which is due to be installed in the Debian FTP archive:
bootsplash_3.1-15.diff.gz
to pool/main/b/bootsplash/bootsplash_3.1-15.diff.gz
bootsplash_3.1-15.dsc
to pool/main/b/bootsplash/bootsplash_3.1-15.dsc
bootsplash_3.1-15_amd64.deb
to pool/main/b/bootsplash/bootsplash_3.1-15_amd64.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.
Free Ekanayaka <[EMAIL PROTECTED]> (supplier of updated bootsplash 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: Sun, 2 Jul 2006 05:07:16 +0200
Source: bootsplash
Binary: bootsplash
Architecture: source amd64
Version: 3.1-15
Distribution: unstable
Urgency: low
Maintainer: Free Ekanayaka <[EMAIL PROTECTED]>
Changed-By: Free Ekanayaka <[EMAIL PROTECTED]>
Description:
bootsplash - Enables a graphical boot screen
Closes: 375372 375654 375679 375681 375814 376266
Changes:
bootsplash (3.1-15) unstable; urgency=low
.
* Applied patch from Martin-Eric Racine which makes the init
script LSB compliant (Closes: #375654)
* Don't fail to configure the package if no default resolution
was previously set (Closes: #375372).
* Use "." instead of "source" in the init script (Closes: #375679).
* Suggests linux-patch-bootsplash instead of kernel-patch-bootsplash,
as the package has changed name (Closes: #375814).
* Fixed default theme name in the init script (Closes: #375681).
* Applied patch from Florentin Duneau which fixes a typo in the
debconf templates and updates the French po (Closes: #376266).
Files:
e856cb64a50091e4528e48037df941db 689 graphics optional bootsplash_3.1-15.dsc
f5674f78b42cbe390a55a7fb008f23fc 16673 graphics optional
bootsplash_3.1-15.diff.gz
ba65c23495f961464e90b7f3d7ea1a21 83864 graphics optional
bootsplash_3.1-15_amd64.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.2.2 (GNU/Linux)
iD8DBQFEpzszcanJGlcVnlkRAqluAKDhjViNi9PQ+CuRSm4ovt3V8HdEtACgy31L
aqf+i8dw8mewlqLZHHgwzr8=
=r3jn
-----END PGP SIGNATURE-----
--- End Message ---