Your message dated Tue, 20 Sep 2005 22:46:55 +0300
with message-id <[EMAIL PROTECTED]>
and subject line Bug#326248: aspell-lt: postinst fails because of "[...] && 
..." construct
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)

--------------------------------------
Received: (at submit) by bugs.debian.org; 2 Sep 2005 17:55:22 +0000
>From [EMAIL PROTECTED] Fri Sep 02 10:55:22 2005
Return-path: <[EMAIL PROTECTED]>
Received: from ip212-226-168-228.adsl.kpnqwest.fi (esme.liw.iki.fi) 
[212.226.168.228] 
        by spohr.debian.org with esmtp (Exim 3.36 1 (Debian))
        id 1EBFl4-0006gf-00; Fri, 02 Sep 2005 10:55:22 -0700
Received: by esme.liw.iki.fi (Postfix, from userid 1000)
        id A8E0575C2A8; Fri,  2 Sep 2005 20:54:41 +0300 (EEST)
Subject: aspell-lt: postinst fails because of "[...] && ..." construct
From: Lars Wirzenius <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
Content-Type: text/plain
Content-Transfer-Encoding: 7bit
Date: Fri, 02 Sep 2005 20:54:41 +0300
Message-Id: <[EMAIL PROTECTED]>
Mime-Version: 1.0
X-Mailer: Evolution 2.2.2 
Delivered-To: [EMAIL PROTECTED]
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02 
        (1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Level: 
X-Spam-Status: No, hits=-8.0 required=4.0 tests=BAYES_00,HAS_PACKAGE 
        autolearn=no version=2.60-bugs.debian.org_2005_01_02

Package: aspell-lt
Version: 1.1-4

>From the aspell-lt postinst script:

#!/bin/sh
set -e
# Automatically added by installdeb-aspell

if [ "$1" = "configure" ] ; then
  [ -x /usr/sbin/update-dictcommon-aspell ]
&& /usr/sbin/update-dictcommon-aspell

The construct "foo && bar" construct fails, i.e., returns a non-zero
status code, if "foo" fails. Since you use set -e, this makes the shell
terminate the entire script. This makes package installation fail. 

You need to disable set -e, or convince installdeb-aspell to generate an
"if foo; then bar; fi" construct instead.


---------------------------------------
Received: (at 326248-close) by bugs.debian.org; 20 Sep 2005 19:47:29 +0000
>From [EMAIL PROTECTED] Tue Sep 20 12:47:29 2005
Return-path: <[EMAIL PROTECTED]>
Received: from mail.init.lt [217.147.32.1] 
        by spohr.debian.org with esmtp (Exim 3.36 1 (Debian))
        id 1EHo5Q-0005IM-00; Tue, 20 Sep 2005 12:47:29 -0700
Received: from ctv-217-147-43-59.init.lt ([217.147.43.59])
        by mail.init.lt with esmtp (Exim 4.30; FreeBSD)
        id 1EHo4t-000IuG-Ur
        for [EMAIL PROTECTED]; Tue, 20 Sep 2005 22:46:56 +0300
Subject: Re: Bug#326248: aspell-lt: postinst fails because of "[...] &&
        ..." construct
From: =?iso-8859-4?Q?K=EAstutis_Bili=FEnas?= <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
In-Reply-To: <[EMAIL PROTECTED]>
References: <[EMAIL PROTECTED]>
Content-Type: multipart/signed; micalg=pgp-sha1; 
protocol="application/pgp-signature"; boundary="=-mVICSKJCB6MQwT8m02Bu"
Date: Tue, 20 Sep 2005 22:46:55 +0300
Message-Id: <[EMAIL PROTECTED]>
Mime-Version: 1.0
X-Mailer: Evolution 2.2.3 
Delivered-To: [EMAIL PROTECTED]
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02 
        (1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Level: 
X-Spam-Status: No, hits=-11.0 required=4.0 tests=BAYES_00,HAS_BUG_NUMBER,
        HAS_PACKAGE autolearn=ham version=2.60-bugs.debian.org_2005_01_02


--=-mVICSKJCB6MQwT8m02Bu
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: quoted-printable

Package: aspell-lt
Version: 1.1-4

As Martin said: "Current unstable aspell-lt has this dependency fixed,
so the bug can be closed for aspell-lt".  =20
--=20
K=C4=99stutis Bili=C5=ABnas <[EMAIL PROTECTED]>

--=-mVICSKJCB6MQwT8m02Bu
Content-Type: application/pgp-signature; name=signature.asc
Content-Description: This is a digitally signed message part

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

iD8DBQBDMGcvFXHEz/bnpFIRAttjAKCkrHSDE6ha7/mgsU4+8FQnEpDRtACgvFKf
/WPcxk2SZ/Y9CUVsSFBtns4=
=3ZtA
-----END PGP SIGNATURE-----

--=-mVICSKJCB6MQwT8m02Bu--


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to