Your message dated Mon, 02 Aug 2010 08:06:18 +0000
with message-id <e1ofq2m-0001cy...@franck.debian.org>
and subject line Bug#513182: fixed in quik 2.1-9+lenny1
has caused the Debian Bug report #513182,
regarding quik: prompt the user on stdout
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 ow...@bugs.debian.org
immediately.)


-- 
513182: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=513182
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: quik
Version: 2.1-9
Severity: serious
Tags: d-i
Justification: Policy 3.9.1, breaks debian-installer

Currently when a user does an installation using debian-installer on a 
PowerPC OldWorld machine, the installation will hang during the 
installation of quik.
Reason is that quik prompts on stdout and the user has no way to 
respond to that prompt.

Policy 3.9.1 says:
| Prompting should be done by communicating through a program, such as
| debconf, which conforms to the Debian Configuration management
| specification, version 2 or higher. Prompting the user by other means,
| such as by hand[8], is now deprecated.

Please change to using debconf for the prompt to avoid breaking installs,
or at least do not prompt the user if debconf is in use. The later 
solution is implemented in the patch below.

diff -u quik-2.1/debian/postinst quik-2.1/debian/postinst
--- quik-2.1/debian/postinst
+++ quik-2.1/debian/postinst
@@ -56,8 +56,7 @@
 fi
 
 if
-       [ "$1" = "configure" ] && [ "$DEBIAN_FRONTEND" != noninteractive ] \
-       && [ "$DEBIAN_FRONTEND" != Noninteractive ]; then
+       [ "$1" = "configure" ] && [ -z "$DEBIAN_FRONTEND" ]; then
        echo "running /usr/sbin/quikconfig"
        echo 
        /usr/sbin/quikconfig || \

-- System Information:
Debian Release: 5.0
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: powerpc (ppc)

Kernel: Linux 2.6.26-1-powerpc
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages quik depends on:
ii  libc6                         2.7-16     GNU C Library: Shared libraries

quik recommends no packages.

quik suggests no packages.

-- no debconf information



--- End Message ---
--- Begin Message ---
Source: quik
Source-Version: 2.1-9+lenny1

We believe that the bug you reported is fixed in the latest version of
quik, which is due to be installed in the Debian FTP archive:

quik_2.1-9+lenny1.diff.gz
  to main/q/quik/quik_2.1-9+lenny1.diff.gz
quik_2.1-9+lenny1.dsc
  to main/q/quik/quik_2.1-9+lenny1.dsc
quik_2.1-9+lenny1_powerpc.deb
  to main/q/quik/quik_2.1-9+lenny1_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 513...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Aurelien Jarno <aure...@debian.org> (supplier of updated quik 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 ftpmas...@debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.8
Date: Mon, 19 Jul 2010 15:58:04 +0000
Source: quik
Binary: quik
Architecture: source powerpc
Version: 2.1-9+lenny1
Distribution: stable
Urgency: low
Maintainer: Aurelien Jarno <aure...@debian.org>
Changed-By: Aurelien Jarno <aure...@debian.org>
Description: 
 quik       - Bootloader for PowerMac or CHRP systems
Closes: 512429 513182
Changes: 
 quik (2.1-9+lenny1) stable; urgency=low
 .
   * Apply patch by Lennart Sorensen to fix FTBFS. (Closes: #512429)
   * Do not prompt user if debconf is running. (Closes: #513182)
Checksums-Sha1: 
 402d08bd6c68ddf02e941b8f89f2cc71d67dfc5e 1042 quik_2.1-9+lenny1.dsc
 395232e80d7c9be2031d613c67eeefba593b4e40 50670 quik_2.1-9+lenny1.diff.gz
 2d032c9af500bfaea21d025bb651daf75f733838 68684 quik_2.1-9+lenny1_powerpc.deb
Checksums-Sha256: 
 da153e479e058c9697546909ddc64158eccd7fc1474bb806a8f976ce077dbbfe 1042 
quik_2.1-9+lenny1.dsc
 71e7b7bd76963bef0c8d90525de02f1fef8c602ea03c0f89b5368808b266ef04 50670 
quik_2.1-9+lenny1.diff.gz
 7fc0308aa50fbcb517e507935b0bcadb77a71eadf46ac1f5ab29e516d5584698 68684 
quik_2.1-9+lenny1_powerpc.deb
Files: 
 eb6ff4ad849c90283ebc46251af3b5ea 1042 base important quik_2.1-9+lenny1.dsc
 e2a562d6be8d8786bb4037f5f5176ded 50670 base important quik_2.1-9+lenny1.diff.gz
 b069f71387df018d4a5199fbf92fa9c5 68684 base important 
quik_2.1-9+lenny1_powerpc.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (GNU/Linux)

iD8DBQFMRHlEw3ao2vG823MRAi4rAJ9dAbgCRaTiHTUvo89Iui89ca7SqACfdRf4
pSVOhVCrwV/nZM+HYN5Yg04=
=jSBG
-----END PGP SIGNATURE-----



--- End Message ---

Reply via email to