Your message dated Wed, 24 May 2006 19:02:12 -0700
with message-id <[EMAIL PROTECTED]>
and subject line Bug#353283: fixed in yaird 0.0.12-10
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: yaird
Version: 0.0.12-3
Severity: wishlist
Tags: patch
Here is a patch that will load the boottime keymap configure by
console-common before running cryptsetup.
MfG,
Jö.
-- System Information:
Debian Release: testing/unstable
APT prefers proposed-updates
APT policy: (500, 'proposed-updates'), (500, 'testing'), (500, 'stable'), (1,
'unstable')
Architecture: i386 (i686)
Shell: /bin/sh linked to /bin/bash
Kernel: Linux 2.6.15-1-k7
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=UTF-8)
Versions of packages yaird depends on:
ii cpio 2.6-10 GNU cpio -- a program to manage ar
ii dash 0.5.3-2 The Debian Almquist Shell
ii libc6 2.3.5-13 GNU C Library: Shared libraries an
ii libhtml-template-perl 2.8-1 HTML::Template : A module for usin
ii libparse-recdescent-perl 1.94.free-1 Generates recursive-descent parser
ii perl 5.8.7-10 Larry Wall's Practical Extraction
yaird recommends no packages.
-- no debconf information
--
Das Leben ist eine Krankheit, die tödlich endet.
--- Templates.cfg.orig 2006-02-17 11:31:38.000000000 +0100
+++ Templates.cfg 2006-02-17 11:39:48.000000000 +0100
@@ -319,9 +319,21 @@
#
TEMPLATE cryptsetup
BEGIN
+ FILE "/bin/loadkeys"
+ FILE "/bin/gunzip"
+ FILE "/etc/console/boottime.kmap.gz"
FILE "/sbin/cryptsetup"
SCRIPT "/init"
BEGIN
+ !# loadkeys from the kbd package has problems
+ !# uncompressing the keymap on-the-fly when
+ !# run from initramfs, don't know why
+ !if [ -e /etc/console/boottime.kmap.gz ]
+ !then gunzip /etc/console/boottime.kmap.gz
+ !fi
+ !if [ -e /etc/console/boottime.kmap ]
+ !then loadkeys /etc/console/boottime.kmap
+ !fi
!DOCRYPT=1
!while [ "$DOCRYPT" != "0" ]
!do
signature.asc
Description: Digital signature
--- End Message ---
--- Begin Message ---
Source: yaird
Source-Version: 0.0.12-10
We believe that the bug you reported is fixed in the latest version of
yaird, which is due to be installed in the Debian FTP archive:
yaird_0.0.12-10.diff.gz
to pool/main/y/yaird/yaird_0.0.12-10.diff.gz
yaird_0.0.12-10.dsc
to pool/main/y/yaird/yaird_0.0.12-10.dsc
yaird_0.0.12-10_powerpc.deb
to pool/main/y/yaird/yaird_0.0.12-10_powerpc.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.
Jonas Smedegaard <[EMAIL PROTECTED]> (supplier of updated yaird 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: Thu, 25 May 2006 03:24:47 +0200
Source: yaird
Binary: yaird
Architecture: source powerpc
Version: 0.0.12-10
Distribution: unstable
Urgency: low
Maintainer: Yaird Team <[EMAIL PROTECTED]>
Changed-By: Jonas Smedegaard <[EMAIL PROTECTED]>
Description:
yaird - Yet Another mkInitRD
Closes: 337279 353283
Changes:
yaird (0.0.12-10) unstable; urgency=low
.
[ C. Scott Ananian ]
* Add patch (1005) to support software suspend. This is related to
bug#329319 but does not solve it (current patch does not contain the
later suggestions contained in that bugreport).
.
[ Jonas Smedegaard ]
* Adjust error message in above patch (failure is with "multiple"
suspend devices in fstab, not just "duplicate" ones).
* Update local cdbs snippet copyright-check.mk:
+ Broaden scan to also look for "(c)" by default.
+ Make egrep options configurable.
* Bump up standards-version to 3.7.2 (no changes needed).
* Add patch (1006) to use default tmpdir when creating initrd images.
Closes: bug#337279 (thanks to Anthony DeRobertis
<[EMAIL PROTECTED]> for both reporting and suggesting a fix,
although going for the simpler approach of unconditionally enable
TMPDIR when using File::Temp::tempdir).
* Add patch (1007) to load boottime keymap when using cryptsetup.
Closes: bug#353283 (thanks to "Jö Fahlke" <[EMAIL PROTECTED]>).
Files:
866259ebeffe5c1d98fefc15dbb197b7 710 utils optional yaird_0.0.12-10.dsc
4394f663915a0b6bcac219fdc222e818 33878 utils optional yaird_0.0.12-10.diff.gz
a000344641659a1e1ee836b8bb71a340 186308 utils optional
yaird_0.0.12-10_powerpc.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.3 (GNU/Linux)
iD8DBQFEdQ1yn7DbMsAkQLgRAuxpAJsEc8tfCbQbwOtGfU5+k06lNFODRACfRxEV
f6iEYDFHuL/xY+SzWaHLCd0=
=Hf1S
-----END PGP SIGNATURE-----
--- End Message ---