Your message dated Mon, 21 Mar 2005 17:17:29 -0500 with message-id <[EMAIL PROTECTED]> and subject line Bug#298467: fixed in gaim 1:1.2.0-1 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; 7 Mar 2005 18:00:39 +0000 >From [EMAIL PROTECTED] Mon Mar 07 10:00:39 2005 Return-path: <[EMAIL PROTECTED]> Received: from outbound.mailhop.org [63.208.196.171] (mailnull) by spohr.debian.org with esmtp (Exim 3.35 1 (Debian)) id 1D8MX1-0001o8-00; Mon, 07 Mar 2005 10:00:39 -0800 Received: from 67-138-255-9.nrp4fair.roc.ny.frontiernet.net ([67.138.255.9] helo=norbert.strandboge.com) by outbound.mailhop.org with esmtpsa (TLSv1:AES256-SHA:256) (Exim 4.44) id 1D8MX0-000Ctf-Au for [EMAIL PROTECTED]; Mon, 07 Mar 2005 13:00:38 -0500 Received: from sirius.strandboge.com (sirius.strandboge.com [192.168.2.3]) by norbert.strandboge.com (smtp server) with ESMTP id j27I0YP1010907 for <[EMAIL PROTECTED]>; Mon, 7 Mar 2005 13:00:34 -0500 (EST) Received: from james by sirius.strandboge.com with local (Exim 4.44) id 1D8MWm-0007ZU-MT for [EMAIL PROTECTED]; Mon, 07 Mar 2005 13:00:24 -0500 Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: James D Strandboge <[EMAIL PROTECTED]> To: Debian Bug Tracking System <[EMAIL PROTECTED]> Subject: gaim.postinst doesn't work if directory doesn't already exist X-Mailer: reportbug 3.8 Date: Mon, 07 Mar 2005 13:00:24 -0500 Message-Id: <[EMAIL PROTECTED]> X-Scanned-By: MIMEDefang 2.43 X-Mail-Handler: MailHop Outbound by DynDNS.org X-Originating-IP: 67.138.255.9 X-Report-Abuse-To: [EMAIL PROTECTED] (see http://www.mailhop.org/outbound/abuse.html for abuse reporting information) X-MHO-User: jstrand1 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-Status: No, hits=-8.0 required=4.0 tests=BAYES_00,HAS_PACKAGE autolearn=no version=2.60-bugs.debian.org_2005_01_02 X-Spam-Level: Package: gaim Version: 1:1.1.4-2 Severity: normal The statement: if [ ! -h /usr/share/doc/gaim ]; then rmdir /usr/share/doc/gaim ... evauluates to TRUE when /usr/share/doc/gaim doesn't exist. Therefore 'rmdir' is called and fails, and dpkg gives errors and the install stops. I think you can do what you intended with: if [ -d /usr/share/doc/gaim ]; then rmdir /usr/share/doc/gaim fi if [ ! -e /usr/share/doc/gaim ]; then ln -s gaim-data /usr/share/doc/gaim fi -- System Information: Debian Release: 3.1 APT prefers testing APT policy: (500, 'testing') Architecture: i386 (i686) Kernel: Linux 2.6.8-2-686 Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968) Versions of packages gaim depends on: ii gaim-data 1:1.1.4-2 multi-protocol instant messaging c ii libao2 0.8.5-1 Cross Platform Audio Output Librar ii libaspell15 0.60.2+20050121-1 The GNU Aspell spell-checker runti ii libatk1.0-0 1.8.0-4 The ATK accessibility toolkit ii libaudiofile0 0.2.6-5 Open-source version of SGI's audio ii libc6 2.3.2.ds1-20 GNU C Library: Shared libraries an ii libgcrypt11 1.2.0-4 LGPL Crypto library - runtime libr ii libglib2.0-0 2.6.2-1 The GLib library of C routines ii libgnutls11 1.0.16-9 GNU TLS library - runtime library ii libgtk2.0-0 2.6.2-3 The GTK+ graphical user interface ii libgtkspell0 2.0.8-1 a spell-checking addon for GTK's T ii libice6 4.3.0.dfsg.1-10 Inter-Client Exchange library ii libpango1.0-0 1.8.0-3 Layout and rendering of internatio ii libsm6 4.3.0.dfsg.1-10 X Window System Session Management ii libstartup-notificatio 0.8-1 library for program launch feedbac ii libx11-6 4.3.0.dfsg.1-10 X Window System protocol client li ii libxext6 4.3.0.dfsg.1-10 X Window System miscellaneous exte ii xlibs 4.3.0.dfsg.1-10 X Keyboard Extension (XKB) configu -- no debconf information --------------------------------------- Received: (at 298467-close) by bugs.debian.org; 21 Mar 2005 22:23:17 +0000 >From [EMAIL PROTECTED] Mon Mar 21 14:23:16 2005 Return-path: <[EMAIL PROTECTED]> Received: from newraff.debian.org [208.185.25.31] (mail) by spohr.debian.org with esmtp (Exim 3.35 1 (Debian)) id 1DDVIq-0005kC-00; Mon, 21 Mar 2005 14:23:16 -0800 Received: from katie by newraff.debian.org with local (Exim 3.35 1 (Debian)) id 1DDVDF-0008Pd-00; Mon, 21 Mar 2005 17:17:29 -0500 From: Ari Pollak <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] X-Katie: $Revision: 1.55 $ Subject: Bug#298467: fixed in gaim 1:1.2.0-1 Message-Id: <[EMAIL PROTECTED]> Sender: Archive Administrator <[EMAIL PROTECTED]> Date: Mon, 21 Mar 2005 17:17:29 -0500 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-Status: No, hits=-6.0 required=4.0 tests=BAYES_00,HAS_BUG_NUMBER autolearn=no version=2.60-bugs.debian.org_2005_01_02 X-Spam-Level: Source: gaim Source-Version: 1:1.2.0-1 We believe that the bug you reported is fixed in the latest version of gaim, which is due to be installed in the Debian FTP archive: gaim-data_1.2.0-1_all.deb to pool/main/g/gaim/gaim-data_1.2.0-1_all.deb gaim-dev_1.2.0-1_i386.deb to pool/main/g/gaim/gaim-dev_1.2.0-1_i386.deb gaim_1.2.0-1.diff.gz to pool/main/g/gaim/gaim_1.2.0-1.diff.gz gaim_1.2.0-1.dsc to pool/main/g/gaim/gaim_1.2.0-1.dsc gaim_1.2.0-1_i386.deb to pool/main/g/gaim/gaim_1.2.0-1_i386.deb gaim_1.2.0.orig.tar.gz to pool/main/g/gaim/gaim_1.2.0.orig.tar.gz 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. Ari Pollak <[EMAIL PROTECTED]> (supplier of updated gaim 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: RIPEMD160 Format: 1.7 Date: Mon, 21 Mar 2005 15:57:35 -0500 Source: gaim Binary: gaim gaim-dev gaim-data Architecture: source i386 all Version: 1:1.2.0-1 Distribution: unstable Urgency: medium Maintainer: Robert McQueen <[EMAIL PROTECTED]> Changed-By: Ari Pollak <[EMAIL PROTECTED]> Description: gaim - multi-protocol instant messaging client gaim-data - multi-protocol instant messaging client - data files gaim-dev - multi-protocol instant messaging client - development files Closes: 298467 Changes: gaim (1:1.2.0-1) unstable; urgency=medium . * New upstream version. * Put better symlink-creating logic in postinst (Closes: #298467) - this is an RC bug, so upload with urgency=medium Files: c50eb2ed1865608bd4f923e820447c10 916 net optional gaim_1.2.0-1.dsc 1a2d59bf8e7bfd02e4f6601c041667fb 5194759 net optional gaim_1.2.0.orig.tar.gz bf22dbf3f0acc4512691d690e96b764e 27709 net optional gaim_1.2.0-1.diff.gz d0cffec8621588ca4a6f22eee90f40d1 2806102 net optional gaim-data_1.2.0-1_all.deb b395fe3defb9c1ded978d65798c3eea4 876944 net optional gaim_1.2.0-1_i386.deb 2aaa279098683643773c11855360f63b 102444 devel optional gaim-dev_1.2.0-1_i386.deb -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.0 (GNU/Linux) iD8DBQFCP0OJwO+u47cOQDsRA4qSAJ9eQjdFYx2aKkiqVi+PzRAV/XENOwCbBLzB zOU2MoVTIAQs8vCWzx2k9Lg= =mDyo -----END PGP SIGNATURE----- -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]